UI: style RT a little more like FS, RT#36799
authorIvan Kohler <ivan@freeside.biz>
Fri, 10 Jul 2015 12:03:10 +0000 (05:03 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 10 Jul 2015 12:03:10 +0000 (05:03 -0700)
httemplate/elements/freeside.css
rt/share/static/css/freeside4/layout.css

index 1e2491e..750da74 100644 (file)
@@ -228,7 +228,7 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: .1em solid #999999;
+  border: thin solid #999999;
   border-radius: .25em;
 }
 
index 62080e8..f056874 100644 (file)
@@ -13,7 +13,7 @@ div#body {
     margin-top: 4em;
     margin-right: 0;
     margin-bottom: 0em;
-    background: #fff;
+    background: #f8f8f8;
     z-index: 1;
 }
 
@@ -107,6 +107,12 @@ div#header h1 {
 
 /* in multi-column layouts, make sure we have an internal gutter */
 
+table .myrt {
+    background-color:#ffffff;
+    padding: 8px;
+    border: thin solid #7e0079;
+}
+
 tr .boxcontainer {
     padding-right: 3em
 }