Merge branch 'MDL-39354_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE

This commit is contained in:
Damyon Wiese
2013-04-30 16:25:08 +08:00
2 changed files with 2 additions and 6 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
/**
* Required to undo YUI resets that override input size
* Required to undo YUI resets that override input size, margin, etc.
*/
input[type=text],input[type=password],textarea{width:auto;}
input[type=checkbox],input[type=radio]{margin-right: 7px;}
/* Fix for YUI overriding styles */
strong{font-style:inherit;}em{font-weight:inherit;}
-5
View File
@@ -76,11 +76,6 @@ body {
padding-left: 0;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 7px;
}
/* Calendar
-------------------------*/