Skip to content

Commit

Permalink
[#2837] Try and normalize the styling of checkboxes
Browse files Browse the repository at this point in the history
Now have the same vertical alignment on FF/Webkit on Ubuntu and Firefox
on the Mac. Webkit on the Mac is slightly too high.
  • Loading branch information
aron committed Aug 13, 2012
1 parent 58381ff commit a6fa5a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ckan/public/base/css/main.css
Expand Up @@ -5027,7 +5027,9 @@ select,
input[type=radio],
input[type=checkbox] {
position: relative;
top: 6px;
top: 7px;
padding: 0;
margin: 0;
}
select {
margin-top: 6px;
Expand Down
4 changes: 3 additions & 1 deletion ckan/public/base/less/forms.less
Expand Up @@ -33,7 +33,9 @@ select,
input[type=radio],
input[type=checkbox] {
position: relative;
top: 6px;
top: 7px;
padding: 0;
margin: 0;
}

select {
Expand Down

0 comments on commit a6fa5a0

Please sign in to comment.