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
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 02:15:55 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 02:15:55 +0400
commitce292a8bb8129cd16425e3428a461891e78e3a3c (patch)
treef43e1a19e4b2b6bd5b21523bbf404574d734c50c /docs/assets/css/bootstrap-responsive.css
parenta97b9c112238d3f146276a97998ed5c2bb1bc1bc (diff)
fix overflowing thumbnails in responsive <767px layouts
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index f1ab51a219..03e8cf1a61 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -168,16 +168,22 @@
width: auto;
margin: 0;
}
- input,
- textarea,
- select,
- .uneditable-input {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- max-width: 100%;
+ .thumbnails [class*="span"] {
+ width: auto;
}
+ /*
+ // FORM FIELDS
+ // -----------
+ // Make them behave like divs
+ input,
+ textarea,
+ select,
+ .uneditable-input {
+ .box-sizing(border-box);
+ max-width: 100%;
+ min-height: 20px;
+ }
+ */
}
@media (min-width: 768px) and (max-width: 979px) {
.row {