themes MDL-22014 Reversal of YUI css property for input widths so that input size...
authorSam Hemelryk <sam@moodle.com>
Thu, 15 Apr 2010 04:14:15 +0000 (04:14 +0000)
committerSam Hemelryk <sam@moodle.com>
Thu, 15 Apr 2010 04:14:15 +0000 (04:14 +0000)
theme/base/style/core.css

index 7cba3f4..5b6d846 100644 (file)
@@ -1,3 +1,8 @@
+/**
+ * Required to undo YUI resets that override input size
+ */
+input[type=text],input[type=password],textarea{width:auto;}
+
 /**
  * General
  */