cosmo: increase .btn size to work with .input-append
[bootswatch] / cosmo / bootstrap.css
index 7464ea3..53862f0 100644 (file)
@@ -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 {