diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 12 | ||||
-rw-r--r-- | themes/greysme/templates/default.css | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 7b45af13..1523cfc7 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -724,6 +724,18 @@ td.user_disabled { border:2px solid #000;
}
+#ajax-loading {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ float: right;
+ z-index: 100;
+ background: #99ccff;
+ display: none;
+ padding: 3px 25px 5px 25px;
+ border: 1px solid #000;
+}
+
#mpdpl td {
padding:0 2px 0 2px;
text-align:left;
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 1ed25425..c509423a 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -818,6 +818,18 @@ input.text_input { .display {}
+#ajax-loading {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ float: right;
+ z-index: 100;
+ background: #99ccff;
+ display: none;
+ padding: 3px 25px 5px 25px;
+ border: 1px solid #000;
+}
+
#mpdpl td {
padding: 0 2px 0 2px;
text-align: left;
|