| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- /*
- This file is part of Ext JS 3.4
- Copyright (c) 2011-2013 Sencha Inc
- Contact: http://www.sencha.com/contact
- GNU General Public License Usage
- This file may be used under the terms of the GNU General Public License version 3.0 as
- published by the Free Software Foundation and appearing in the file LICENSE included in the
- packaging of this file.
- Please review the following information to ensure the GNU General Public License version 3.0
- requirements will be met: http://www.gnu.org/copyleft/gpl.html.
- If you are unsure which license is appropriate for your use, please contact the sales department
- at http://www.sencha.com/contact.
- Build date: 2013-04-03 15:07:25
- */
- .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 2px;
- }
- .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-color:transparent;
- }
- .x-layout-cmini-north, .x-layout-cmini-south {
- border:0 none;
- height:5px !important;
- padding:0;
- background-color: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;
- }
|