Skip to content

Commit

Permalink
cosmo: increase .btn size to work with .input-append
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Dec 30, 2012
1 parent 91028e4 commit d04666a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
5 changes: 4 additions & 1 deletion cosmo/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ div.subnav {
// -----------------------------------------------------

.btn {
padding: 5px 12px;
background-image: none;
.box-shadow(none);
border: none;
Expand All @@ -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,
Expand Down

0 comments on commit d04666a

Please sign in to comment.