mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
updated comments in forms.less and added uneditable-textarea class to extend uneditable-input
This commit is contained in:
10
bootstrap.css
vendored
10
bootstrap.css
vendored
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Wed Jan 25 11:15:41 PST 2012
|
||||
* Date: Wed Jan 25 11:21:22 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
@@ -510,13 +510,17 @@ select,
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.uneditable-textarea {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
input[type=image], input[type=checkbox], input[type=radio] {
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 3px 0;
|
||||
*margin-top: 0;
|
||||
/* IE6-7 */
|
||||
/* IE7 */
|
||||
|
||||
line-height: normal;
|
||||
border: none;
|
||||
@@ -538,6 +542,8 @@ input[type=button], input[type=reset], input[type=submit] {
|
||||
}
|
||||
select, input[type=file] {
|
||||
height: 27px;
|
||||
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
||||
|
||||
*margin-top: 4px;
|
||||
/* For IE7, add top margin to align select with labels */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user