Browse Source

Adding style for overview table

Andrej Studen 1 year ago
parent
commit
48da15eda2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      web/crf/crfHTML.css

+ 6 - 0
web/crf/crfHTML.css

@@ -6,6 +6,10 @@ table.t2 {width:800px; border:1px solid black;}
 table.t2 th {border:1px solid black;padding:4px;background-color:#e0e0e0}
 table.t2 td {border:1px solid black; text-align:center}
 
+table.tOverview {border: 1px solid black}
+table.tOverview th {background-color: #cccc99;padding: 4px}
+table.tOverview td {width: 20px; padding: 4px; text-align:center;border: 1px solid grey}
+
 div.d1 {text-align:center; width:400px; background-color:#e0e0e0;
         font-size:20px; margin-bottom:20px}
 
@@ -39,6 +43,8 @@ height:120px;
    font-size: 24px;
 }
 
+.small{font-size: 12px;}
+
 .center{
 	text-align: center;
 }