X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8f0bfbd922b46c4d9e484343694aaa141de5b4fc..0c1b02875d917ed51904d78d4a6f2b6189b67c39:/redakcja/static/css/gallery.css diff --git a/redakcja/static/css/gallery.css b/redakcja/static/css/gallery.css index 55c020ee..08e9318e 100644 --- a/redakcja/static/css/gallery.css +++ b/redakcja/static/css/gallery.css @@ -1,10 +1,9 @@ #sidebar { - display:none; position: absolute; top: 0px; right: 0px; bottom: 0px; - width: 480px; + width: 0px; background-color: #FFF; } @@ -126,3 +125,11 @@ .gallery-image img[src=''] { background-color: red; } + +#motifs-editor .toolbar { + height: auto; +} + +#objects-editor .toolbar { + height: auto; +}