Skip to content

Commit

Permalink
fix bug position button customfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gtraxx committed Nov 27, 2012
1 parent b83a89b commit 58ac45f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,17 @@ textarea,
.uneditable-input{
width: 210px;
height: 18px;
}
/**
* fix bug position button customfile
*/
.input-append.customfile, .input-prepend {
font-size: 0;
margin-bottom: 5px;
white-space: normal;
}
.input-append.customfile .add-on{
height:18px;
font-size:13px;
line-height:18px;
}

0 comments on commit 58ac45f

Please sign in to comment.