X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/11099f8a5d8ffd220d1ee94eaadff8ff5be826e3..f358d7768f7f0c73358b712e0e37c100843091d4:/wolnelektury/media/css/master.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.css b/wolnelektury/media/css/master.css index ad53536ac..7dc433b9c 100644 --- a/wolnelektury/media/css/master.css +++ b/wolnelektury/media/css/master.css @@ -242,12 +242,12 @@ p .ac_input { display: none; } -div.shown-tags p { +div.shown-tags p, div.all-tags p { margin: -1em 0 1em 0; text-align: right; } -.show-all-tags { +.show-all-tags, .hide-all-tags { text-decoration: underline; padding-right: 1em; } @@ -396,6 +396,13 @@ div.shown-tags p { float: right; } +.change-sets a { + padding: 0.2em; + margin: 0.3em; + border: 0.1em solid #EEE; + background-color: #F9F9F9; +} + .book-description { margin-left: 3.5em; } @@ -593,3 +600,16 @@ div.shown-tags p { .see-more { text-align: right; } + +.remove-from-shelf { + float: right; + padding: 0.2em; + margin: 0.3em; + color: #900; +} + +.remove-from-shelf:active, .remove-from-shelf:hover { + color: #FFF; + background-color: #900; + text-decoration: none; +} \ No newline at end of file