From ba48c485894b0ee21be5f27d22561ffdb6b89cf8 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Tue, 25 Dec 2012 21:23:04 +0100
Subject: centered notification div

---
 module/web/static/css/default/style.less | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

(limited to 'module/web/static')

diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index 86002ffd7..45770cdbb 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -260,13 +260,24 @@ header .logo {
 //  }
 
   .btn {
-    margin-top: 14px;
+    margin-top: 12px;
   }
 
 }
 
 .menu-block {
-  margin-top: 2px;
+  margin-top: 0px;
+}
+
+#notifications-area {
+  display: inline-block;
+  width: 100%;
+  padding: 3px 0;
+  text-align: center;
+  line-height: 14px;
+  font-size: small;
+  background-color: @greyDark;
+  border-radius: 0 0 6px 6px;
 }
 
 // Responsive Borders
@@ -294,15 +305,6 @@ header .logo {
   text-align: left;
 }
 
-#notifications-area {
-  display: inline;
-  line-height: 14px;
-  font-size: small;
-  background-color: @greyDark;
-  border: 5px solid @greyDark;
-  border-radius: 0 0 5px 5px;
-}
-
 #globalprogress {
   background-color: @greyDark;
   background-image: none;
-- 
cgit v1.2.3