|
@@ -241,7 +241,8 @@ table.first_column_headers tr td:first-child {
|
241
|
241
|
margin-bottom: 0;
|
242
|
242
|
}
|
243
|
243
|
|
244
|
|
-#sidebar-right, a.btn { font-size: 1.2em; text-align: left;}
|
|
244
|
+#sidebar-right { font-size: 1.2em; text-align: left;}
|
|
245
|
+#sidebar-right .btn { text-align: left; }
|
245
|
246
|
#sidebar-right .btn-group-vertical { width: 100%; }
|
246
|
247
|
|
247
|
248
|
th { text-align: center; }
|
|
@@ -461,6 +462,10 @@ span.info.readonly {
|
461
|
462
|
.workspace__detail__wrapper {
|
462
|
463
|
padding: 0 15px;
|
463
|
464
|
}
|
|
465
|
+.workspace__detail__wrapper__btnTagAsRead {
|
|
466
|
+ float: right;
|
|
467
|
+ font-size: 14px;
|
|
468
|
+}
|
464
|
469
|
|
465
|
470
|
.content__detail {
|
466
|
471
|
padding: 0 15px;
|
|
@@ -590,6 +595,10 @@ div.mce-fullscreen {
|
590
|
595
|
background-color: #bce8f1;
|
591
|
596
|
color: #31708f;
|
592
|
597
|
}
|
|
598
|
+.content__home__tab__content-unread {
|
|
599
|
+ float: right;
|
|
600
|
+ margin-bottom: 15px;
|
|
601
|
+}
|
593
|
602
|
|
594
|
603
|
@media (max-width: 999px) {
|
595
|
604
|
body {
|