]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Minor bug-fixes
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 29 Jan 2013 20:25:54 +0000 (21:25 +0100)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Tue, 29 Jan 2013 20:25:54 +0000 (21:25 +0100)
web/htdocs/layout/base.css

index e961517e0d44bf6f8e4122dc829e63841ed1b18c..547ddec223f3817d321ed54b530dc1e832850639 100644 (file)
    }
 
    table pre {display: inline;}
+   table a {
+      color: #000060;
+      text-decoration: none;
+   }
+      
 
    input {text-align: right;}
    input.text {width: 7em;}
    
    #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 */