X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/resources/css/structure/form.css diff --git a/resources/css/structure/form.css b/resources/css/structure/form.css index a923b20c..8f54f1d0 100644 --- a/resources/css/structure/form.css +++ b/resources/css/structure/form.css @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.2.2 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.com/license + * Ext JS Library 3.3.1 + * Copyright(c) 2006-2010 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license */ /* all fields */ .x-form-field{ @@ -36,6 +36,10 @@ textarea.x-form-field { line-height:18px; } +.ext-ie6 .x-form-field-wrap .x-form-file-btn, .ext-ie7 .x-form-field-wrap .x-form-file-btn { + top: -1px; /* because of all these margin hacks, these buttons are off by one pixel in IE6,7 */ +} + .ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field { margin:-1px 0; /* ie bogus margin bug */ } @@ -322,10 +326,6 @@ textarea { height:19px; } -.ext-webkit .x-small-editor .x-form-field-wrap .x-form-trigger{ - height:21px; -} - .ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;} .x-form-clear {