diff --git a/css/icons.scss b/css/icons.scss index 1e8b25048..820bbc5df 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -37,6 +37,10 @@ background-image: url('../../../core/img/places/home.svg'); } +.icon-description { + background-image: url('../img/description.svg'); +} + .icon-badge { background-image: url('../img/calendar-dark.svg'); } diff --git a/css/style.scss b/css/style.scss index a3d10e998..104375287 100644 --- a/css/style.scss +++ b/css/style.scss @@ -454,9 +454,10 @@ input.input-inline { opacity: 1; } - .icon-filetype-text { + .icon-description { margin: 10px; margin-left: 0px; + opacity: 0.5; } .due { @@ -955,6 +956,11 @@ input.input-inline { } } +#commentsTabView .comment { + position: relative; + padding: 0 0 15px; +} + .card-attachments { .error { padding-left: 38px; @@ -1268,6 +1274,13 @@ input.input-inline { clear: both; overflow: initial; margin-bottom: 0; + .icon { + display: inline-block; + background-size: contain; + margin: -3px; + margin-right: 5px; + opacity: 0.5; + } } .tabsContainer { diff --git a/img/description.svg b/img/description.svg new file mode 100644 index 000000000..a31c5a53d --- /dev/null +++ b/img/description.svg @@ -0,0 +1 @@ + diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 531498708..72f2da470 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -94,7 +94,7 @@
-- t('Description')); ?>
- - t('Attachments')); ?>
- - t('Activity')); ?>
+ - t('Description')); ?>
+ - t('Attachments')); ?>
+ - t('Activity/Comments')); ?>