summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/style.less
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-19 22:13:10 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-19 22:13:10 +0100
commitc8bee03f8c0ca82c3981724e5bc661f630d9ab7e (patch)
treec81e552b54c210e74637437fd4eeca72eb24f510 /module/web/static/css/default/style.less
parentadded shadow to package box (diff)
downloadpyload-c8bee03f8c0ca82c3981724e5bc661f630d9ab7e.tar.xz
integrated new package view
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r--module/web/static/css/default/style.less40
1 files changed, 28 insertions, 12 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index 964895f38..7db464c92 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -145,8 +145,8 @@ header:before {
bottom: 0;
left: 0;
background-color: transparent;
- box-shadow: 0 0 5px black;
z-index: -1;
+ .default-shadow;
}
header div.left {
@@ -309,22 +309,38 @@ header .logo {
font-family: sans-serif
}
-/*
- Actionbar
-*/
-
-#notifications-area {
- display: inline-block;
- width: 100%;
- padding: 4px 0 6px 0;
- text-align: center;
+.header-area {
+ display: none; // hidden by default
+ overflow: hidden;
+ position: absolute;
line-height: 18px;
- font-size: small;
+ top: @header-height;
+ padding: 4px 10px 6px 10px;
+ text-align: center;
+ border-radius: 0 0 6px 6px;
color: @light;
background-color: @greyDark;
- border-radius: 0 0 6px 6px;
+ .default-shadow;
+}
+
+#notification-area {
+ .header-area;
+ left: 140px;
+}
+
+#selection-area {
+ .header-area;
+ left: 50%;
+ bottom: -28px;
+ min-width: 15%;
+// color: @dark;
+// background-color: @light;
}
+/*
+ Actionbar
+*/
+
.nav > li > a:hover {
color: @blue;
}