From 9e06719452ea67e9dfb431d68a7c7a827bedbaa2 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 11 Aug 2012 19:07:24 +0200 Subject: fixed layout --- module/web/static/css/default/style.css | 7 +++++++ module/web/templates/default/base.html | 28 ++++++++-------------------- 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 9b2d1768c..2757501e2 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -114,11 +114,18 @@ header img.logo { width: 120px; } +.header_block { + float: right; + margin-top: 12px; + margin-right: 12px; +} + #speedgraph { float: right; height: 45px; width: 300px; margin-top: 12px; + font-family: sans-serif } /* diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 2c9693491..dc715bcbd 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -12,18 +12,8 @@ + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} - - - - - {% block head %} {% endblock %} @@ -34,15 +24,13 @@
pyLoad -
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-- cgit v1.2.3