From d8d8137300b4f1a19468066297ff049012f19d8f Mon Sep 17 00:00:00 2001 From: artemanufrij Date: Sat, 29 Apr 2017 12:52:53 +0200 Subject: [PATCH] description marker (#98) * description marker * removed unused content * removed unused content * Changed Icon and removen unused .svg Signed-off-by: Artem Anufrij --- css/style.css | 6 ++++++ templates/part.board.mainView.php | 1 + 2 files changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index b81957a92..863a6cedc 100644 --- a/css/style.css +++ b/css/style.css @@ -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 */ diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index b26c36f6d..41b0e8813 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -60,6 +60,7 @@ ng-class="{'archived': c.archived, 'has-labels': c.labels.length>0 }">
+

{{ c.title }}