added margin back from media-helper based css.

This commit is contained in:
scottjehl 2011-05-11 18:32:57 +02:00
parent 28ef60afe2
commit f176f4a884

View file

@ -14,7 +14,7 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
/* orientation adjustments - incomplete!*/
@media all and (min-width: 450px){
label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; }
label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
input.ui-input-text,
textarea.ui-input-text,
.ui-input-search { width: 60%; display: inline-block; }