Made "spinner" consistent in every display theme

This commit is contained in:
bergware
2018-03-22 11:38:49 +01:00
parent 5367943166
commit 12d8d2caaf
19 changed files with 79 additions and 43 deletions
+12
View File
@@ -224,6 +224,18 @@ div.Panel i.PanelIcon{font-size:48px}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #202020;border-radius:5px;line-height:20px;height:100px;width:100px;background:-webkit-radial-gradient(#303030,#101010);background:linear-gradient(#303030,#101010)}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
div.up{margin-top:-20px;border:1px solid #202020;padding:4px 6px;overflow:auto}
div.spinner{height:32px;width:32px;margin:24px auto;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;}
div.spinner.fixed{position:absolute;left:47%;top:12px}
div.spinner.hide{display:none}
pre.up{margin-top:-20px}
pre{border:1px solid #202020;font-family:bitstream;padding:4px 6px;overflow:auto}
iframe#progressFrame{position:fixed;bottom:32px;left:0;margin:0;padding:8px 8px 0 8px;width:100%;height:12px;line-height:12px;border-style:none;overflow:hidden;font-family:bitstream;font-size:11px;color:#808080;white-space:nowrap;z-index:-10}