UI: style RT a little more like FS, RT#36799
[freeside.git] / httemplate / elements / freeside.css
index 7e8ae87..1e2491e 100644 (file)
@@ -228,13 +228,13 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: 1px solid #cccccc;
-  border-radius: 2px;
+  border: .1em solid #999999;
+  border-radius: .25em;
 }
 
 .fsinnerbox th {
   font-weight:normal;
-  font-size:75%;
+  font-size:80%;
   valign: bottom;
   color: #666666;
 }
@@ -254,6 +254,24 @@ table.grid {
   border-radius: 2px;
 }
 
+tr.row0 {
+  background-color: #eeeeee;
+}
+
+tr.row1 {
+  background-color: #ffffff;
+}
+
+.grid tfoot tr {
+  background-color: #dddddd;
+  font-style: italic;
+}
+
+/* border at the top of the footer, but not between footer rows */
+.grid tfoot tr:first-child td {
+  border-top: 1px dashed black;
+}
+
 th, td {
   vertical-align: top;
 }
@@ -264,12 +282,11 @@ thead th.grid {
   padding-bottom: 2px;
   border: none;
   empty-cells: show;
-  font-weight:normal;
+/*  font-weight:normal; */
   font-size:90%;
   valign: bottom;
-  color: #666666;
-  background: #ffffff;
-  border-bottom: 1px solid #666666;
+/*  color: #666666; */
+  border-bottom: 1px solid #999999;
 }
 
 td.grid {