diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-25 21:23:04 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-25 21:23:04 +0100 |
commit | ba48c485894b0ee21be5f27d22561ffdb6b89cf8 (patch) | |
tree | 22163d82adc0c93acf5061199c79e4bacff7580f /module/web | |
parent | improved header, moved notifications (diff) | |
download | pyload-ba48c485894b0ee21be5f27d22561ffdb6b89cf8.tar.xz |
centered notification div
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/static/css/default/style.less | 24 |
1 files changed, 13 insertions, 11 deletions
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;
|