mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
MDL-39354 put back a bit of margin on checkboxes.
This commit is contained in:
parent
cf5a3296c4
commit
42d8287083
@ -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;}
|
||||
|
@ -76,11 +76,6 @@ body {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
/* Calendar
|
||||
-------------------------*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user