diff options
| author | Mark Otto <[email protected]> | 2012-12-26 14:09:36 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-26 14:09:36 -0600 |
| commit | 070109abc1624808873e6e172ff97d27eb05c406 (patch) | |
| tree | 4154ecbec6a46a9b90ddc9506cced721055411c4 /less/forms.less | |
| parent | 0da31ceb51e7339e1c7119b3877ce6f5a88ab4fc (diff) | |
| download | bootstrap-070109abc1624808873e6e172ff97d27eb05c406.tar.xz bootstrap-070109abc1624808873e6e172ff97d27eb05c406.zip | |
Remove .controls-row; instead, folks should use .row and .span* for all their grid input sizing needs when multiple inputs per line are required
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/less/forms.less b/less/forms.less index cc0f49b34..ca7060b0a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -291,10 +291,6 @@ textarea[class*="span"], margin-right: 0; } -.controls-row { - #grid > .input(@grid-column-width, @grid-gutter-width, @grid-row-width); -} - // Ensure input-prepend/append never wraps .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], @@ -309,21 +305,6 @@ textarea[class*="span"], .uneditable-input[class*="span"] { height: @input-height; } -// Control row for multiple inputs per line -.controls-row { - .clearfix(); // Clear the float from controls -} - -// Float to collapse white-space for proper grid alignment -.controls-row [class*="span"] { - float: left; -} -// Explicity set top padding on all checkboxes/radios, not just first-child -.controls-row .checkbox[class*="span"], -.controls-row .radio[class*="span"] { - padding-top: 5px; -} - |
