Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
cb137be5
Commit
cb137be5
authored
Mar 03, 2014
by
Thomas Park
Browse files
lumen: fix add-on button heights, closes #227
parent
e1cea930
Changes
3
Show whitespace changes
Inline
Side-by-side
lumen/bootstrap.css
View file @
cb137be5
...
...
@@ -5703,6 +5703,7 @@ button.close {
border-width
:
0
1px
4px
1px
;
}
.btn
{
padding
:
8px
12px
7px
;
border-width
:
0
1px
4px
1px
;
font-size
:
12px
;
font-weight
:
bold
;
...
...
@@ -5718,6 +5719,19 @@ button.close {
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
.btn-lg
,
.btn-group-lg
>
.btn
{
padding
:
14px
16px
13px
;
line-height
:
15px
;
}
.btn-sm
,
.btn-group-sm
>
.btn
{
padding
:
4px
10px
;
}
.btn-xs
,
.btn-group-xs
>
.btn
{
padding
:
1px
5px
;
}
.btn-default
:hover
,
.btn-default
:focus
,
.btn-group.open
.dropdown-toggle.btn-default
{
...
...
lumen/bootstrap.min.css
View file @
cb137be5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/bootswatch.less
View file @
cb137be5
...
...
@@ -17,6 +17,7 @@
// Buttons ====================================================================
.btn {
padding: 8px @padding-base-horizontal 7px;
.shadow();
font-size: 12px;
font-weight: bold;
...
...
@@ -33,6 +34,22 @@
.box-shadow(none);
}
&-lg,
&-group-lg > .btn {
padding: 14px @padding-large-horizontal 13px;
line-height: 15px;
}
&-sm,
&-group-sm > .btn {
padding: 4px @padding-small-horizontal;
}
&-xs,
&-group-xs > .btn {
padding: @padding-xs-vertical @padding-xs-horizontal;
}
&-default:hover,
&-default:focus,
&-group.open .dropdown-toggle.btn-default {
...
...
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