0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per #1978 and #2173

This commit is contained in:
Mark Otto 2012-02-22 11:16:32 -08:00
parent 0ed6d3b28e
commit 8609a77bd2
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -845,6 +845,14 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
margin-bottom: 18px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
*zoom: 1;
}
.form-actions:before, .form-actions:after {
display: table;
content: "";
}
.form-actions:after {
clear: both;
}
.uneditable-input {
display: block;