Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-28 02:39:55 +0400
committerMark Otto <markotto@twitter.com>2012-08-28 02:39:55 +0400
commit3b67ece2d10aaf573ffb93fc804dc4e382a50837 (patch)
tree70a6ee98b1c4d9e55b97e44915e47cb087db0933 /docs
parent4674945fa83ce7459d5bad45d1d574a6496ec3be (diff)
fixes #4666: overrides for input types with .btn-block
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index ce6d27a56b..7603b7a1c7 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3125,6 +3125,12 @@ button.close {
margin-top: 5px;
}
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+ width: 100%;
+}
+
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,