Merge branch 'master' of https://github.com/roojs/roojs1 into github
[roojs1] / css / form.css
index c8680f7..cad7bbf 100644 (file)
     padding-top: 2px;
     padding-bottom: 2px;
 }
+
+.x-form-item .x-form-text 
+{
+     height: 14px; /* need to determine when this should be larger or smaller.. ? */
+}
+
 /* -- border around text elements */
 .x-form-text,
 .x-form-textarea,
@@ -78,6 +84,7 @@
 {    
  border: solid 1px black;
 }
+
 .x-form-field-wrap
 {
     position: relative;
@@ -87,7 +94,6 @@
  
 /* gecko specific fix */
 
-}
 .roo-ie .roo-strict .x-form-text,
 .roo-ie .x-form-text
 {
 
 .roo-gecko .x-form-item .x-form-text {
     /* the dynamic demo needs 20px */
-    height:20px;
+    height:16px;
 }
 .roo-gecko .x-form-text {
     height:18px;