Port of blueprint commit 5b455fed7c044a97a2e72fd483887c3a9e526924
Author: Christian Montoya <sirokai@gmail.com> Date: Wed Sep 29 16:43:55 2010 -0400 Fixed IE label alignment issue
This commit is contained in:
parent
386910ea6c
commit
e35ebb8046
@ -52,9 +52,6 @@
|
||||
@mixin blueprint-inline-form-ie {
|
||||
div, p {
|
||||
vertical-align: middle; }
|
||||
label {
|
||||
position: relative;
|
||||
top: -0.25em; }
|
||||
input {
|
||||
&.checkbox, &.radio, &.button, button {
|
||||
margin: 0.5em 0; } } }
|
||||
@ -80,6 +77,9 @@
|
||||
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
label {
|
||||
position: relative;
|
||||
top: -0.25em; }
|
||||
input {
|
||||
&.text {
|
||||
margin: 0.5em 0;
|
||||
|
@ -39,6 +39,10 @@ legend, #IE8#HACK {
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
|
||||
label {
|
||||
position: relative;
|
||||
top: -0.25em; }
|
||||
|
||||
input.text {
|
||||
margin: 0.5em 0;
|
||||
background-color: white;
|
||||
|
@ -39,6 +39,10 @@ legend, #IE8#HACK {
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
|
||||
label {
|
||||
position: relative;
|
||||
top: -0.25em; }
|
||||
|
||||
input.text {
|
||||
margin: 0.5em 0;
|
||||
background-color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user