X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/df341bdd09208d2b0f84060454cc0000df19deba..3ca475c8e10c811633dec531772e18da6e5fa33d:/src/redakcja/static/css/history.css diff --git a/src/redakcja/static/css/history.css b/src/redakcja/static/css/history.css index fd3ad030..340b878f 100644 --- a/src/redakcja/static/css/history.css +++ b/src/redakcja/static/css/history.css @@ -6,6 +6,11 @@ #history-view { flex: 1; overflow: auto; + +} + +#history-view .message-box { + text-align: center; } /* @@ -83,6 +88,24 @@ table#changes-list-container { vertical-align: text-top; } +.can-approve #changes-list .approved:hover { + cursor: pointer; +} +#pubmark-changeset-button {display: none;} +.can-approve #pubmark-changeset-button {display: inline-block;} + +#changes-list *[data-approved = 'false'] .approved:after { + content: '☐'; + color: red; + white-space: pre-line; +} +#changes-list *[data-approved = 'true'] .approved:after { + content: '🗹'; + font-size: .8em; + color: #80ff80; + white-space: pre-line; +} + #changes-list *[data-stub-value = 'description'] { font-size: .8em; color: gray;