Browse Source

Fixed position of × on radio buttons

development
Godwin 8 years ago
committed by GitHub
parent
commit
aaaabb17c6
  1. 24
      app/assets/stylesheets/_application.scss

24
app/assets/stylesheets/_application.scss

@ -605,6 +605,13 @@ input {
}
}
&.inline input[type="radio"] + label {
@include after {
top: -0.15em;
left: 0.05em;
}
}
.other {
position: absolute;
top: 0;
@ -643,11 +650,6 @@ input {
label {
min-width: 7.5em;
@include after {
top: -0.15em;
left: 0.05em;
}
}
}
@ -3690,11 +3692,6 @@ html[data-ontop] {
&.inline {
label {
float: left;
@include after {
top: -0.025em;
left: 0.175em;
}
}
&.vertical {
@ -3702,6 +3699,13 @@ html[data-ontop] {
float: none;
}
}
input[type="radio"] + label {
@include after {
top: -0.025em;
left: 0.175em;
}
}
}
}

Loading…
Cancel
Save