correcting crash in addressbook card edit
authorrobert <robert>
Tue, 20 Mar 2001 15:23:18 +0000 (15:23 +0000)
committerrobert <robert>
Tue, 20 Mar 2001 15:23:18 +0000 (15:23 +0000)
EarlyBlue/global/skin/box.css

index 8771e054d471f0cbf2792a669c292314caae13ce..10da90c123ac657c9e15fb13a24bd98205b3fd27 100755 (executable)
@@ -1,58 +1,52 @@
-\r
-titledbox\r
-  {\r
-    border                : 2px groove #CCD0DD;\r
-    padding               : 7px;\r
-    margin                : 5px;\r
-  }\r
-\r
-title\r
-  {\r
-    margin-left           : 6px;\r
-    padding-right         : 40px;\r
-  }\r
-\r
-box.titledbox-title \r
-  {\r
-    padding-left           : 5px;\r
-    padding-right          : 5px;     \r
-  } \r
-\r
-box.titledbox-body\r
-  {\r
-    display               : block;\r
-    padding               : inherit;\r
-  }\r
-\r
-    \r
-/** box formatting **/\r
-  box[autostretch="never"]\r
-    {\r
-      vertical-align      : middle;\r
-    }\r
-    \r
-  box[autostretch="never"][valign="top"]\r
-    {\r
-      vertical-align      : top;\r
-    }\r
-    \r
-  box[autostretch="never"][valign="bottom"]\r
-    {\r
-      vertical-align      : bottom;\r
-    }\r
-    \r
-  box[autostretch="never"][halign="center"] \r
-    {\r
-      text-align          : center;\r
-    }\r
-    \r
-  box[autostretch="never"][halign="right"]\r
-    {\r
-      text-align          : right;\r
-    }\r
-\r
-  row\r
-    {\r
-      vertical-align      : middle;\r
-    }\r
-  
\ No newline at end of file
+
+titledbox
+  {
+    border                : 2px groove #CCD0DD;
+    padding               : 7px !important;
+    margin                : 5px;
+  }
+
+title
+  {
+    margin                : 0px 40px 2px 6px;
+    padding               : 0px 3px 0px 3px;
+    background-color      : ThreeDFace;
+  }
+
+.titledbox-body
+  {
+    padding               : inherit;
+  }
+    
+/** box formatting **/
+  box[autostretch="never"]
+    {
+      vertical-align      : middle;
+    }
+    
+  box[autostretch="never"][valign="top"]
+    {
+      vertical-align      : top;
+    }
+    
+  box[autostretch="never"][valign="bottom"]
+    {
+      vertical-align      : bottom;
+    }
+    
+  box[autostretch="never"][halign="center"] 
+    {
+      text-align          : center;
+    }
+    
+  box[autostretch="never"][halign="right"]
+    {
+      text-align          : right;
+    }
+
+  row[autostretch="never"]
+    {
+      vertical-align      : middle;
+    }
+  
+