From 40741bfedaa0d67d5ad9fa31f9f1d60ab13e0d40 Mon Sep 17 00:00:00 2001 From: Osile Date: Sun, 14 Oct 2012 21:06:21 +0200 Subject: Known Bug: "Learn More" doesn't work --- module/web/static/css/default/settings.less | 22 ++++++++++ module/web/templates/default/base.html | 1 + module/web/templates/default/settings.html | 62 ++++++++++++++--------------- 3 files changed, 53 insertions(+), 32 deletions(-) diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 7e702dc58..5d0181485 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -9,4 +9,26 @@ 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; +} + +.heroless p { + font-size: 18px; + font-weight: 200; + line-height: 30px; + color: inherit; } \ No newline at end of file diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 99b5b11ff..5fc47259d 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -12,6 +12,7 @@ + diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index ef12cc7d8..a200d7d51 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -1,10 +1,11 @@ {% extends 'default/base.html' %} {% block title %}{{ _("Config") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Config") }}{% endblock %} +{% block subtitle %}{{ _("Config") }} +{% endblock %} {% block head %} - + {% endblock %} @@ -41,36 +42,33 @@ - - +