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
d04666ac
Commit
d04666ac
authored
Dec 30, 2012
by
Thomas Park
Browse files
cosmo: increase .btn size to work with .input-append
parent
91028e46
Changes
3
Show whitespace changes
Inline
Side-by-side
cosmo/bootstrap.css
View file @
d04666ac
...
...
@@ -5343,6 +5343,7 @@ div.subnav-fixed {
text-shadow
:
none
;
}
.btn
{
padding
:
5px
12px
;
background-image
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
...
...
@@ -5356,6 +5357,15 @@ div.subnav-fixed {
.btn.disabled
{
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
.btn-large
{
padding
:
22px
30px
;
}
.btn-small
{
padding
:
2px
10px
;
}
.btn-mini
{
padding
:
2px
6px
;
}
.btn-group
>
.btn
:first-child
,
.btn-group
>
.btn
:last-child
,
.btn-group
>
.dropdown-toggle
{
...
...
cosmo/bootstrap.min.css
View file @
d04666ac
...
...
@@ -890,7 +890,10 @@ div.subnav-fixed{top:50px;}
.pager
.disabled
>
a
,
.pager
.disabled
>
a
:hover
,
.pager
.disabled
>
span
{
background-color
:
#eeeeee
;
color
:
#999999
;}
.breadcrumb
{
background-color
:
#dfdfdf
;}
.breadcrumb
li
{
text-shadow
:
none
;}
.breadcrumb
.divider
,
.breadcrumb
.active
{
color
:
#080808
;
text-shadow
:
none
;}
.btn
{
background-image
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
text-shadow
:
none
;}
.btn.disabled
{
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn
{
padding
:
5px
12px
;
background-image
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
border
:
none
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
text-shadow
:
none
;}
.btn.disabled
{
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn-large
{
padding
:
22px
30px
;}
.btn-small
{
padding
:
2px
10px
;}
.btn-mini
{
padding
:
2px
6px
;}
.btn-group
>
.btn
:first-child
,
.btn-group
>
.btn
:last-child
,
.btn-group
>
.dropdown-toggle
{
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
>
.btn
+
.dropdown-toggle
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
.table
tbody
tr
.success
td
{
color
:
#ffffff
;}
...
...
cosmo/bootswatch.less
View file @
d04666ac
...
...
@@ -300,6 +300,7 @@ div.subnav {
// -----------------------------------------------------
.btn {
padding: 5px 12px;
background-image: none;
.box-shadow(none);
border: none;
...
...
@@ -311,6 +312,18 @@ div.subnav {
}
}
.btn-large {
padding: 22px 30px;
}
.btn-small {
padding: 2px 10px;
}
.btn-mini {
padding: 2px 6px;
}
.btn-group {
& > .btn:first-child,
...
...
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