123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- /*
- * Ext JS Library 2.0.2
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing@extjs.com
- *
- * http://extjs.com/license
- */
- .x-toolbar{
- border-color:#a9bfd3;
- border-style:solid;
- border-width:0 0 1px 0;
- display: block;
- padding:2px;
- background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;
- position:relative;
- zoom:1;
- }
- .x-toolbar .x-item-disabled .x-btn-icon {
- opacity: .35;
- -moz-opacity: .35;
- filter: alpha(opacity=35);
- }
- .x-toolbar td {
- vertical-align:middle;
- }
- .mso .x-toolbar, .x-grid-mso .x-toolbar{
- border: 0 none;
- background: url(../images/default/grid/mso-hd.gif);
- }
- .x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
- white-space: nowrap;
- font:normal 11px tahoma, arial, helvetica, sans-serif;
- }
- .x-toolbar .x-item-disabled {
- color:gray;
- cursor:default;
- opacity:.6;
- -moz-opacity:.6;
- filter:alpha(opacity=60);
- }
- .x-toolbar .x-item-disabled * {
- color:gray;
- cursor:default;
- }
- .x-toolbar .x-btn-left{
- background:none;
- }
- .x-toolbar .x-btn-right{
- background:none;
- }
- .x-toolbar .x-btn-center{
- background:none;
- padding:0 0;
- }
- .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
- padding-right:2px;
- }
- .ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
- padding-right:0;
- }
- .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
- padding:0 2px;
- }
- .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
- width:12px;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
- }
- .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
- width:12px;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
- }
- .x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
- background-position: 0 -47px;
- }
- .x-toolbar .x-btn-over .x-btn-left{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
- }
- .x-toolbar .x-btn-over .x-btn-right{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
- }
- .x-toolbar .x-btn-over .x-btn-center{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
- }
- .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
- }
- .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
- }
- .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
- }
- .x-toolbar .x-btn-with-menu .x-btn-center em{
- padding-right:8px;
- }
- .x-toolbar .ytb-text{
- padding:2px;
- }
- .x-toolbar .ytb-sep {
- background-image: url(../images/default/grid/grid-blue-split.gif);
- background-position: center;
- background-repeat: no-repeat;
- display: block;
- font-size: 1px;
- height: 16px;
- width:4px;
- overflow: hidden;
- cursor:default;
- margin: 0 2px 0;
- border:0;
- }
- .x-toolbar .ytb-spacer {
- width:2px;
- }
- /* Paging Toolbar */
- .x-tbar-page-number{
- width:24px;
- height:14px;
- }
- .x-tbar-page-first{
- background-image: url(../images/default/grid/page-first.gif) !important;
- }
- .x-tbar-loading{
- background-image: url(../images/default/grid/done.gif) !important;
- }
- .x-tbar-page-last{
- background-image: url(../images/default/grid/page-last.gif) !important;
- }
- .x-tbar-page-next{
- background-image: url(../images/default/grid/page-next.gif) !important;
- }
- .x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev.gif) !important;
- }
- .x-item-disabled .x-tbar-loading{
- background-image: url(../images/default/grid/loading.gif) !important;
- }
- .x-item-disabled .x-tbar-page-first{
- background-image: url(../images/default/grid/page-first-disabled.gif) !important;
- }
- .x-item-disabled .x-tbar-page-last{
- background-image: url(../images/default/grid/page-last-disabled.gif) !important;
- }
- .x-item-disabled .x-tbar-page-next{
- background-image: url(../images/default/grid/page-next-disabled.gif) !important;
- }
- .x-item-disabled .x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
- }
- .x-paging-info {
- position:absolute;
- top:5px;
- right: 8px;
- color:#444;
- }
|