Skip to content

Commit

Permalink
Add bottom margin to both buttons and inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 9, 2012
1 parent 1cb4453 commit 38a7a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/jquery.fileupload-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
direction: ltr;
cursor: pointer;
}
.fileupload-buttonbar button {
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
margin-bottom: 5px;
}
.files .progress {
Expand Down

0 comments on commit 38a7a11

Please sign in to comment.