[IMP] Centered loading
authorFabien Meghazi <fme@openerp.com>
Tue, 5 Apr 2011 16:24:45 +0000 (18:24 +0200)
committerFabien Meghazi <fme@openerp.com>
Tue, 5 Apr 2011 16:24:45 +0000 (18:24 +0200)
bzr revid: fme@openerp.com-20110405162445-u84f4lbbhvjzu5hz

addons/base/static/src/css/base.css

index 8fb093d..075150f 100644 (file)
@@ -38,11 +38,17 @@ body.openerp {
     z-index: 1000;
     position: fixed;
     top: 0;
-    right: 0;
-    padding: 4px 8px;
+    right: 50%;
+    padding: 4px 12px;
     background: #A61300;
     color: white;
     text-align: center;
+    border: 1px solid #900;
+    border-top: none;
+    -moz-border-radius-bottomright: 8px;
+    -moz-border-radius-bottomleft: 8px;
+    border-bottom-right-radius: 8px;
+    border-bottom-left-radius: 8px;
 }
 .openerp .oe_notification {
     z-index: 1001;