diff onlypaths/theme/css/toolbar.css @ 46:26c2b3ad21c7 laserkard

[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author rlm
date Sun, 31 Jan 2010 12:33:33 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/onlypaths/theme/css/toolbar.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,183 @@
     1.4 +/*
     1.5 + * Ext JS Library 2.1
     1.6 + * Copyright(c) 2006-2008, Ext JS, LLC.
     1.7 + * licensing@extjs.com
     1.8 + * 
     1.9 + * http://extjs.com/license
    1.10 + */
    1.11 +
    1.12 +.x-toolbar{
    1.13 +	border-color:#a9bfd3;
    1.14 +    border-style:solid;
    1.15 +    border-width:0 0 1px 0;
    1.16 +    display: block;
    1.17 +	padding:2px;
    1.18 +    background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;
    1.19 +    position:relative;
    1.20 +    zoom:1;
    1.21 +}
    1.22 +.x-toolbar .x-item-disabled .x-btn-icon {
    1.23 +    opacity: .35;
    1.24 +    -moz-opacity: .35;
    1.25 +    filter: alpha(opacity=35);
    1.26 +}
    1.27 +.x-toolbar td {
    1.28 +	vertical-align:middle;
    1.29 +}
    1.30 +.mso .x-toolbar, .x-grid-mso .x-toolbar{
    1.31 +	border: 0 none;
    1.32 +	background: url(../images/default/grid/mso-hd.gif);
    1.33 +}
    1.34 +.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
    1.35 +	white-space: nowrap;
    1.36 +    font:normal 11px tahoma, arial, helvetica, sans-serif;
    1.37 +}
    1.38 +.x-toolbar .x-item-disabled {
    1.39 +	color:gray;
    1.40 +	cursor:default;
    1.41 +	opacity:.6;
    1.42 +	-moz-opacity:.6;
    1.43 +	filter:alpha(opacity=60);
    1.44 +}
    1.45 +.x-toolbar .x-item-disabled * {
    1.46 +	color:gray;
    1.47 +	cursor:default;
    1.48 +}
    1.49 +.x-toolbar .x-btn-left{
    1.50 +	background:none;
    1.51 +}
    1.52 +.x-toolbar .x-btn-right{
    1.53 +	background:none;
    1.54 +}
    1.55 +.x-toolbar .x-btn-center{
    1.56 +	background:none;
    1.57 +	padding:0 0;
    1.58 +}
    1.59 +.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
    1.60 +	padding-right:2px;
    1.61 +}
    1.62 +.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
    1.63 +	padding-right:0;
    1.64 +}
    1.65 +.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
    1.66 +	padding:0 2px;
    1.67 +}
    1.68 +
    1.69 +.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    1.70 +    width:12px;
    1.71 +    background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
    1.72 +}
    1.73 +.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    1.74 +    width:12px;
    1.75 +    background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
    1.76 +}
    1.77 +.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
    1.78 +	background-position: 0 -47px;
    1.79 +}
    1.80 +.x-toolbar .x-btn-over .x-btn-left{
    1.81 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
    1.82 +}
    1.83 +.x-toolbar .x-btn-over .x-btn-right{
    1.84 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
    1.85 +}
    1.86 +.x-toolbar .x-btn-over .x-btn-center{
    1.87 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
    1.88 +}
    1.89 +
    1.90 +.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{
    1.91 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
    1.92 +}
    1.93 +.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{
    1.94 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
    1.95 +}
    1.96 +
    1.97 +.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{
    1.98 +	background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
    1.99 +}
   1.100 +
   1.101 +.x-toolbar .x-btn-with-menu .x-btn-center em{
   1.102 +	padding-right:8px;
   1.103 +}
   1.104 +
   1.105 +.x-toolbar .ytb-text{
   1.106 +   padding:2px;
   1.107 +}
   1.108 +.x-toolbar .ytb-sep {
   1.109 +	background-image: url(../images/default/grid/grid-blue-split.gif);
   1.110 +	background-position: center;
   1.111 +	background-repeat: no-repeat;
   1.112 +	display: block;
   1.113 +	font-size: 1px;
   1.114 +	height: 16px;
   1.115 +	width:4px;
   1.116 +	overflow: hidden;
   1.117 +	cursor:default;
   1.118 +	margin: 0 2px 0;
   1.119 +	border:0;
   1.120 +}
   1.121 +.x-toolbar .ytb-spacer {
   1.122 +    width:2px;
   1.123 +}
   1.124 +
   1.125 +/* Paging Toolbar */
   1.126 +
   1.127 +.x-tbar-page-number{
   1.128 +	width:24px;
   1.129 +	height:14px;
   1.130 +}
   1.131 +.x-tbar-page-first{
   1.132 +	background-image: url(../images/default/grid/page-first.gif) !important;
   1.133 +}
   1.134 +.x-tbar-loading{
   1.135 +	background-image: url(../images/default/grid/done.gif) !important;
   1.136 +}
   1.137 +.x-tbar-page-last{
   1.138 +	background-image: url(../images/default/grid/page-last.gif) !important;
   1.139 +}
   1.140 +.x-tbar-page-next{
   1.141 +	background-image: url(../images/default/grid/page-next.gif) !important;
   1.142 +}
   1.143 +.x-tbar-page-prev{
   1.144 +	background-image: url(../images/default/grid/page-prev.gif) !important;
   1.145 +}
   1.146 +.x-item-disabled .x-tbar-loading{
   1.147 +	background-image: url(../images/default/grid/loading.gif) !important;
   1.148 +}
   1.149 +.x-item-disabled .x-tbar-page-first{
   1.150 +	background-image: url(../images/default/grid/page-first-disabled.gif) !important;
   1.151 +}
   1.152 +.x-item-disabled .x-tbar-page-last{
   1.153 +	background-image: url(../images/default/grid/page-last-disabled.gif) !important;
   1.154 +}
   1.155 +.x-item-disabled .x-tbar-page-next{
   1.156 +	background-image: url(../images/default/grid/page-next-disabled.gif) !important;
   1.157 +}
   1.158 +.x-item-disabled .x-tbar-page-prev{
   1.159 +	background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
   1.160 +}
   1.161 +.x-paging-info {
   1.162 +    position:absolute;
   1.163 +    top:5px;
   1.164 +    right: 8px;
   1.165 +    color:#444;
   1.166 +}
   1.167 +
   1.168 +/* StatusBar */
   1.169 +
   1.170 +.x-statusbar .x-status-text {
   1.171 +    height: 21px;
   1.172 +    line-height: 21px;
   1.173 +    padding: 0 4px;
   1.174 +    cursor: default;
   1.175 +}
   1.176 +.x-statusbar .x-status-busy {
   1.177 +    padding-left: 25px;
   1.178 +    background: transparent url(../images/default/grid/loading.gif) no-repeat 3px 3px;
   1.179 +}
   1.180 +.x-statusbar .x-status-text-panel {
   1.181 +    border-top: 1px solid #99BBE8;
   1.182 +    border-right: 1px solid #fff;
   1.183 +    border-bottom: 1px solid #fff;
   1.184 +    border-left: 1px solid #99BBE8;
   1.185 +    padding: 2px 8px 2px 5px;
   1.186 +}