From 444973e54d56b7d722978ea398f2910fbbfe6b69 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 14:31:24 -0700 Subject: Fixes #8605: use `.form-control` in `.input-group` instead of HTML tags --- dist/css/bootstrap.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 420e8ebb2..2271fad6e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1576,21 +1576,20 @@ select.input-small { padding-left: 0; } -.input-group input, -.input-group select { +.input-group .form-control { width: 100%; margin-bottom: 0; } .input-group-addon, .input-group-btn, -.input-group input { +.input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), -.input-group input:not(:first-child):not(:last-child) { +.input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } @@ -1627,7 +1626,7 @@ select.input-small { border-radius: 6px; } -.input-group input:first-child, +.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, @@ -1640,7 +1639,7 @@ select.input-small { border-right: 0; } -.input-group input:last-child, +.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, -- cgit v1.2.3