Port of blueprint commits:
commit eebd6d7796459762841591fc11dc68d218acc5eb Author: Christian Montoya <sirokai@gmail.com> Date: Tue Sep 28 14:30:35 2010 -0400 Fixed legend/fieldset bug in IE6-8 commit 8fb04b6d8c585ac29cc80665c6a2d520ed1aa28f Author: Christian Montoya <sirokai@gmail.com> Date: Fri Sep 17 13:33:30 2010 -0400 Fixing fieldset padding for IE 6 & 7
This commit is contained in:
parent
3bee9df60a
commit
b57e7cbd8b
@ -72,6 +72,12 @@
|
||||
-ms-interpolation-mode: bicubic; }
|
||||
fieldset {
|
||||
padding-top: 0; }
|
||||
legend {
|
||||
margin-top: -0.2em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: -0.5em; }
|
||||
fieldset, #IE8#HACK {padding-top:1.4em;}
|
||||
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
input {
|
||||
|
12
test/fixtures/stylesheets/blueprint/css/ie.css
vendored
12
test/fixtures/stylesheets/blueprint/css/ie.css
vendored
@ -24,6 +24,18 @@ img {
|
||||
fieldset {
|
||||
padding-top: 0; }
|
||||
|
||||
legend {
|
||||
margin-top: -0.2em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: -0.5em; }
|
||||
|
||||
fieldset, #IE8#HACK {
|
||||
padding-top: 1.4em; }
|
||||
|
||||
legend, #IE8#HACK {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
|
||||
|
@ -24,6 +24,18 @@ img {
|
||||
fieldset {
|
||||
padding-top: 0; }
|
||||
|
||||
legend {
|
||||
margin-top: -0.2em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: -0.5em; }
|
||||
|
||||
fieldset, #IE8#HACK {
|
||||
padding-top: 1.4em; }
|
||||
|
||||
legend, #IE8#HACK {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user