From 7f153974e10980dccbdd485e63941b591e925148 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 Jan 2014 18:07:14 -0800 Subject: Fixes #11990 and #12159: Make range inputs block level and 100% wide by default --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3ccabd364..9d9292f71 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1651,6 +1651,10 @@ input[type="checkbox"] { input[type="file"] { display: block; } +input[type="range"] { + display: block; + width: 100%; +} select[multiple], select[size] { height: auto; -- cgit v1.2.3