X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d99d71844b7b97800dcab7cbb81c3a4185acbb48..bc96fba70ed95dcc6859481bd07c793956e6979b:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index 15e48c704..1ea2366d8 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -1012,7 +1012,7 @@ div.shown-tags p, div.all-tags p { border-radius: 3px; /* font-size: 1.2em;*/ font-weight: bold; - width: 370px; + width: 330px; margin-bottom: 0.25em; display: block; } @@ -1021,8 +1021,13 @@ div.shown-tags p, div.all-tags p { padding-left: 30px; list-style: disc; } + +#document-list li { + padding: 5px; +} + #document-list li li a { - width: 340px; + width: 300px; } #document-list li a:hover, #document-list li a.active { @@ -1048,6 +1053,11 @@ div.shown-tags p, div.all-tags p { padding: 0 } +#document-list .download-doc { + display: none; + color: #EE2124; +} + /* ====================== */ /* = One percent banner = */ /* ====================== */ @@ -1085,10 +1095,15 @@ div.shown-tags p, div.all-tags p { color: #FFF; text-decoration: none; } + #createNewShelf { -display: none; + display: none; } .widget-code { overflow: hidden; } + +#presentation-frame { + border: 0px none white; +}