From 6dc7ef074fc3ab42424d42e14014ff5c4e408be8 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Tue, 3 Jan 2012 16:46:39 +0000 Subject: [PATCH] // fixed style --- css/admin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index fe8e11280..d201d73c0 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2199,11 +2199,12 @@ font-weight:normal; #ajax_running { display: none; - position: absolute; + position: fixed; top: 0; left: 40%; z-index: 10000; background-color: #FFF1A8; + border: 1px solid #FFD96F; color: #000; font-weight: bold; font-size: 14px;