css/form.css
[roojs1] / css / form.css
index 1e3df21..adc3575 100644 (file)
     padding-top: 2px;
     padding-bottom: 2px;
 }
+/*
+on our demo's this is far to small
 
+*/
 .x-form-item .x-form-text 
 {
      height: 14px; /* need to determine when this should be larger or smaller.. ? */
@@ -84,6 +87,7 @@
 {    
  border: solid 1px black;
 }
+
 .x-form-field-wrap
 {
     position: relative;
@@ -93,7 +97,6 @@
  
 /* gecko specific fix */
 
-}
 .roo-ie .roo-strict .x-form-text,
 .roo-ie .x-form-text
 {
 
 /** some kind of kludge for the combo demo */
 .roo-gecko .roo-strict .x-form-text {
-    height:16px;
+    height:18px;
 }
 
 .roo-gecko .x-form-item .x-form-text {
     /* the dynamic demo needs 20px */
-    height:20px;
+    height:16px;
 }
 .roo-gecko .x-form-text {
     height:18px;
 .x-form-invalid
 {
     
-    background: url(../images/default/grid/invalid_line.gif) repeat-x 0 16px;
-    border: 1px solid red;
+    background: #ff0 url(../images/default/grid/invalid_line.gif) repeat-x 0 16px;
+    border: 1px solid red  !important;
 }
 textarea.x-form-invalid
 {