From d0fc5ef84cba8e12636c98d69cb7676510b364da Mon Sep 17 00:00:00 2001 From: aFolletete Date: Wed, 4 Jan 2012 10:49:36 +0000 Subject: [PATCH] // fixed style git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12111 b9a71923-0436-4b27-9f14-aed3839534dd --- css/admin.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/css/admin.css b/css/admin.css index 9fa4c4f41..0e222489b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -2212,3 +2212,21 @@ margin-bottom:7px; /*container-carts*/ #container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;} + +#ajax_running { + display: none; + position: fixed; + top: 0; + left: 40%; + z-index: 10000; + background-color: #FFF1A8; + border: 1px solid #FFD96F; + color: #000; + font-weight: bold; + font-size: 14px; + padding: 5px 20px; + border-radius: 0 0 3px 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + width: 300px; +} \ No newline at end of file