From 253531415fbab16ee00af859c8c6e8ba2922e56c Mon Sep 17 00:00:00 2001 From: aFolletete Date: Tue, 3 Jan 2012 16:46:39 +0000 Subject: [PATCH] // fixed style git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12086 b9a71923-0436-4b27-9f14-aed3839534dd --- 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;