@charset "utf-8";
/* CSS Document */

/* remove safari's blue / chrome's yellow input field outline */
.ext-safari *:focus,.ext-chrome *:focus{outline:none;}

/* non-grid triggerfields */
.ext-safari .x-form-field-wrap .x-form-trigger,.ext-chrome .x-form-field-wrap .x-form-trigger{height:21px;}

/* safari / chrome combo grid editor height */
.ext-safari .x-small-editor .x-form-text,.ext-chrome .x-small-editor .x-form-text{height:15px!important;padding-top:3px;font-size:100%;}


/* chrome combo grid editor height */
.ext-chrome .x-small-editor .x-form-text{height:14px!important;}

/* grideditor combo trigger */
.ext-safari .x-small-editor .x-form-trigger,.ext-chrome .x-small-editor .x-form-trigger{height:19px!important;}

/* input fields / comboboxes in toolbars */
.ext-safari .x-toolbar .x-form-text,.ext-chrome .x-toolbar .x-form-text{padding:2px;height:14px!important;font-size:100%;}

/* editorgrid editable cell height */
.ext-safari .x-grid3-cell-inner,.ext-chrome .x-grid3-cell-inner{height:14px;}

/* Ext.Button right-padding */
.ext-safari .x-btn-text-icon .x-btn-center .x-btn-text,.ext-chrome .x-btn-text-icon .x-btn-center .x-btn-text{padding-right:4px;}


