]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adding .clearfix() to .form-actions to allow for .pull-right button containers 1978/head
authorBigBlueHat - Web Manufacturer <info@bigbluehat.com>
Tue, 14 Feb 2012 20:16:55 +0000 (15:16 -0500)
committerBigBlueHat - Web Manufacturer <info@bigbluehat.com>
Tue, 14 Feb 2012 20:16:55 +0000 (15:16 -0500)
less/forms.less

index 9c9a9b8a9f54e8b4ac75a26281b88e22e70df7c2..62f9fec0022156eef3897a3d82eb2d735b5c40e8 100644 (file)
@@ -324,6 +324,7 @@ select:focus:required:invalid {
   margin-bottom: @baseLineHeight;
   background-color: #f5f5f5;
   border-top: 1px solid #ddd;
+  .clearfix(); // Adding clearfix to allow for .pull-right button containers
 }
 
 // For text that needs to appear as an input but should not be an input