diff options
| author | Andreas Cederstròˆm <[email protected]> | 2013-03-28 11:33:18 +0100 |
|---|---|---|
| committer | Andreas Cederstròˆm <[email protected]> | 2013-03-28 11:33:18 +0100 |
| commit | 090545ffdf8b8f750afb0601a16a7bbac07ff6eb (patch) | |
| tree | 07f42084b83e9878babbb47de71acb0b9c550199 /docs/assets/css | |
| parent | 6696ff5d927fd2d584ddc226521b89fc8b9882eb (diff) | |
| download | bootstrap-090545ffdf8b8f750afb0601a16a7bbac07ff6eb.tar.xz bootstrap-090545ffdf8b8f750afb0601a16a7bbac07ff6eb.zip | |
Make sure form actions are properly aligned with form-horizontal
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 50d207001..d096c6c50 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1705,6 +1705,9 @@ select:focus:invalid:focus { .form-horizontal .control-group > .controls { margin-left: 180px; } + .form-horizontal .form-actions { + padding-left: 180px; + } } .btn { |
