]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make sure form actions are properly aligned with form-horizontal 7409/head
authorAndreas Cederström <andreas@klydd.se>
Thu, 28 Mar 2013 10:33:18 +0000 (11:33 +0100)
committerAndreas Cederström <andreas@klydd.se>
Thu, 28 Mar 2013 10:33:18 +0000 (11:33 +0100)
docs/assets/css/bootstrap.css
less/forms.less

index 50d2070015737d844c0a3f1c1d94eba2a4584e02..d096c6c5063c6fdc66ae68c1ca640c03803047f4 100644 (file)
@@ -1705,6 +1705,9 @@ select:focus:invalid:focus {
   .form-horizontal .control-group > .controls {
     margin-left: 180px;
   }
+  .form-horizontal .form-actions {
+    padding-left: 180px;
+  }
 }
 
 .btn {
index 841966bfe9a4ae6197b13586b2dc8696f14e8090..02aa4242ca7e0bee665a814dd354aabfeae10782 100644 (file)
@@ -539,5 +539,10 @@ select:focus:invalid {
       margin-left: @component-offset-horizontal;
     }
 
+    // Make sure form actions buttons are aligned with controls
+    .form-actions {
+      padding-left: @component-offset-horizontal;
+    }
+
   }
 }