app/soc/content/css/soc.css
changeset 83 3f4f7c540b75
parent 80 55542eddada5
child 89 5decd7730e02
--- a/app/soc/content/css/soc.css	Tue Aug 19 22:37:40 2008 +0000
+++ b/app/soc/content/css/soc.css	Tue Aug 19 23:13:24 2008 +0000
@@ -108,7 +108,8 @@
 }
 
 th, td {
-  padding: 0;
+  /*padding: 0;*/
+  padding:2px 5px;
   vertical-align: top;
   text-align: left;
 }
@@ -130,6 +131,10 @@
     td.formfieldheading {
      font-weight: bold;
     }
+    
+    td.formfieldlabel {
+      font-weight: bold;
+    }
 
 
 /* ---------------------------- */ 
@@ -188,6 +193,29 @@
   padding-bottom: 25px;
 }
 
+    #body .buttons {
+      margin-right: 4px;
+      margin-top: 20px;
+    }
+    
+    #body a.button, input[type^="submit"], input[type^="button"] {
+      margin: 0;
+      padding: 2px 5px 2px 5px;
+      font-family: Arial, Sans-serif;
+      font-size: 12px;
+      text-decoration: none;
+      color: #222;
+      cursor: default;
+      background: #ddd url("/soc/content/images/button-background.gif") repeat-x 0 0;
+      border: 1px solid #aaa;
+    }
+
+    #body a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover {
+      border-color: #9cf #69e #69e #7af;
+    }
+    
+
+
 #footer {
   clear: both;
   text-align: center;