Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e18467
)
themes MDL-22014 Reversal of YUI css property for input widths so that input size...
author
Sam Hemelryk
<sam@moodle.com>
Thu, 15 Apr 2010 04:14:15 +0000
(
04:14
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Thu, 15 Apr 2010 04:14:15 +0000
(
04:14
+0000)
theme/base/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/core.css
b/theme/base/style/core.css
index
7cba3f4
..
5b6d846
100644
(file)
--- a/
theme/base/style/core.css
+++ b/
theme/base/style/core.css
@@
-1,3
+1,8
@@
+/**
+ * Required to undo YUI resets that override input size
+ */
+input[type=text],input[type=password],textarea{width:auto;}
+
/**
* General
*/