X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc:/resources/css/core.css..c930e9176a5a85509c5b0230e2bff5c22a591432:/resources/css/structure/core.css diff --git a/resources/css/core.css b/resources/css/structure/core.css similarity index 68% rename from resources/css/core.css rename to resources/css/structure/core.css index 489ca398..6e6ff037 100644 --- a/resources/css/core.css +++ b/resources/css/structure/core.css @@ -1,11 +1,9 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ .ext-el-mask { z-index: 100; position: absolute; @@ -14,26 +12,24 @@ -moz-opacity: 0.5; opacity: .50; filter: alpha(opacity=50); - background-color: #CCC; width: 100%; height: 100%; zoom: 1; } + .ext-el-mask-msg { z-index: 20001; position: absolute; top: 0; left: 0; - border:1px solid #6593cf; - background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px; + border:1px solid; + background:repeat-x 0 -16px; padding:2px; } + .ext-el-mask-msg div { padding:5px 10px 5px 10px; - background: #eee; - border:1px solid #a3bad9; - color:#222; - font:normal 11px tahoma, arial, helvetica, sans-serif; + border:1px solid; cursor:wait; } @@ -44,9 +40,11 @@ top:0; overflow:hidden; } + .ext-ie .ext-shim { filter: alpha(opacity=0); } + .ext-ie6 .ext-shim { margin-left: 5px; margin-top: 3px; @@ -54,16 +52,18 @@ .x-mask-loading div { padding:5px 10px 5px 25px; - background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px; - line-height: 16px; + background:no-repeat 5px 5px; + line-height:16px; } + /* class for hiding elements without using display:none */ .x-hidden, .x-hide-offsets { - position:absolute; + position:absolute !important; left:-10000px; top:-10000px; visibility:hidden; } + .x-hide-display { display:none !important; } @@ -90,6 +90,7 @@ .x-unselectable, .x-unselectable * { -moz-user-select: none; -khtml-user-select: none; + -webkit-user-select:ignore; } .x-repaint { @@ -99,7 +100,6 @@ } .x-item-disabled { - color: gray; cursor: default; opacity: .6; -moz-opacity: .6; @@ -107,7 +107,6 @@ } .x-item-disabled * { - color: gray !important; cursor: default !important; } @@ -115,7 +114,6 @@ position: absolute; visibility: hidden; z-index: 20001; - background: #aaa; zoom: 1; line-height: 1px; font-size: 1px; @@ -139,7 +137,7 @@ } .x-color-palette a { - border: 1px solid #fff; + border: 1px solid; float: left; padding: 2px; text-decoration: none; @@ -149,13 +147,12 @@ } .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { - border: 1px solid #8BB8F3; - background: #deecfd; + border: 1px solid; } .x-color-palette em { display: block; - border: 1px solid #ACA899; + border: 1px solid; } .x-color-palette em span { @@ -172,7 +169,6 @@ overflow: hidden; left:0; top:0; - background:#777; zoom:1; } @@ -223,7 +219,7 @@ .x-shadow .xsmc { float: left; height: 100%; - background: transparent url( ../images/default/shadow-c.png ); + background: transparent; } .x-shadow .xst, .x-shadow .xsb { @@ -233,42 +229,39 @@ } .x-shadow .xsml { - background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0; + background: transparent repeat-y 0 0; } .x-shadow .xsmr { - background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0; + background: transparent repeat-y -6px 0; } .x-shadow .xstl { - background: transparent url( ../images/default/shadow.png ) no-repeat 0 0; + background: transparent no-repeat 0 0; } .x-shadow .xstc { - background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px; + background: transparent repeat-x 0 -30px; } .x-shadow .xstr { - background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px; + background: transparent repeat-x 0 -18px; } .x-shadow .xsbl { - background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px; + background: transparent no-repeat 0 -12px; } .x-shadow .xsbc { - background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px; + background: transparent repeat-x 0 -36px; } .x-shadow .xsbr { - background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px; + background: transparent repeat-x 0 -6px; } .loading-indicator { - font-size: 11px; - background-image: url(../images/default/grid/loading.gif); - background-repeat: no-repeat; - background-position: left; + background: no-repeat left; padding-left: 20px; line-height: 16px; margin: 3px; @@ -301,7 +294,6 @@ font-size:0; } - .x-spotlight { z-index: 8999; position: absolute; @@ -310,8 +302,25 @@ -moz-opacity: 0.5; opacity: .50; filter: alpha(opacity=50); - background-color: #CCC; width:0; height:0; zoom: 1; } + +#x-history-frame { + position:absolute; + top:-1px; + left:0; + width:1px; + height:1px; + visibility:hidden; +} + +#x-history-field { + position:absolute; + top:0; + left:-1px; + width:1px; + height:1px; + visibility:hidden; +}