Dodanie zamrażania i odmrażania modeli i widoków.
[redakcja.git] / project / static / css / master.css
index 85e718e..d554a5f 100644 (file)
@@ -384,3 +384,19 @@ text#commit-dialog-message {
 .xmlview {
     height: 100%;
 }
+
+.view-overlay {
+    z-index: 1000;
+    background: #FFF;
+    opacity: 0.8;
+    text-align: center;
+    text-valign: center;
+}
+
+.view-overlay p {
+    display: block;
+    position: relative;
+    top: auto;
+    bottom: auto;
+    height: 40px;
+}
\ No newline at end of file