X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..b7d092eeaf7403386bfba7ed85b8abeb2109ada8:/redakcja/static/css/history.css diff --git a/redakcja/static/css/history.css b/redakcja/static/css/history.css index b3191165..cbc5c52d 100644 --- a/redakcja/static/css/history.css +++ b/redakcja/static/css/history.css @@ -79,14 +79,18 @@ table#changes-list-container { font-weight: bold; } -#changes-list td[data-stub-value = -'version'] { +#changes-list td { vertical-align: text-top; } -#changes-list *[data-stub-value = -'date'], #changes-list *[data-stub-value = 'author'] { - font-size: 11px; +#changes-list *[data-stub-value = 'description'] { + font-size: .8em; + color: gray; + white-space: pre-line; +} + +#changes-list *[data-stub-value = 'published'] { + font-size: .7em; color: gray; } @@ -152,4 +156,4 @@ table#changes-list-container { .diff_mark_changed { background-color: yellow; -} \ No newline at end of file +}