Skip to content

Commit

Permalink
description marker (#98)
Browse files Browse the repository at this point in the history
* description marker
* removed unused content
* removed unused content
* Changed Icon and removen unused .svg

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
  • Loading branch information
artemanufrij authored and juliusknorr committed Apr 29, 2017
1 parent 11610f3 commit d8d8137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,12 @@ button:hover {
background-image: url('../img/details-white.svg');
}

.icon-description-marker {
position: absolute;
top: 2px;
right: 2px;
}

/**
* Hotfix for https://github.com/angular-ui/ui-select/issues/1652
*/
Expand Down
1 change: 1 addition & 0 deletions templates/part.board.mainView.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
ng-class="{'archived': c.archived, 'has-labels': c.labels.length>0 }">
<div data-as-sortable-item-handle>
<div class="card-upper">
<i class="icon icon-filetype-text icon-description-marker" ng-if="c.description" title="{{ c.description }}"></i>
<h3>{{ c.title }}</h3>
<ul class="labels">
<li ng-repeat="label in c.labels"
Expand Down

0 comments on commit d8d8137

Please sign in to comment.