diff options
| author | Mark Otto <[email protected]> | 2013-07-26 15:41:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 15:41:16 -0700 |
| commit | 68827689e877aca14197a1e889531dcc2130ce18 (patch) | |
| tree | 3f8e2a6d0a4c5c8193032a0ad08f389511566968 /dist/css/bootstrap.css | |
| parent | 73427f717d6c946317cec34df5d852321e20e3ca (diff) | |
| download | bootstrap-68827689e877aca14197a1e889531dcc2130ce18.tar.xz bootstrap-68827689e877aca14197a1e889531dcc2130ce18.zip | |
Use `.form-control` in input sizing CSS
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a54461e19..9aff040ac 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1432,44 +1432,14 @@ textarea.form-control { margin-left: 10px; } -select.input-large, -textarea.input-large, -input[type="text"].input-large, -input[type="password"].input-large, -input[type="datetime"].input-large, -input[type="datetime-local"].input-large, -input[type="date"].input-large, -input[type="month"].input-large, -input[type="time"].input-large, -input[type="week"].input-large, -input[type="number"].input-large, -input[type="email"].input-large, -input[type="url"].input-large, -input[type="search"].input-large, -input[type="tel"].input-large, -input[type="color"].input-large { +.form-control.input-large { height: 56px; padding: 14px 16px; font-size: 18px; border-radius: 6px; } -select.input-small, -textarea.input-small, -input[type="text"].input-small, -input[type="password"].input-small, -input[type="datetime"].input-small, -input[type="datetime-local"].input-small, -input[type="date"].input-small, -input[type="month"].input-small, -input[type="time"].input-small, -input[type="week"].input-small, -input[type="number"].input-small, -input[type="email"].input-small, -input[type="url"].input-small, -input[type="search"].input-small, -input[type="tel"].input-small, -input[type="color"].input-small { +.form-control.input-small { height: 30px; padding: 5px 10px; font-size: 12px; |
