summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 1b8c9c6..c7d2217 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1043,10 +1043,46 @@ a:active {
display: none !important;
}
+.is-hidden {
+ display: none;
+}
+
.is-relative {
position: relative;
}
+.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;
+}
+
.embed-frame {
border: 7px inset #ccc;
margin: 0;
@@ -2069,6 +2105,10 @@ a.msgbtn:active {
#fblike {
margin-top: 6px;
margin-left: 6px;
+ border: none;
+ overflow: hidden;
+ width: 100px;
+ height: 21px;
}
#logo {
float: left;