summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index 7464ea3e..53862f02 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -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 {