X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/air/resources/ext-air.css diff --git a/air/resources/ext-air.css b/air/resources/ext-air.css deleted file mode 100644 index f072b50a..00000000 --- a/air/resources/ext-air.css +++ /dev/null @@ -1,101 +0,0 @@ -/* - * Ext JS Library 0.30 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -body.x-air-window { - background:transparent !important; - height:100%; -} - -.x-air.x-window-tc { - background: transparent url(images/top-bottom.png) repeat-x 0 0; - padding-top:11px; -} -.x-air.x-window-bc .x-air.x-window-footer { - background: transparent url(images/top-bottom.png) repeat-x 0 bottom; - padding-bottom:15px; -} -.x-panel-nofooter .x-air.x-window-bc { - background: transparent url(images/top-bottom.png) repeat-x 0 bottom; - height:15px; -} -.x-air.x-window-tr { - background: transparent url(images/right-corners.png) no-repeat right 0; - padding-right:15px; -} -.x-air.x-window-br { - background: transparent url(images/right-corners.png) no-repeat right bottom; - padding-right:15px; -} - -.x-air.x-window-tl { - background: transparent url(images/left-corners.png) no-repeat 0 0; - padding-left:15px; -} -.x-air.x-window-bl { - background: transparent url(images/left-corners.png) no-repeat 0 bottom; - padding-left:15px; -} - -.x-air.x-window-mr { - background: transparent url(images/left-right.png) repeat-y right 0; - padding-right:15px; -} - -.x-air.x-window-ml { - background: transparent url(images/left-right.png) repeat-y 0 0; - padding-left:15px; -} -.x-air.x-resizable-handle{ - margin:7px; -} - -.x-air.x-window-mc { - background: #CAD9EC; - border-right:1px solid #DFE8F6; - border-bottom:1px solid #DFE8F6; - border-top:1px solid #a3bae9; - border-left:1px solid #a3bae9; -} - -.x-air.x-window-body { - border-left:1px solid #DFE8F6; - border-top:1px solid #DFE8F6; - border-bottom:1px solid #a3bae9; - border-right:1px solid #a3bae9; - background:transparent !important; -} - - -.ext-safari .x-small-editor .x-form-field { - /* safari text field will not size so needs bigger font */ - font:normal 11px arial, tahoma, helvetica, sans-serif; -} - -.x-menu-sep { - overflow:hidden; - height:1px; - margin: 1px 3px; -} - -.x-layout-split, .x-splitbar-h, .x-splitbar-v, .x-layout-split-north, .x-layout-split-east, .x-layout-split-west, .x-layout-split-south { - cursor:move !important; -} - -.x-grid3:not(input) { - -khtml-user-select: none; -} -.x-tree:not(input) { - -khtml-user-select: none; -} -.x-panel:not(input) { - -khtml-user-select: none; -} -.x-panel .x-panel-body textarea { - -khtml-user-select: normal; -} -