aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-11-04 00:28:02 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-11-04 00:28:02 +0530
commit0e0e12963a290b60b2f540fad60d240c515dd679 (patch)
treee642d260d52f9e1a4e91ad6ee20b7982e9c56e22 /phpBB/adm/style/admin.css
parentefe94e9c7369c83d00b0e5bfe8fdfe8f48cca5c4 (diff)
parent478c3ea3a07437e752331ee74ccb20f52c3ab4c9 (diff)
downloadforums-0e0e12963a290b60b2f540fad60d240c515dd679.tar
forums-0e0e12963a290b60b2f540fad60d240c515dd679.tar.gz
forums-0e0e12963a290b60b2f540fad60d240c515dd679.tar.bz2
forums-0e0e12963a290b60b2f540fad60d240c515dd679.tar.xz
forums-0e0e12963a290b60b2f540fad60d240c515dd679.zip
Merge remote-tracking branch 'prototech/ticket/11928' into develop
# By Cesar G # Via Cesar G * prototech/ticket/11928: [ticket/11928] Javascript requires camel case. [ticket/11928] Rename loadingAlert to loading_indicator. [ticket/11928] Make sure the indicator is on top of other elements. [ticket/11928] Replace AJAX loading popup with animation.
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 006cee9080..a3b794aaf2 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1601,6 +1601,21 @@ input.button1:focus, input.button2:focus, input.button3:focus {
}
}
+#loading_indicator {
+ background: #000000 url("../images/loading.gif") center center no-repeat;
+ border-radius: 5px;
+ display: none;
+ opacity: 0.8;
+ margin-top: -50px;
+ margin-left: -50px;
+ height: 50px;
+ width: 50px;
+ position: fixed;
+ left: 50%;
+ top: 50%;
+ z-index: 51;
+}
+
/* Pagination
---------------------------------------- */
.pagination {