UI spring cleaning
[freeside.git] / httemplate / elements / freeside.css
index ebeee98..6a1d238 100644 (file)
@@ -3,6 +3,12 @@
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
 }
 
+h1 {
+  margin: 0;
+  padding: 0;
+  font-weight: normal;
+}
+
 pre {
   font-family: monospace;
 }
@@ -172,10 +178,16 @@ div.fstabs {
 div.fstabcontainer {
   background-color:#ffffff;
   padding:8px;
+  clear: left;
+  border-left: thin solid #CFDEFF;
+  border-right: thin solid #CFDEFF;
+  border-bottom: thin solid #CFDEFF;
+/*
   border-left:1px solid #7e0079;
   border-right:1px solid #7e0079;
   border-bottom:1px solid #7e0079;
   border-top:1px solid #7e0079;
+*/
 }
 
 .fscontainer {
@@ -218,7 +230,7 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: 1px solid #dddddd;
+  border: 1px solid #cccccc;
   border-radius: 2px;
 }