123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- /*
- * Ext JS Library 2.0
- * Copyright(c) 2006-2007, Ext JS, LLC.
- * licensing@extjs.com
- *
- * http://extjs.com/license
- */
- .x-border-layout-ct {
- background:#dfe8f6;
- }
- .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 {
- color:#222;
- padding-top:4px;
- padding-bottom:3px;
- border-top:0 none;
- font-weight:normal;
- background: transparent url(../images/default/panel/light-hd.gif) repeat-x 0 -9px;
- }
- .x-layout-collapsed{
- position:absolute;
- left:-10000px;
- top:-10000px;
- visibility:hidden;
- background-color:#d2e0f2;
- width:20px;
- height:20px;
- overflow:hidden;
- border:1px solid #98c0f4;
- z-index:20;
- }
- .ext-border-box .x-layout-collapsed{
- width:22px;
- height:22px;
- }
- .x-layout-collapsed-over{
- cursor:pointer;
- background-color:#d9e8fb;
- }
- .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;
- }
- .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;
- /*padding:3px 3px 3px 3px;*/
- zoom:1;
- }
- .x-column {
- float:left;
- padding:0;
- margin:0;
- overflow:hidden;
- zoom:1;
- /*margin:3px;*/
- }
- /* 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%;
- background-image:url(../images/default/layout/mini-left.gif);
- }
- .x-layout-split-east .x-layout-mini {
- top:48%;
- background-image:url(../images/default/layout/mini-right.gif);
- }
- .x-layout-split-north .x-layout-mini {
- left:48%;
- height:5px;
- width:35px;
- background-image:url(../images/default/layout/mini-top.gif);
- }
- .x-layout-split-south .x-layout-mini {
- left:48%;
- height:5px;
- width:35px;
- background-image:url(../images/default/layout/mini-bottom.gif);
- }
- .x-layout-cmini-west .x-layout-mini {
- top:48%;
- background-image:url(../images/default/layout/mini-right.gif);
- }
- .x-layout-cmini-east .x-layout-mini {
- top:48%;
- background-image:url(../images/default/layout/mini-left.gif);
- }
- .x-layout-cmini-north .x-layout-mini {
- left:48%;
- height:5px;
- width:35px;
- background-image:url(../images/default/layout/mini-bottom.gif);
- }
- .x-layout-cmini-south .x-layout-mini {
- left:48%;
- height:5px;
- width:35px;
- background-image:url(../images/default/layout/mini-top.gif);
- }
- .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;
- }
|