summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 14:39:16 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 14:39:16 +0400
commitc7a5c8a5a2703f78bf36dc3f2c5cc2f8fc8ec713 (patch)
tree18cc2b756c9c3f0d0b10666aa03cbe9f56898273 /digest.css
parent5e9a79e13426ae29c4829d58ee3964cf8accee4a (diff)
add loading overlay
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/digest.css b/digest.css
index 45d502e3b..d96cc4968 100644
--- a/digest.css
+++ b/digest.css
@@ -269,3 +269,22 @@ a:hover {
#headlines ul#headlines-content span.tags a:hover {
color : #659a4c;
}
+
+#overlay {
+ background : white;
+ left : 0;
+ top : 0;
+ height : 100%;
+ width : 100%;
+ z-index : 100;
+ position : absolute;
+ text-align : center;
+}
+
+#overlay_inner {
+ margin : 1em;
+}
+
+#overlay img {
+ vertical-align : middle;
+}