From: Manuel Penschuck Date: Tue, 29 Jan 2013 20:25:54 +0000 (+0100) Subject: Minor bug-fixes X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d0b5802b5b8302f79b9f82fe0b600df1744cf2d7;p=daqtools.git Minor bug-fixes --- 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 */