mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-02 03:00:44 -04:00
oops, double commit last time; apply fixes to make select elements line up in IE7 with their labels, but no height fix
This commit is contained in:
5
bootstrap-1.3.0.css
vendored
5
bootstrap-1.3.0.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: Sun Sep 11 17:36:01 PDT 2011
|
||||
* Date: Sun Sep 11 18:08:25 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
@@ -771,6 +771,9 @@ input[type=button], input[type=reset], input[type=submit] {
|
||||
select, input[type=file] {
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
*margin-top: 4px;
|
||||
/* For IE7, add top margin to align select with labels */
|
||||
|
||||
}
|
||||
textarea {
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user