You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*! * Ext JS Library 3.2.0 * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ .x-border-layout-ct { position: relative; }
.x-border-panel { position:absolute; left:0; top:0; }
.x-tool-collapse-south { background-position:0 -195px; }
.x-tool-collapse-south-over { background-position:-15px -195px; }
.x-tool-collapse-north { background-position:0 -210px; }
.x-tool-collapse-north-over { background-position:-15px -210px; }
.x-tool-collapse-west { background-position:0 -180px; }
.x-tool-collapse-west-over { background-position:-15px -180px; }
.x-tool-collapse-east { background-position:0 -165px; }
.x-tool-collapse-east-over { background-position:-15px -165px; }
.x-tool-expand-south { background-position:0 -210px; }
.x-tool-expand-south-over { background-position:-15px -210px; }
.x-tool-expand-north { background-position:0 -195px; } .x-tool-expand-north-over { background-position:-15px -195px; }
.x-tool-expand-west { background-position:0 -165px; }
.x-tool-expand-west-over { background-position:-15px -165px; }
.x-tool-expand-east { background-position:0 -180px; }
.x-tool-expand-east-over { background-position:-15px -180px; }
.x-tool-expand-north, .x-tool-expand-south { float:right; margin:3px; }
.x-tool-expand-east, .x-tool-expand-west { float:none; margin:3px auto; }
.x-accordion-hd .x-tool-toggle { background-position:0 -255px; }
.x-accordion-hd .x-tool-toggle-over { background-position:-15px -255px; }
.x-panel-collapsed .x-accordion-hd .x-tool-toggle { background-position:0 -240px; }
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over { background-position:-15px -240px; }
.x-accordion-hd { padding-top:4px; padding-bottom:3px; border-top:0 none; background: transparent repeat-x 0 -9px; }
.x-layout-collapsed{ position:absolute; left:-10000px; top:-10000px; visibility:hidden; width:20px; height:20px; overflow:hidden; border:1px solid; z-index:20; }
.ext-border-box .x-layout-collapsed{ width:22px; height:22px; }
.x-layout-collapsed-over{ cursor:pointer; }
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{ position:absolute; top:0; left:0; width:20px; height:20px; }
.x-layout-split{ position:absolute; height:5px; width:5px; line-height:1px; font-size:1px; z-index:3; background-color:transparent; }
/* IE6 strict won't drag w/out a color */ .ext-strict .ext-ie6 .x-layout-split{ background-color: #fff !important; filter: alpha(opacity=1); }
.x-layout-split-h{ background-image:url(../images/default/s.gif); background-position: left; }
.x-layout-split-v{ background-image:url(../images/default/s.gif); background-position: top; }
.x-column-layout-ct { overflow:hidden; zoom:1; }
.x-column { float:left; padding:0; margin:0; overflow:hidden; zoom:1; }
.x-column-inner { overflow:hidden; zoom:1; }
/* mini mode */ .x-layout-mini { position:absolute; top:0; left:0; display:block; width:5px; height:35px; cursor:pointer; opacity:.5; -moz-opacity:.5; filter:alpha(opacity=50); }
.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{ opacity:1; -moz-opacity:1; filter:none; }
.x-layout-split-west .x-layout-mini { top:48%; }
.x-layout-split-east .x-layout-mini { top:48%; }
.x-layout-split-north .x-layout-mini { left:48%; height:5px; width:35px; }
.x-layout-split-south .x-layout-mini { left:48%; height:5px; width:35px; }
.x-layout-cmini-west .x-layout-mini { top:48%; }
.x-layout-cmini-east .x-layout-mini { top:48%; }
.x-layout-cmini-north .x-layout-mini { left:48%; height:5px; width:35px; }
.x-layout-cmini-south .x-layout-mini { left:48%; height:5px; width:35px; }
.x-layout-cmini-west, .x-layout-cmini-east { border:0 none; width:5px !important; padding:0; background:transparent; }
.x-layout-cmini-north, .x-layout-cmini-south { border:0 none; height:5px !important; padding:0; background:transparent; }
.x-viewport, .x-viewport body { margin: 0; padding: 0; border: 0 none; overflow: hidden; height: 100%; }
.x-abs-layout-item { position:absolute; left:0; top:0; }
.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item { margin:0; }
.x-box-layout-ct { overflow:hidden; zoom:1; }
.x-box-inner { overflow:hidden; zoom:1; position:relative; left:0; top:0; }
.x-box-item { position:absolute; left:0; top:0; }
|