Bug 10240: Offline circulation using HTML5 and IndexedDB
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 308e3a0..e262249 100644 (file)
@@ -2659,3 +2659,27 @@ span.browse-button {
     float: right;
     padding-right: 1em;
 }
+
+.loading-overlay {
+    background-color: #FFF;
+    cursor: wait;
+    height: 100%;
+    left: 0;
+    opacity: .7;
+    position: fixed;
+    top: 0;
+    width: 100%;
+    z-index: 1000;
+}
+.loading-overlay div {
+    background : transparent url(../../img/loading.gif) top left no-repeat;
+    font-size : 175%;
+    font-weight: bold;
+    height: 2em;
+    left: 50%;
+    margin: -1em 0 0 -2.5em;
+    padding-left : 50px;
+    position: absolute;
+    top: 50%;
+    width: 15em;
+}