From e23906facaa63fcc97bddbd0895c301699c9e942 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 12:17:09 -0700 Subject: Fixes #8150: add `.static-form-control` for vertical alignment of static form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms --- dist/css/bootstrap.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d167b4087..e94fd26d1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1634,6 +1634,10 @@ textarea.input-sm { border-color: #468847; } +.form-control-static { + padding-top: 6px; +} + .help-block { display: block; margin-top: 5px; @@ -1663,7 +1667,7 @@ textarea.input-sm { .form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { - padding-top: 9px; + padding-top: 6px; } .form-horizontal .form-group:before, -- cgit v1.2.3