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 04:28:28 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 04:28:28 +0400
commit8fd126ba1ba8c76f9b11833380db91554a034794 (patch)
treedf0ef1afec027b96123470069ae0cb71379d9af8 /docs/assets/css/bootstrap-responsive.css
parentce292a8bb8129cd16425e3428a461891e78e3a3c (diff)
updated apple touch icons and moved input responsive fix from <480 to <767
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css69
1 files changed, 28 insertions, 41 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 03e8cf1a61..48bb004edf 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -76,34 +76,6 @@
display: block;
line-height: 18px;
}
- input[class*="span"],
- select[class*="span"],
- textarea[class*="span"],
- .uneditable-input {
- display: block;
- width: 100%;
- min-height: 28px;
- /* Make inputs at least the height of their button counterpart */
-
- /* Makes inputs behave like true block-level elements */
-
- -webkit-box-sizing: border-box;
- /* Older Webkit */
-
- -moz-box-sizing: border-box;
- /* Older FF */
-
- -ms-box-sizing: border-box;
- /* IE8 */
-
- box-sizing: border-box;
- /* CSS3 spec*/
-
- }
- .input-prepend input[class*="span"],
- .input-append input[class*="span"] {
- width: auto;
- }
input[type="checkbox"],
input[type="radio"] {
border: 1px solid #ccc;
@@ -171,19 +143,34 @@
.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;
- }
- */
+ input[class*="span"],
+ select[class*="span"],
+ textarea[class*="span"],
+ .uneditable-input {
+ display: block;
+ width: 100%;
+ min-height: 28px;
+ /* Make inputs at least the height of their button counterpart */
+
+ /* Makes inputs behave like true block-level elements */
+
+ -webkit-box-sizing: border-box;
+ /* Older Webkit */
+
+ -moz-box-sizing: border-box;
+ /* Older FF */
+
+ -ms-box-sizing: border-box;
+ /* IE8 */
+
+ box-sizing: border-box;
+ /* CSS3 spec*/
+
+ }
+ .input-prepend input[class*="span"],
+ .input-append input[class*="span"] {
+ width: auto;
+ }
}
@media (min-width: 768px) and (max-width: 979px) {
.row {