]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4725: width of .uneditable-input should match standard text input width
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 19:07:28 +0000 (12:07 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 19:07:28 +0000 (12:07 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 0d5a5a6eb36ed87395b8bb02990cb2c5983f80e1..5595e244481f68c66623a51fd56c64bcf6b27807 100644 (file)
@@ -960,7 +960,8 @@ input[type="color"],
 }
 
 input,
-textarea {
+textarea,
+.uneditable-input {
   width: 206px;
 }
 
index 9947e7180a51287caa9b9e15a5e89af9d8da5354..d2445b987f715a3f076776f594fa2e795eb026b1 100644 (file)
@@ -91,7 +91,8 @@ input[type="color"],
 // Reset appearance properties for textual inputs and textarea
 // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
 input,
-textarea {
+textarea,
+.uneditable-input {
   width: 206px; // plus 12px padding and 2px border
 }
 // Reset height since textareas have rows