From 2cf31d24c9ba07b0b36cea896dc13a9662051242 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 23 Dec 2012 21:12:23 +0100 Subject: added border to header, removed background --- module/web/static/css/default/style.less | 27 +++++++++++++++++++--- module/web/static/img/default/main-wrapper-bg.png | Bin 114902 -> 0 bytes module/web/templates/default/base.html | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 module/web/static/img/default/main-wrapper-bg.png (limited to 'module') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index f0628b45a..1c0a0cb48 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -180,7 +180,8 @@ a:hover { */ header { - background: url("../../img/default/main-wrapper-bg.png") repeat-x; + background-color: @greyDark; +// background: url("../../img/default/main-wrapper-bg.png") repeat-x; height: @header-height; position: fixed; top: 0; @@ -258,6 +259,24 @@ header .logo { } +// Responsive Borders +.header_block.left-border { + border-left: 1px solid @grey; + padding-left: 1%; +} + +.header_block.right-border { + border-right: 1px solid @grey; + padding-right: 1%; +} + +@media (max-width: @large-screen) { + .header_block { + border: none !important; + padding: 0 !important; + } +} + #notification_div { float: right; width: 26%; @@ -299,7 +318,8 @@ header .logo { float: right; width: 14%; height: 60px; - margin-top: 8px; + // similiar as header_box + margin: 8px 8px 0 8px; font-family: sans-serif } @@ -320,7 +340,8 @@ header .logo { Footer */ footer { - background: url("../../img/default/main-wrapper-bg.png") repeat-x; + background-color: @greyDark; +// background: url("../../img/default/main-wrapper-bg.png") repeat-x; color: @grey; height: @footer-height; margin-top: -@footer-height; diff --git a/module/web/static/img/default/main-wrapper-bg.png b/module/web/static/img/default/main-wrapper-bg.png deleted file mode 100644 index 68febb6a2..000000000 Binary files a/module/web/static/img/default/main-wrapper-bg.png and /dev/null differ diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index c67ad82f6..a2f622095 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -61,14 +61,14 @@
-
+
8:15:01
Started
5 of 12
-
+
Remaining:
Status:
Downloads:
-- cgit v1.2.3