So many things get better/are improved, but only things that are to be done or broken...
[wolnelektury.git] / apps / wolnelektury_core / static / css / master.picture.css
index d731bd0..ab4c49c 100644 (file)
@@ -11,6 +11,7 @@
     margin: 3rem auto 1rem auto;
     display: block;
     z-index: 10;
+    cursor: move;
 }
 #picture-view .picture-wrap img {
     z-index: 10;
@@ -121,10 +122,15 @@ li.button.square {
     width: 9rem;
 }
 #sponsors div {
-    z-index: -10;
+    z-index: 10;
 }
 
 #sponsors img {
     width: 100%;
-    z-index: -10;
+    z-index: 10;
+}
+
+#spinner {
+    height: 1em;
+    z-index:10;
 }
\ No newline at end of file