| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- /*
- 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-tab-panel {
- overflow:hidden;
- }
- .x-tab-panel-header, .x-tab-panel-footer {
- border: 1px solid;
- overflow:hidden;
- zoom:1;
- }
- .x-tab-panel-header {
- border: 1px solid;
- padding-bottom: 2px;
- }
- .x-tab-panel-footer {
- border: 1px solid;
- padding-top: 2px;
- }
- .x-tab-strip-wrap {
- width:100%;
- overflow:hidden;
- position:relative;
- zoom:1;
- }
- ul.x-tab-strip {
- display:block;
- width:5000px;
- zoom:1;
- }
- ul.x-tab-strip-top{
- padding-top: 1px;
- background: repeat-x bottom;
- border-bottom: 1px solid;
- }
- ul.x-tab-strip-bottom{
- padding-bottom: 1px;
- background: repeat-x top;
- border-top: 1px solid;
- border-bottom: 0 none;
- }
- .x-tab-panel-header-plain .x-tab-strip-top {
- background:transparent !important;
- padding-top:0 !important;
- }
- .x-tab-panel-header-plain {
- background:transparent !important;
- border-width:0 !important;
- padding-bottom:0 !important;
- }
- .x-tab-panel-header-plain .x-tab-strip-spacer,
- .x-tab-panel-footer-plain .x-tab-strip-spacer {
- border:1px solid;
- height:2px;
- font-size:1px;
- line-height:1px;
- }
- .x-tab-panel-header-plain .x-tab-strip-spacer {
- border-top: 0 none;
- }
- .x-tab-panel-footer-plain .x-tab-strip-spacer {
- border-bottom: 0 none;
- }
- .x-tab-panel-footer-plain .x-tab-strip-bottom {
- background:transparent !important;
- padding-bottom:0 !important;
- }
- .x-tab-panel-footer-plain {
- background:transparent !important;
- border-width:0 !important;
- padding-top:0 !important;
- }
- .ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
- .ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
- height:3px;
- }
- ul.x-tab-strip li {
- float:left;
- margin-left:2px;
- }
- ul.x-tab-strip li.x-tab-edge {
- float:left;
- margin:0 !important;
- padding:0 !important;
- border:0 none !important;
- font-size:1px !important;
- line-height:1px !important;
- overflow:hidden;
- zoom:1;
- background:transparent !important;
- width:1px;
- }
- .x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
- display:block;
- }
- .x-tab-strip a {
- text-decoration:none !important;
- -moz-outline: none;
- outline: none;
- cursor:pointer;
- }
- .x-tab-strip-inner {
- overflow:hidden;
- text-overflow: ellipsis;
- }
- .x-tab-strip span.x-tab-strip-text {
- white-space: nowrap;
- cursor:pointer;
- padding:4px 0;
- }
- .x-tab-strip-top .x-tab-with-icon .x-tab-right {
- padding-left:6px;
- }
- .x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
- padding-left:20px;
- background-position: 0 3px;
- background-repeat: no-repeat;
- }
- .x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
- cursor:default;
- }
- .x-tab-strip-active span.x-tab-strip-text {
- cursor:default;
- }
- .x-tab-strip-disabled .x-tabs-text {
- cursor:default;
- }
- .x-tab-panel-body {
- overflow:hidden;
- }
- .x-tab-panel-bwrap {
- overflow:hidden;
- }
- .ext-ie .x-tab-strip .x-tab-right {
- position:relative;
- }
- .x-tab-strip-top .x-tab-strip-active .x-tab-right {
- margin-bottom:-1px;
- }
- /*
- * For IE8/9 in quirks mode
- */
- .ext-ie8 .x-tab-strip li {
- position: relative;
- }
- .ext-border-box .ext-ie8 .x-tab-strip-top .x-tab-right, .ext-border-box .ext-ie9 .x-tab-strip-top .x-tab-right {
- top: 1px;
- }
- .ext-ie8 .x-tab-strip-top, .ext-ie9 .x-tab-strip-top {
- padding-top: 1px;
- }
- .ext-border-box .ext-ie8 .x-tab-strip-top, .ext-border-box .ext-ie9 .x-tab-strip-top {
- padding-top: 0;
- }
- .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close, .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- top:3px;
- }
- .ext-border-box .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close,
- .ext-border-box .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- top:4px;
- }
- .ext-ie8 .x-tab-strip-bottom .x-tab-right, .ext-ie9 .x-tab-strip-bottom .x-tab-right{
- top:0;
- }
- .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
- padding-bottom:5px;
- }
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- margin-top:-1px;
- }
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
- padding-top:5px;
- }
- .x-tab-strip-top .x-tab-right {
- background: transparent no-repeat 0 -51px;
- padding-left:10px;
- }
- .x-tab-strip-top .x-tab-left {
- background: transparent no-repeat right -351px;
- padding-right:10px;
- }
- .x-tab-strip-top .x-tab-strip-inner {
- background: transparent repeat-x 0 -201px;
- }
- .x-tab-strip-top .x-tab-strip-over .x-tab-right {
- background-position:0 -101px;
- }
- .x-tab-strip-top .x-tab-strip-over .x-tab-left {
- background-position:right -401px;
- }
- .x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
- background-position:0 -251px;
- }
- .x-tab-strip-top .x-tab-strip-active .x-tab-right {
- background-position: 0 0;
- }
- .x-tab-strip-top .x-tab-strip-active .x-tab-left {
- background-position: right -301px;
- }
- .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
- background-position: 0 -151px;
- }
- .x-tab-strip-bottom .x-tab-right {
- background: no-repeat bottom right;
- }
- .x-tab-strip-bottom .x-tab-left {
- background: no-repeat bottom left;
- }
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background: no-repeat bottom right;
- }
- .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background: no-repeat bottom left;
- }
- .x-tab-strip-bottom .x-tab-left {
- margin-right: 3px;
- padding:0 10px;
- }
- .x-tab-strip-bottom .x-tab-right {
- padding:0;
- }
- .x-tab-strip .x-tab-strip-close {
- display:none;
- }
- .x-tab-strip-closable {
- position:relative;
- }
- .x-tab-strip-closable .x-tab-left {
- padding-right:19px;
- }
- .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- opacity:.6;
- -moz-opacity:.6;
- background-repeat:no-repeat;
- display:block;
- width:11px;
- height:11px;
- position:absolute;
- top:3px;
- right:3px;
- cursor:pointer;
- z-index:2;
- }
- .x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
- opacity:.8;
- -moz-opacity:.8;
- }
- .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
- opacity:1;
- -moz-opacity:1;
- }
- .x-tab-panel-body {
- border: 1px solid;
- }
- .x-tab-panel-body-top {
- border-top: 0 none;
- }
- .x-tab-panel-body-bottom {
- border-bottom: 0 none;
- }
- .x-tab-scroller-left {
- background: transparent no-repeat -18px 0;
- border-bottom: 1px solid;
- width:18px;
- position:absolute;
- left:0;
- top:0;
- z-index:10;
- cursor:pointer;
- }
- .x-tab-scroller-left-over {
- background-position: 0 0;
- }
- .x-tab-scroller-left-disabled {
- background-position: -18px 0;
- opacity:.5;
- -moz-opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- }
- .x-tab-scroller-right {
- background: transparent no-repeat 0 0;
- border-bottom: 1px solid;
- width:18px;
- position:absolute;
- right:0;
- top:0;
- z-index:10;
- cursor:pointer;
- }
- .x-tab-scroller-right-over {
- background-position: -18px 0;
- }
- .x-tab-scroller-right-disabled {
- background-position: 0 0;
- opacity:.5;
- -moz-opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- }
- .x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
- margin-top: 1px;
- }
- .x-tab-scrolling .x-tab-strip-wrap {
- margin-left:18px;
- margin-right:18px;
- }
- .x-tab-scrolling {
- position:relative;
- }
- .x-tab-panel-bbar .x-toolbar {
- border:1px solid;
- border-top:0 none;
- overflow:hidden;
- padding:2px;
- }
- .x-tab-panel-tbar .x-toolbar {
- border:1px solid;
- border-top:0 none;
- overflow:hidden;
- padding:2px;
- }
|