From 81e4d0e8bd7cad26879f7003735269c2bc2d54ba Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 14 Oct 2012 21:48:39 +0200 Subject: cleaned some code on settings page --- module/web/static/css/default/settings.less | 40 ++--- module/web/templates/default/base.html | 7 +- module/web/templates/default/settings.html | 233 ++++++++++++++-------------- 3 files changed, 129 insertions(+), 151 deletions(-) (limited to 'module/web') diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 5d0181485..0b80569fe 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -1,34 +1,16 @@ -/* +@import "style.less"; + +/* Settings */ -.setmenu{ - background-color: #F5F5F5; - border: 1px solid #E3E3E3; - border-radius: 4px 4px 4px 4px; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; - margin-bottom: 20px; - min-height: 20px; - padding: 19px; -} -.heroless{ -background-color: #eeeeee; -padding: 10px; -margin-bottom: 10px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.heroless h1 { - margin-bottom: 0; - font-size: 40px; - line-height: 1; - letter-spacing: -1px; - color: inherit; +.settings-menu { } -.heroless p { - font-size: 18px; - font-weight: 200; - line-height: 30px; - color: inherit; +.setting-box { + + border-color: @lighterblue; + + .page-header { + margin: 0; + } } \ No newline at end of file diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 5fc47259d..bda72a00c 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -12,12 +12,13 @@ - + {% block css %} + {% endblock %} + {# #} + - - + {% endblock %} \ No newline at end of file -- cgit v1.2.3