/source/Plug-in/ext/resources/css/toolbar.css
http://prosporous.googlecode.com/ · CSS · 183 lines · 164 code · 10 blank · 9 comment · 0 complexity · e12593cfbcad736c1df057de5c8e3240 MD5 · raw file
- /*
- * Ext JS Library 2.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/refresh.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;
- }
-
- /* StatusBar */
-
- .x-statusbar .x-status-text {
- height: 21px;
- line-height: 21px;
- padding: 0 4px;
- cursor: default;
- }
- .x-statusbar .x-status-busy {
- padding-left: 25px;
- background: transparent url(../images/default/grid/loading.gif) no-repeat 3px 3px;
- }
- .x-statusbar .x-status-text-panel {
- border-top: 1px solid #99BBE8;
- border-right: 1px solid #fff;
- border-bottom: 1px solid #fff;
- border-left: 1px solid #99BBE8;
- padding: 2px 8px 2px 5px;
- }