style
[freeside.git] / httemplate / elements / freeside.css
index 750da74..1155b0c 100644 (file)
@@ -235,7 +235,8 @@ div.fstabcontainer {
 .fsinnerbox th {
   font-weight:normal;
   font-size:80%;
-  valign: bottom;
+  vertical-align: top;
+  padding-top: 5px;
   color: #666666;
 }
 
@@ -318,3 +319,28 @@ td.label {
   font-size: large;
   color: #ff0000;
 }
+
+table .error {
+  font-weight: bold;
+  font-size: medium;
+  color: #ff0000;
+}
+
+div#overDiv {
+  box-shadow: #333333 1px 1px 2px;
+}
+
+/* view/cust_main/packages/package.html */
+div.package-marker-supplemental {
+  height: 100%;
+  border-left: solid #bbbbff 30px;
+  display: inline-block;
+}
+
+div.package-marker-change_from {
+  height: 100%;
+  border-left: solid #bbffbb 30px;
+  display: inline-block;
+}
+
+