app/soc/content/css/soc-090120.css
changeset 1369 0be1f471413c
parent 1307 091a21cf3627
child 1372 a9b7f64d4813
--- a/app/soc/content/css/soc-090120.css	Mon Feb 16 22:41:52 2009 +0000
+++ b/app/soc/content/css/soc-090120.css	Tue Feb 17 06:52:06 2009 +0000
@@ -141,11 +141,13 @@
 td.formfieldrequired {
   font-style: italic;
   font-size: small;
+  text-align: center;
 }
 
 td.formfieldhelptext {
   font-style: italic;
   font-size: small;
+  padding: 5px;
 }
 
 td.formfielderror {
@@ -161,6 +163,23 @@
 td.formfieldlabel {
   font-weight: bold;
   font-size: small;
+  text-align: right;
+}
+
+td.formfieldvalue {
+  text-align: left;
+}
+
+td.formfieldvalue input {
+  width: 100%;
+}
+
+td.formfieldvalue textarea {
+  width: 100%;
+}
+
+td.formfieldvalue select {
+  width: 100%;
 }
 
 td.formfielderrorlabel, td.warning, span.formfielderrorlabel {
@@ -461,7 +480,7 @@
   width: 450px;
   background:#fad163; 
   font-size: small;
-  font-weight: bold;
+  border: 1px solid black;
 }
 
 .rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }