X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/examples/ux/css/RowEditor.css diff --git a/examples/ux/css/RowEditor.css b/examples/ux/css/RowEditor.css index de44c309..4ad35196 100644 --- a/examples/ux/css/RowEditor.css +++ b/examples/ux/css/RowEditor.css @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.0.0 - * Copyright(c) 2006-2009 Ext JS, LLC - * 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 */ .ext-ie .x-row-editor .x-form-text { margin:0 !important; @@ -46,6 +46,15 @@ padding:3px; } +/* Fixes for IE6/7 trigger fields */ +.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger { + top: 1px; +} + +.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap { + margin-top: -1px; +} + .errorTip .x-tip-body ul{ list-style-type:disc; margin-left:15px;