| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 |
- /*
- 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-panel {
- border-style: solid;
- border-width:0;
- }
- .x-panel-header {
- overflow:hidden;
- zoom:1;
- padding:5px 3px 4px 5px;
- border:1px solid;
- line-height: 15px;
- background: transparent repeat-x 0 -1px;
- }
- .x-panel-body {
- border:1px solid;
- border-top:0 none;
- overflow:hidden;
- position: relative; /* added for item scroll positioning */
- }
- .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
- border:1px solid;
- border-top:0 none;
- overflow:hidden;
- padding:2px;
- }
- .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
- border-top:1px solid;
- border-bottom: 0 none;
- }
- .x-panel-body-noheader, .x-panel-mc .x-panel-body {
- border-top:1px solid;
- }
- .x-panel-header {
- overflow:hidden;
- zoom:1;
- }
- .x-panel-tl .x-panel-header {
- padding:5px 0 4px 0;
- border:0 none;
- background:transparent no-repeat;
- }
- .x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
- padding-left:20px !important;
- background-repeat:no-repeat;
- background-position:0 4px;
- zoom:1;
- }
- .x-panel-inline-icon {
- width:16px;
- height:16px;
- background-repeat:no-repeat;
- background-position:0 0;
- vertical-align:middle;
- margin-right:4px;
- margin-top:-1px;
- margin-bottom:-1px;
- }
- .x-panel-tc {
- background: transparent repeat-x 0 0;
- overflow:hidden;
- }
- /* fix ie7 strict mode bug */
- .ext-strict .ext-ie7 .x-panel-tc {
- overflow: visible;
- }
- .x-panel-tl {
- background: transparent no-repeat 0 0;
- padding-left:6px;
- zoom:1;
- border-bottom:1px solid;
- }
- .x-panel-tr {
- background: transparent no-repeat right 0;
- zoom:1;
- padding-right:6px;
- }
- .x-panel-bc {
- background: transparent repeat-x 0 bottom;
- zoom:1;
- }
- .x-panel-bc .x-panel-footer {
- zoom:1;
- }
- .x-panel-bl {
- background: transparent no-repeat 0 bottom;
- padding-left:6px;
- zoom:1;
- }
- .x-panel-br {
- background: transparent no-repeat right bottom;
- padding-right:6px;
- zoom:1;
- }
- .x-panel-mc {
- border:0 none;
- padding:0;
- margin:0;
- padding-top:6px;
- }
- .x-panel-mc .x-panel-body {
- background-color:transparent;
- border: 0 none;
- }
- .x-panel-ml {
- background: repeat-y 0 0;
- padding-left:6px;
- zoom:1;
- }
- .x-panel-mr {
- background: transparent repeat-y right 0;
- padding-right:6px;
- zoom:1;
- }
- .x-panel-bc .x-panel-footer {
- padding-bottom:6px;
- }
- .x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
- height:6px;
- font-size:0;
- line-height:0;
- }
- .x-panel-bwrap {
- overflow:hidden;
- zoom:1;
- left:0;
- top:0;
- }
- .x-panel-body {
- overflow:hidden;
- zoom:1;
- }
- .x-panel-collapsed .x-resizable-handle{
- display:none;
- }
- .ext-gecko .x-panel-animated div {
- overflow:hidden !important;
- }
- /* Plain */
- .x-plain-body {
- overflow:hidden;
- }
- .x-plain-bbar .x-toolbar {
- overflow:hidden;
- padding:2px;
- }
- .x-plain-tbar .x-toolbar {
- overflow:hidden;
- padding:2px;
- }
- .x-plain-bwrap {
- overflow:hidden;
- zoom:1;
- }
- .x-plain {
- overflow:hidden;
- }
- /* Tools */
- .x-tool {
- overflow:hidden;
- width:15px;
- height:15px;
- float:right;
- cursor:pointer;
- background:transparent no-repeat;
- margin-left:2px;
- }
- /* expand / collapse tools */
- .x-tool-toggle {
- background-position:0 -60px;
- }
- .x-tool-toggle-over {
- background-position:-15px -60px;
- }
- .x-panel-collapsed .x-tool-toggle {
- background-position:0 -75px;
- }
- .x-panel-collapsed .x-tool-toggle-over {
- background-position:-15px -75px;
- }
- .x-tool-close {
- background-position:0 -0;
- }
- .x-tool-close-over {
- background-position:-15px 0;
- }
- .x-tool-minimize {
- background-position:0 -15px;
- }
- .x-tool-minimize-over {
- background-position:-15px -15px;
- }
- .x-tool-maximize {
- background-position:0 -30px;
- }
- .x-tool-maximize-over {
- background-position:-15px -30px;
- }
- .x-tool-restore {
- background-position:0 -45px;
- }
- .x-tool-restore-over {
- background-position:-15px -45px;
- }
- .x-tool-gear {
- background-position:0 -90px;
- }
- .x-tool-gear-over {
- background-position:-15px -90px;
- }
- .x-tool-prev {
- background-position:0 -105px;
- }
- .x-tool-prev-over {
- background-position:-15px -105px;
- }
- .x-tool-next {
- background-position:0 -120px;
- }
- .x-tool-next-over {
- background-position:-15px -120px;
- }
- .x-tool-pin {
- background-position:0 -135px;
- }
- .x-tool-pin-over {
- background-position:-15px -135px;
- }
- .x-tool-unpin {
- background-position:0 -150px;
- }
- .x-tool-unpin-over {
- background-position:-15px -150px;
- }
- .x-tool-right {
- background-position:0 -165px;
- }
- .x-tool-right-over {
- background-position:-15px -165px;
- }
- .x-tool-left {
- background-position:0 -180px;
- }
- .x-tool-left-over {
- background-position:-15px -180px;
- }
- .x-tool-down {
- background-position:0 -195px;
- }
- .x-tool-down-over {
- background-position:-15px -195px;
- }
- .x-tool-up {
- background-position:0 -210px;
- }
- .x-tool-up-over {
- background-position:-15px -210px;
- }
- .x-tool-refresh {
- background-position:0 -225px;
- }
- .x-tool-refresh-over {
- background-position:-15px -225px;
- }
- .x-tool-plus {
- background-position:0 -240px;
- }
- .x-tool-plus-over {
- background-position:-15px -240px;
- }
- .x-tool-minus {
- background-position:0 -255px;
- }
- .x-tool-minus-over {
- background-position:-15px -255px;
- }
- .x-tool-search {
- background-position:0 -270px;
- }
- .x-tool-search-over {
- background-position:-15px -270px;
- }
- .x-tool-save {
- background-position:0 -285px;
- }
- .x-tool-save-over {
- background-position:-15px -285px;
- }
- .x-tool-help {
- background-position:0 -300px;
- }
- .x-tool-help-over {
- background-position:-15px -300px;
- }
- .x-tool-print {
- background-position:0 -315px;
- }
- .x-tool-print-over {
- background-position:-15px -315px;
- }
- .x-tool-expand {
- background-position:0 -330px;
- }
- .x-tool-expand-over {
- background-position:-15px -330px;
- }
- .x-tool-collapse {
- background-position:0 -345px;
- }
- .x-tool-collapse-over {
- background-position:-15px -345px;
- }
- .x-tool-resize {
- background-position:0 -360px;
- }
- .x-tool-resize-over {
- background-position:-15px -360px;
- }
- .x-tool-move {
- background-position:0 -375px;
- }
- .x-tool-move-over {
- background-position:-15px -375px;
- }
- /* Ghosting */
- .x-panel-ghost {
- z-index:12000;
- overflow:hidden;
- position:absolute;
- left:0;top:0;
- opacity:.65;
- -moz-opacity:.65;
- filter:alpha(opacity=65);
- }
- .x-panel-ghost ul {
- margin:0;
- padding:0;
- overflow:hidden;
- font-size:0;
- line-height:0;
- border:1px solid;
- border-top:0 none;
- display:block;
- }
- .x-panel-ghost * {
- cursor:move !important;
- }
- .x-panel-dd-spacer {
- border:2px dashed;
- }
- /* Buttons */
- .x-panel-btns {
- padding:5px;
- overflow:hidden;
- }
- .x-panel-btns td.x-toolbar-cell{
- padding:3px;
- }
- .x-panel-btns .x-btn-focus .x-btn-left{
- background-position:0 -147px;
- }
- .x-panel-btns .x-btn-focus .x-btn-right{
- background-position:0 -168px;
- }
- .x-panel-btns .x-btn-focus .x-btn-center{
- background-position:0 -189px;
- }
- .x-panel-btns .x-btn-over .x-btn-left{
- background-position:0 -63px;
- }
- .x-panel-btns .x-btn-over .x-btn-right{
- background-position:0 -84px;
- }
- .x-panel-btns .x-btn-over .x-btn-center{
- background-position:0 -105px;
- }
- .x-panel-btns .x-btn-click .x-btn-center{
- background-position:0 -126px;
- }
- .x-panel-btns .x-btn-click .x-btn-right{
- background-position:0 -84px;
- }
- .x-panel-btns .x-btn-click .x-btn-left{
- background-position:0 -63px;
- }
- .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
- white-space: nowrap;
- }
|