X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/17bbb9fd36eff5978689a9dc4a2fec69b716e674..2528dc646a1348f49098067923025d065a0c3f41:/src/editor/modules/documentHistory/documentHistory.less diff --git a/src/editor/modules/documentHistory/documentHistory.less b/src/editor/modules/documentHistory/documentHistory.less index 608c9df..0f43f1f 100644 --- a/src/editor/modules/documentHistory/documentHistory.less +++ b/src/editor/modules/documentHistory/documentHistory.less @@ -11,15 +11,19 @@ font-weight: bold; } - .date, .author, .description { + .date, .author, .description, .publishable { margin: 5px 10px 0 40px; } - .description { + .description, .publishable { font-size: .9em; } } - + + .item.publishable { + font-weight: bold; + } + .item.highlighted { background: #ffec63; }