X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3ca842cccb9ecaef81eb1123f3c5cc87943508c4..249d530e9478f9187092efbcc9d8a5b51ad033bb:/redakcja/static/css/gallery.css?ds=inline

diff --git a/redakcja/static/css/gallery.css b/redakcja/static/css/gallery.css
index 6a9165e8..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;
 }
 
@@ -32,6 +31,25 @@
     padding: 1em 1em 0 1em;
 }
 
+#side-annotations .active {
+    font-weight: bold;
+}
+
+#side-annotations .spinner {
+    position: absolute;
+    left: 0;
+    top: 28px;
+    right: 0;
+    bottom: 0;
+    text-align:center;
+    padding-top: 50%;
+    background: white;
+}
+
+#side-annotations .spinner img {
+    margin-top: -15px;
+}
+
 #side-annotations .akap {
     font-size: 16px;
     font-family: "Georgia", "Times New Roman", serif;
@@ -107,3 +125,11 @@
 .gallery-image img[src=''] {
 	background-color: red;
 }
+
+#motifs-editor .toolbar {
+    height: auto;
+}
+
+#objects-editor .toolbar {
+    height: auto;
+}