2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Restore mini button (fixes #8644)

This commit is contained in:
Mark Otto
2013-07-29 17:08:04 -07:00
parent 2dcfa00e56
commit 5716355cda
4 changed files with 20 additions and 3 deletions
+5 -1
View File
@@ -125,12 +125,16 @@
font-size: @font-size-large;
border-radius: @border-radius-large;
}
.btn-small {
.btn-small,
.btn-mini {
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
line-height: 1.5; // ensure proper height of button next to small input
border-radius: @border-radius-small;
}
.btn-mini {
padding: 3px 5px;
}
// Block button