diff options
| author | Mark Otto <[email protected]> | 2012-08-20 12:27:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-20 12:27:45 -0700 |
| commit | 01572f00bb5671aaab1763b85c9608c10362aef4 (patch) | |
| tree | 8bb26faa8ed314ac05911109def9558221d8e173 /less/button-groups.less | |
| parent | 58dd1f20aeee82d29693f731844a00cb9c5e4328 (diff) | |
| download | bootstrap-01572f00bb5671aaab1763b85c9608c10362aef4.tar.xz bootstrap-01572f00bb5671aaab1763b85c9608c10362aef4.zip | |
ie7 button group and button toggle padding changes
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 01baebd54..77496d6ab 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -120,20 +120,24 @@ padding-left: 8px; padding-right: 8px; .box-shadow(~"inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)"); - *padding-top: 4px; - *padding-bottom: 4px; + *padding-top: 5px; + *padding-bottom: 5px; } .btn-group > .btn-mini + .dropdown-toggle { padding-left: 5px; padding-right: 5px; + *padding-top: 2px; + *padding-bottom: 2px; } .btn-group > .btn-small + .dropdown-toggle { - *padding-top: 4px; + *padding-top: 5px; *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; + *padding-top: 7px; + *padding-bottom: 7px; } .btn-group.open { |
