1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

ensure 100% width for .uneditable-inputs in <767px viewports

This commit is contained in:
Mark Otto
2012-09-23 16:06:28 -07:00
parent a4bf6ef0a0
commit f4d3d7da2e
5 changed files with 75 additions and 0 deletions

View File

@@ -820,6 +820,7 @@
margin-left: 0;
}
[class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
display: block;
float: none;

View File

@@ -992,6 +992,7 @@ input[type="color"],
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;