make boxes distinct from the background
authorivan <ivan>
Thu, 13 Sep 2007 23:45:57 +0000 (23:45 +0000)
committerivan <ivan>
Thu, 13 Sep 2007 23:45:57 +0000 (23:45 +0000)
rt/html/NoAuth/css/3.5-default/freeside.css

index b2c0a56..a595061 100644 (file)
@@ -4,7 +4,8 @@
         background-position: left top;
         vertical-align: top;
         text-align: left;
-         }
+}
+
 .blackright { 
         background-color: #000000;
         color: #ffffff;
@@ -13,7 +14,7 @@
         text-align: right;
         font-size:16px;
         padding-right:4px
-         }
+}
 
 input.fsblackbutton {
         background-color:#333333;
@@ -52,23 +53,30 @@ input.fsblackbuttonselected {
         background-position: left top;
         vertical-align: top;
         text-align: left;
-         }
+}
 .darkmediumgrayright { 
         background-color: #aaaaaa;
         background-position: left top;
         vertical-align: top;
         text-align: right;
-         }
+}
 .bggray {
         background-color: #e8e8e8;
         background-position: left top;
         vertical-align: top;
         text-align: left;
-         }
+}
 .bggrayright { 
         background-color: #e8e8e8;
         background-position: left top;
         vertical-align: top;
         text-align: right;
-         }
+}
 
+div.titlebox {
+        background: #d4d4d4;
+}
+
+div.titlebox-title {
+        background: #e8e8e8;
+}