X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e77f342a73c940f16c37f57ffa50edce9caef8f0..6da718d80af13cf081d63b39f4240df1f1e53424:/redakcja/static/css/gallery.css diff --git a/redakcja/static/css/gallery.css b/redakcja/static/css/gallery.css index 97c9c12c..9c6e3a59 100644 --- a/redakcja/static/css/gallery.css +++ b/redakcja/static/css/gallery.css @@ -1,18 +1,27 @@ -/* =========== */ -/* = Gallery = */ -/* =========== */ - -#side-gallery { +#sidebar { + display:none; position: absolute; - /* overflow: hidden; */ top: 0px; right: 0px; bottom: 0px; width: 480px; - display: none; background-color: #FFF; } +#side-search { + height: 100%; + display: none; + background-color: #C1C1C1; +} + +#side-search p { + padding: .5em; +} + +/* =========== */ +/* = Gallery = */ +/* =========== */ + #side-gallery .error_message { background-color: white;