Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
01572f00
Commit
01572f00
authored
Aug 20, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ie7 button group and button toggle padding changes
parent
58dd1f20
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+7
-3
less/button-groups.less
less/button-groups.less
+7
-3
No files found.
docs/assets/css/bootstrap.css
View file @
01572f00
...
@@ -3423,9 +3423,9 @@ input[type="submit"].btn.btn-mini {
...
@@ -3423,9 +3423,9 @@ input[type="submit"].btn.btn-mini {
}
}
.btn-group
>
.btn
+
.dropdown-toggle
{
.btn-group
>
.btn
+
.dropdown-toggle
{
*
padding-top
:
4
px
;
*
padding-top
:
5
px
;
padding-right
:
8px
;
padding-right
:
8px
;
*
padding-bottom
:
4
px
;
*
padding-bottom
:
5
px
;
padding-left
:
8px
;
padding-left
:
8px
;
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
...
@@ -3433,17 +3433,21 @@ input[type="submit"].btn.btn-mini {
...
@@ -3433,17 +3433,21 @@ input[type="submit"].btn.btn-mini {
}
}
.btn-group
>
.btn-mini
+
.dropdown-toggle
{
.btn-group
>
.btn-mini
+
.dropdown-toggle
{
*
padding-top
:
2px
;
padding-right
:
5px
;
padding-right
:
5px
;
*
padding-bottom
:
2px
;
padding-left
:
5px
;
padding-left
:
5px
;
}
}
.btn-group
>
.btn-small
+
.dropdown-toggle
{
.btn-group
>
.btn-small
+
.dropdown-toggle
{
*
padding-top
:
4
px
;
*
padding-top
:
5
px
;
*
padding-bottom
:
4px
;
*
padding-bottom
:
4px
;
}
}
.btn-group
>
.btn-large
+
.dropdown-toggle
{
.btn-group
>
.btn-large
+
.dropdown-toggle
{
*
padding-top
:
7px
;
padding-right
:
12px
;
padding-right
:
12px
;
*
padding-bottom
:
7px
;
padding-left
:
12px
;
padding-left
:
12px
;
}
}
...
...
less/button-groups.less
View file @
01572f00
...
@@ -120,20 +120,24 @@
...
@@ -120,20 +120,24 @@
padding-left: 8px;
padding-left: 8px;
padding-right: 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)");
.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:
4
px;
*padding-top:
5
px;
*padding-bottom:
4
px;
*padding-bottom:
5
px;
}
}
.btn-group > .btn-mini + .dropdown-toggle {
.btn-group > .btn-mini + .dropdown-toggle {
padding-left: 5px;
padding-left: 5px;
padding-right: 5px;
padding-right: 5px;
*padding-top: 2px;
*padding-bottom: 2px;
}
}
.btn-group > .btn-small + .dropdown-toggle {
.btn-group > .btn-small + .dropdown-toggle {
*padding-top:
4
px;
*padding-top:
5
px;
*padding-bottom: 4px;
*padding-bottom: 4px;
}
}
.btn-group > .btn-large + .dropdown-toggle {
.btn-group > .btn-large + .dropdown-toggle {
padding-left: 12px;
padding-left: 12px;
padding-right: 12px;
padding-right: 12px;
*padding-top: 7px;
*padding-bottom: 7px;
}
}
.btn-group.open {
.btn-group.open {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment