reduced ripple area of selectors to avoid collisions

This commit is contained in:
FezVrasta 2016-08-05 20:21:02 +02:00
parent 41aade1981
commit f321524f16
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ label.checkbox-inline {
.checkbox-decorator { .checkbox-decorator {
position: absolute; position: absolute;
left: 0; left: 0;
padding: 1em; padding: .7em;
margin: -1em; margin: -.7em;
line-height: .7; line-height: .7;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;

View File

@ -7,8 +7,8 @@ label.radio-inline {
position: absolute; position: absolute;
left: 0; left: 0;
display: inline-block; display: inline-block;
padding: 1em; padding: .7em;
margin: -1em; margin: -.7em;
line-height: .7; line-height: .7;
border-radius: 100%; border-radius: 100%;