mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
more little ie6-7 hacks :/
This commit is contained in:
parent
842ad01fce
commit
0e92acd9ff
@ -18,6 +18,8 @@ form {
|
|||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
*margin: 0 0 5px 145px; /* IE6-7 */
|
||||||
|
*line-height: 1.5; /* IE6-7 */
|
||||||
color: @grayDark;
|
color: @grayDark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -204,6 +206,8 @@ div.actions {
|
|||||||
}
|
}
|
||||||
.help-inline {
|
.help-inline {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
*position: relative; /* IE6-7 */
|
||||||
|
*top: -5px; /* IE6-7 */
|
||||||
}
|
}
|
||||||
|
|
||||||
// Big blocks of help text
|
// Big blocks of help text
|
||||||
@ -257,6 +261,13 @@ div.input-append {
|
|||||||
border-color: @green;
|
border-color: @green;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.input-prepend {
|
||||||
|
.add-on {
|
||||||
|
*margin-top: 1px; /* IE6-7 */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div.input-append {
|
div.input-append {
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user