Skip to content

Commit

Permalink
Add margin to checkbox and radio inputs.
Browse files Browse the repository at this point in the history
With inputs nested in labels we'll need a bit of margin to space out
elements.

Refs cakephp/cakephp#4929
  • Loading branch information
markstory committed Oct 23, 2014
1 parent 354e1ba commit 34daf1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webroot/css/cake.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,13 @@ select[multiple] {
min-height:150px;
background: none;
}
input[type=checkbox],
input[type=radio] {
margin-right: 0.5em;
}

.error label, .error label.error {
color: #C3232D;
color: #C3232D;
}

div.message {
Expand Down

0 comments on commit 34daf1b

Please sign in to comment.