From d0b5802b5b8302f79b9f82fe0b600df1744cf2d7 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Tue, 29 Jan 2013 21:25:54 +0100 Subject: [PATCH] Minor bug-fixes --- web/htdocs/layout/base.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/web/htdocs/layout/base.css b/web/htdocs/layout/base.css index e961517..547ddec 100644 --- a/web/htdocs/layout/base.css +++ b/web/htdocs/layout/base.css @@ -158,6 +158,11 @@ } table pre {display: inline;} + table a { + color: #000060; + text-decoration: none; + } + input {text-align: right;} input.text {width: 7em;} @@ -170,11 +175,18 @@ #overview-tab .fullstop {background: #ffd0d0; color: #ff0000; font-weight: bold;} - #rate-plot { + #rate-plot-cotainer { float: right; + display: inline; width: 450px; - height: 185px; margin-right: 20px; + text-align: center; + font-size: 80%; + color: #303030; + } + + #rate-plot { + margin-bottom: 10px; } /* Trigger Inputs */ -- 2.43.0