Skip to content

Commit

Permalink
Merge pull request #645 from alphagov/option_select_checkbox_size
Browse files Browse the repository at this point in the history
Up the size of the checkbox on option selects
  • Loading branch information
alicebartlett committed Sep 4, 2015
2 parents 4d803fc + e6fdf38 commit 62ca3ea
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/assets/stylesheets/govuk-component/_option-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

label {
@include inline-block;
padding: 7px 0 7px 30px;
padding: 7px 0 7px 35px;
border-bottom: 1px solid $border-colour;
width: 100%;
cursor:pointer;
Expand All @@ -57,8 +57,15 @@
}

input {
margin-left: -23px;
vertical-align: top;
float: left;
margin: 2px 0 0 -27px;
width: 20px;
height: 20px;
@include ie(8) {
width: auto;
height: auto;
margin-top: 0;
}
}
}

Expand Down

0 comments on commit 62ca3ea

Please sign in to comment.