summaryrefslogtreecommitdiff
path: root/static/css/rooms_vortex.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/rooms_vortex.css')
-rw-r--r--static/css/rooms_vortex.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/static/css/rooms_vortex.css b/static/css/rooms_vortex.css
index 7403454..f13c797 100644
--- a/static/css/rooms_vortex.css
+++ b/static/css/rooms_vortex.css
@@ -62,3 +62,35 @@ text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:blue;
}
+
+.loading-bar {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+}
+.loading-bar-label {
+ position: absolute;
+ font-family: arial;
+ font-size: 10px;
+ color: #ccc;
+ background: #000;
+ left: -50px;
+ top: -18px;
+ padding: 1px;
+}
+.loading-bar-track {
+ position: absolute;
+ left: -50px;
+ top: -5px;
+ font-size: 1px;
+ width: 100px;
+ height: 10px;
+ background: #333;
+}
+.loading-bar-fill {
+ position: absolute;
+ font-size: 1px;
+ width: 0px;
+ height: 10px;
+ background: #eee;
+}