X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/5fa477181f00d867a51d9f6e4fb1915522d725f5..0479fc5313b1730d4de86b2b71a7bc721ab2b44a:/modules/documentHistory/documentHistory.less diff --git a/modules/documentHistory/documentHistory.less b/modules/documentHistory/documentHistory.less index 0c2e9b5..9a73977 100644 --- a/modules/documentHistory/documentHistory.less +++ b/modules/documentHistory/documentHistory.less @@ -1,18 +1,30 @@ -.rng-module-documentHistory-item { +.rng-module-documentHistory { - margin: 0 0 15px 0; - - .version { - float: left; - width: 30px; - font-weight: bold; + .item { + padding: 5px 5px; + margin: 0 0 15px 0; + cursor: pointer; + + .version { + float: left; + width: 30px; + font-weight: bold; + } + + .date, .author, .description { + margin: 5px 10px 0 40px; + } + + .description { + font-size: .9em; + } } - .date, .author, .description { - margin: 5px 10px 0 40px; + .item.highlighted { + background: #ffec63; } - .description { - font-size: .9em; + .item.disabled { + cursor: default; } } \ No newline at end of file