diff --git a/css/style.css b/css/style.css index 8370678e4..d748d7cf0 100644 --- a/css/style.css +++ b/css/style.css @@ -446,9 +446,10 @@ height:32px; margin-right: 3px; } -.avatardiv .fa-group { - padding: 7px; +.avatardiv .icon-group { + margin: 7px; opacity: 0.5; + display:block !important; } /* color selector */ @@ -538,8 +539,6 @@ button:hover { /* board detail */ #board-detail-labels { padding: 10px; - - } #board-detail-labels ul li { display: block; @@ -555,16 +554,22 @@ button:hover { } #board-detail-labels ul li .label-title { float:left; - width:90%; + width:88%; font-size:10pt; padding:5px; border:none; margin-right:2px; } -#board-detail-labels ul li .fa { +#board-detail-labels ul li a.icon { float:right; padding:5px; } +.label-create { + width:88%; +} +.label-create .icon { + margin-bottom:-3px; +} #board-detail-labels .color { width:28px; @@ -705,3 +710,15 @@ margin-bottom:2px; width:100%; .shareOption { margin-top:4px; } + + +.app-deck .icon { + display: inline-block; +} + +.icon-group { + background-image: url('../../../settings/img/users.svg'); +} +.icon-archive { + background-image: url('../img/archive.svg'); +} diff --git a/js/public/app.js b/js/public/app.js index 3ff184807..76737436e 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -277,6 +277,7 @@ app.controller('BoardController', ["$rootScope", "$scope", "$stateParams", "Stat $scope.labelUpdate = function(label) { label.edit = false; LabelService.update(label); + console.log(label); } $scope.aclAdd = function(sharee) { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 2a2ce50a6..841f83986 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -68,13 +68,13 @@ t('Archive')); ?> + class="icon icon-archive">t('Archive')); ?>
  • t('Unarchive')); ?> + class="icon icon-archive">t('Unarchive')); ?>
  • -
    diff --git a/templates/part.board.sidebarView.php b/templates/part.board.sidebarView.php index 9293121cb..2e93b0a06 100644 --- a/templates/part.board.sidebarView.php +++ b/templates/part.board.sidebarView.php @@ -19,11 +19,11 @@ - {{ $item.participant }} + {{ $item.participant }} - {{ sharee.participant }} + {{ sharee.participant }} t('Dang! We couldn\'t find any choices...')); ?> @@ -41,7 +41,7 @@
  • -
    +
    {{ acl.participant }} @@ -66,33 +66,37 @@