Version Notes
1.4.0.0
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Lib_Js_Ext |
| Version | 1.4.0.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.18800 to 1.4.0.0
- js/extjs/css/README.txt +3 -3
- js/extjs/css/basic-dialog.css +285 -285
- js/extjs/css/box.css +8 -8
- js/extjs/css/button.css +147 -147
- js/extjs/css/combo.css +8 -8
- js/extjs/css/core.css +292 -292
- js/extjs/css/date-picker.css +8 -8
- js/extjs/css/dd.css +60 -60
- js/extjs/css/debug.css +8 -8
- js/extjs/css/editor.css +58 -58
- js/extjs/css/ext-all.css +2424 -2424
- js/extjs/css/form.css +8 -8
- js/extjs/css/grid.css +449 -449
- js/extjs/css/layout.css +251 -251
- js/extjs/css/menu.css +118 -118
- js/extjs/css/panel.css +8 -8
- js/extjs/css/qtips.css +119 -119
- js/extjs/css/reset-min.css +8 -8
- js/extjs/css/resizable.css +143 -143
- js/extjs/css/tabs.css +134 -134
- js/extjs/css/toolbar.css +173 -173
- js/extjs/css/tree.css +179 -179
- js/extjs/css/ytheme-aero.css +701 -701
- js/extjs/css/ytheme-gray.css +437 -437
- js/extjs/css/ytheme-vista.css +510 -510
- js/extjs/ext-tree-checkbox.js +312 -306
- js/extjs/resources/css/README.txt +3 -3
- js/extjs/resources/css/basic-dialog.css +285 -285
- js/extjs/resources/css/box.css +8 -8
- js/extjs/resources/css/button.css +147 -147
- js/extjs/resources/css/combo.css +8 -8
- js/extjs/resources/css/core.css +292 -292
- js/extjs/resources/css/date-picker.css +8 -8
- js/extjs/resources/css/dd.css +60 -60
- js/extjs/resources/css/debug.css +8 -8
- js/extjs/resources/css/editor.css +58 -58
- js/extjs/resources/css/ext-all.css +2150 -2150
- js/extjs/resources/css/form.css +8 -8
- js/extjs/resources/css/grid.css +294 -294
- js/extjs/resources/css/layout.css +251 -251
- js/extjs/resources/css/menu.css +118 -118
- js/extjs/resources/css/panel.css +8 -8
- js/extjs/resources/css/qtips.css +119 -119
- js/extjs/resources/css/reset-min.css +8 -8
- js/extjs/resources/css/resizable.css +143 -143
- js/extjs/resources/css/tabs.css +134 -134
- js/extjs/resources/css/toolbar.css +174 -174
- js/extjs/resources/css/tree.css +179 -179
- js/extjs/resources/css/ytheme-aero.css +581 -581
- js/extjs/resources/css/ytheme-galdaka.css +532 -532
- js/extjs/resources/css/ytheme-gray.css +437 -437
- js/extjs/resources/css/ytheme-magento.css +630 -630
- js/extjs/resources/css/ytheme-vista.css +510 -510
- js/extjs/resources/images/default/grid/Thumbs.db +0 -0
- package.xml +7 -7
js/extjs/css/README.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
2006-11-21 jvs:
|
| 2 |
-
ext-all.css contains all of the other css files combined and stripped of comments (except themes).
|
| 3 |
-
|
| 1 |
+
2006-11-21 jvs:
|
| 2 |
+
ext-all.css contains all of the other css files combined and stripped of comments (except themes).
|
| 3 |
+
|
js/extjs/css/basic-dialog.css
CHANGED
|
@@ -1,286 +1,286 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-dlg-proxy {
|
| 10 |
-
background-image: url(../images/default/gradient-bg.gif);
|
| 11 |
-
background-color:#c3daf9;
|
| 12 |
-
border:1px solid #6593cf;
|
| 13 |
-
z-index:10001;
|
| 14 |
-
overflow:hidden;
|
| 15 |
-
position:absolute;
|
| 16 |
-
left:0;top:0;
|
| 17 |
-
}
|
| 18 |
-
.x-dlg-shadow{
|
| 19 |
-
background:#aaaaaa;
|
| 20 |
-
position:absolute;
|
| 21 |
-
left:0;top:0;
|
| 22 |
-
}
|
| 23 |
-
.x-dlg-focus{
|
| 24 |
-
-moz-outline:0 none;
|
| 25 |
-
outline:0 none;
|
| 26 |
-
width:0;
|
| 27 |
-
height:0;
|
| 28 |
-
overflow:hidden;
|
| 29 |
-
position:absolute;
|
| 30 |
-
top:0;
|
| 31 |
-
left:0;
|
| 32 |
-
}
|
| 33 |
-
.x-dlg-mask{
|
| 34 |
-
z-index:10000;
|
| 35 |
-
display:none;
|
| 36 |
-
position:absolute;
|
| 37 |
-
top:0;
|
| 38 |
-
left:0;
|
| 39 |
-
-moz-opacity: 0.5;
|
| 40 |
-
opacity:.50;
|
| 41 |
-
filter: alpha(opacity=50);
|
| 42 |
-
background-color:#CCC;
|
| 43 |
-
}
|
| 44 |
-
body.x-body-masked select {
|
| 45 |
-
visibility:hidden;
|
| 46 |
-
}
|
| 47 |
-
body.x-body-masked .x-dlg select {
|
| 48 |
-
visibility:visible;
|
| 49 |
-
}
|
| 50 |
-
.x-dlg{
|
| 51 |
-
z-index:10001;
|
| 52 |
-
overflow:hidden;
|
| 53 |
-
position:absolute;
|
| 54 |
-
left:300;top:0;
|
| 55 |
-
}
|
| 56 |
-
.x-dlg .x-dlg-hd {
|
| 57 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 58 |
-
background-color:navy;
|
| 59 |
-
color:#FFF;
|
| 60 |
-
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 61 |
-
overflow:hidden;
|
| 62 |
-
padding:5px;
|
| 63 |
-
white-space: nowrap;
|
| 64 |
-
}
|
| 65 |
-
.x-dlg .x-dlg-hd-left {
|
| 66 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 67 |
-
padding-left:3px;
|
| 68 |
-
margin:0;
|
| 69 |
-
}
|
| 70 |
-
.x-dlg .x-dlg-hd-right {
|
| 71 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 72 |
-
padding-right:3px;
|
| 73 |
-
}
|
| 74 |
-
.x-dlg .x-dlg-dlg-body{
|
| 75 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 76 |
-
border:1px solid #6593cf;
|
| 77 |
-
border-top:0 none;
|
| 78 |
-
padding:10px;
|
| 79 |
-
position:absolute;
|
| 80 |
-
top:24px;left:0;
|
| 81 |
-
z-index:1;
|
| 82 |
-
overflow:hidden;
|
| 83 |
-
}
|
| 84 |
-
.x-dlg-collapsed .x-resizable-handle{
|
| 85 |
-
display:none;
|
| 86 |
-
}
|
| 87 |
-
.x-dlg .x-dlg-bd{
|
| 88 |
-
overflow:hidden;
|
| 89 |
-
}
|
| 90 |
-
.x-dlg .x-dlg-ft{
|
| 91 |
-
overflow:hidden;
|
| 92 |
-
padding:5px;
|
| 93 |
-
padding-bottom:0;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-dlg .x-tabs-body{
|
| 97 |
-
background:white;
|
| 98 |
-
overflow:auto;
|
| 99 |
-
}
|
| 100 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 101 |
-
border:1px solid #6593cf;
|
| 102 |
-
border-top:0 none;
|
| 103 |
-
}
|
| 104 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 105 |
-
border:1px solid #6593cf;
|
| 106 |
-
border-bottom:0 none;
|
| 107 |
-
}
|
| 108 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 109 |
-
border:0 none;
|
| 110 |
-
}
|
| 111 |
-
.x-dlg .inner-tab{
|
| 112 |
-
margin:5px;
|
| 113 |
-
}
|
| 114 |
-
.x-dlg .x-dlg-ft .x-btn{
|
| 115 |
-
margin-right:5px;
|
| 116 |
-
float:right;
|
| 117 |
-
clear:none;
|
| 118 |
-
}
|
| 119 |
-
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 120 |
-
border:0;
|
| 121 |
-
padding:0;
|
| 122 |
-
}
|
| 123 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 124 |
-
float:right;
|
| 125 |
-
clear:none;
|
| 126 |
-
}
|
| 127 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 128 |
-
float:left;
|
| 129 |
-
clear:none;
|
| 130 |
-
}
|
| 131 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 132 |
-
text-align:center; /*ie*/
|
| 133 |
-
}
|
| 134 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 135 |
-
margin:0 auto; /*everyone else*/
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 140 |
-
background-position:0 -147px;
|
| 141 |
-
}
|
| 142 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 143 |
-
background-position:0 -168px;
|
| 144 |
-
}
|
| 145 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 146 |
-
background-position:0 -189px;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 150 |
-
background-position:0 -126px;
|
| 151 |
-
}
|
| 152 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 153 |
-
background-position:0 -84px;
|
| 154 |
-
}
|
| 155 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 156 |
-
background-position:0 -63px;
|
| 157 |
-
}
|
| 158 |
-
|
| 159 |
-
.x-dlg-draggable .x-dlg-hd{
|
| 160 |
-
cursor:move;
|
| 161 |
-
}
|
| 162 |
-
.x-dlg-closable .x-dlg-hd{
|
| 163 |
-
padding-right:22px;
|
| 164 |
-
}
|
| 165 |
-
.x-dlg-toolbox {
|
| 166 |
-
position:absolute;
|
| 167 |
-
top:4px;
|
| 168 |
-
right:4px;
|
| 169 |
-
z-index:6;
|
| 170 |
-
width:40px;
|
| 171 |
-
cursor:default;
|
| 172 |
-
height:15px;
|
| 173 |
-
background:transparent;
|
| 174 |
-
}
|
| 175 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 176 |
-
float:right;
|
| 177 |
-
height:15px;
|
| 178 |
-
width:15px;
|
| 179 |
-
margin:0;
|
| 180 |
-
margin-left:2px;
|
| 181 |
-
padding:0;
|
| 182 |
-
line-height:1px;
|
| 183 |
-
font-size:1px;
|
| 184 |
-
background-repeat:no-repeat;
|
| 185 |
-
cursor:pointer;
|
| 186 |
-
visibility:inherit;
|
| 187 |
-
}
|
| 188 |
-
.x-dlg .x-dlg-close {
|
| 189 |
-
background-image:url(../images/default/basic-dialog/close.gif);
|
| 190 |
-
}
|
| 191 |
-
.x-dlg .x-dlg-collapse {
|
| 192 |
-
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 193 |
-
}
|
| 194 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 195 |
-
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 196 |
-
}
|
| 197 |
-
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 198 |
-
|
| 199 |
-
}
|
| 200 |
-
.x-dlg div.x-resizable-handle-east{
|
| 201 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 202 |
-
border:0;
|
| 203 |
-
background-position:right;
|
| 204 |
-
margin-right:0;
|
| 205 |
-
}
|
| 206 |
-
.x-dlg div.x-resizable-handle-south{
|
| 207 |
-
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 208 |
-
border:0;
|
| 209 |
-
height:6px;
|
| 210 |
-
}
|
| 211 |
-
.x-dlg div.x-resizable-handle-west{
|
| 212 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 213 |
-
border:0;
|
| 214 |
-
background-position:1px;
|
| 215 |
-
}
|
| 216 |
-
.x-dlg div.x-resizable-handle-north{
|
| 217 |
-
background-image:url(../images/default/s.gif);
|
| 218 |
-
border:0;
|
| 219 |
-
}
|
| 220 |
-
.x-dlg div.x-resizable-handle-northeast, .ytheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 221 |
-
background-image:url(../images/default/s.gif);
|
| 222 |
-
border:0;
|
| 223 |
-
}
|
| 224 |
-
.x-dlg div.x-resizable-handle-northwest, .ytheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 225 |
-
background-image:url(../images/default/s.gif);
|
| 226 |
-
border:0;
|
| 227 |
-
}
|
| 228 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 229 |
-
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 230 |
-
background-position: bottom right;
|
| 231 |
-
width:8px;
|
| 232 |
-
height:8px;
|
| 233 |
-
border:0;
|
| 234 |
-
}
|
| 235 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 236 |
-
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 237 |
-
background-position: top right;
|
| 238 |
-
margin-left:1px;
|
| 239 |
-
margin-bottom:1px;
|
| 240 |
-
border:0;
|
| 241 |
-
}
|
| 242 |
-
|
| 243 |
-
#x-msg-box .x-dlg-ft .x-btn{
|
| 244 |
-
float:none;
|
| 245 |
-
clear:none;
|
| 246 |
-
margin:0 3px;
|
| 247 |
-
}
|
| 248 |
-
|
| 249 |
-
#x-msg-box .x-dlg-bd {
|
| 250 |
-
padding:5px;
|
| 251 |
-
overflow:hidden !important;
|
| 252 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 253 |
-
}
|
| 254 |
-
#x-msg-box .ext-mb-input {
|
| 255 |
-
margin-top:4px;
|
| 256 |
-
width:95%;
|
| 257 |
-
}
|
| 258 |
-
#x-msg-box .ext-mb-textarea {
|
| 259 |
-
margin-top:4px;
|
| 260 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 261 |
-
}
|
| 262 |
-
#x-msg-box .ext-mb-progress-wrap {
|
| 263 |
-
margin-top:4px;
|
| 264 |
-
border:1px solid #6593cf;
|
| 265 |
-
}
|
| 266 |
-
#x-msg-box .ext-mb-progress {
|
| 267 |
-
height:18px;
|
| 268 |
-
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 269 |
-
}
|
| 270 |
-
#x-msg-box .ext-mb-progress-bar {
|
| 271 |
-
height:18px;
|
| 272 |
-
overflow:hidden;
|
| 273 |
-
width:0;
|
| 274 |
-
background:#8BB8F3;
|
| 275 |
-
border-top:1px solid #B2D0F7;
|
| 276 |
-
border-bottom:1px solid #65A1EF;
|
| 277 |
-
border-right:1px solid #65A1EF;
|
| 278 |
-
}
|
| 279 |
-
|
| 280 |
-
#x-msg-box .x-msg-box-wait {
|
| 281 |
-
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 282 |
-
display:block;
|
| 283 |
-
width:300px;
|
| 284 |
-
padding-left:18px;
|
| 285 |
-
line-height:18px;
|
| 286 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-dlg-proxy {
|
| 10 |
+
background-image: url(../images/default/gradient-bg.gif);
|
| 11 |
+
background-color:#c3daf9;
|
| 12 |
+
border:1px solid #6593cf;
|
| 13 |
+
z-index:10001;
|
| 14 |
+
overflow:hidden;
|
| 15 |
+
position:absolute;
|
| 16 |
+
left:0;top:0;
|
| 17 |
+
}
|
| 18 |
+
.x-dlg-shadow{
|
| 19 |
+
background:#aaaaaa;
|
| 20 |
+
position:absolute;
|
| 21 |
+
left:0;top:0;
|
| 22 |
+
}
|
| 23 |
+
.x-dlg-focus{
|
| 24 |
+
-moz-outline:0 none;
|
| 25 |
+
outline:0 none;
|
| 26 |
+
width:0;
|
| 27 |
+
height:0;
|
| 28 |
+
overflow:hidden;
|
| 29 |
+
position:absolute;
|
| 30 |
+
top:0;
|
| 31 |
+
left:0;
|
| 32 |
+
}
|
| 33 |
+
.x-dlg-mask{
|
| 34 |
+
z-index:10000;
|
| 35 |
+
display:none;
|
| 36 |
+
position:absolute;
|
| 37 |
+
top:0;
|
| 38 |
+
left:0;
|
| 39 |
+
-moz-opacity: 0.5;
|
| 40 |
+
opacity:.50;
|
| 41 |
+
filter: alpha(opacity=50);
|
| 42 |
+
background-color:#CCC;
|
| 43 |
+
}
|
| 44 |
+
body.x-body-masked select {
|
| 45 |
+
visibility:hidden;
|
| 46 |
+
}
|
| 47 |
+
body.x-body-masked .x-dlg select {
|
| 48 |
+
visibility:visible;
|
| 49 |
+
}
|
| 50 |
+
.x-dlg{
|
| 51 |
+
z-index:10001;
|
| 52 |
+
overflow:hidden;
|
| 53 |
+
position:absolute;
|
| 54 |
+
left:300;top:0;
|
| 55 |
+
}
|
| 56 |
+
.x-dlg .x-dlg-hd {
|
| 57 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 58 |
+
background-color:navy;
|
| 59 |
+
color:#FFF;
|
| 60 |
+
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 61 |
+
overflow:hidden;
|
| 62 |
+
padding:5px;
|
| 63 |
+
white-space: nowrap;
|
| 64 |
+
}
|
| 65 |
+
.x-dlg .x-dlg-hd-left {
|
| 66 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 67 |
+
padding-left:3px;
|
| 68 |
+
margin:0;
|
| 69 |
+
}
|
| 70 |
+
.x-dlg .x-dlg-hd-right {
|
| 71 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 72 |
+
padding-right:3px;
|
| 73 |
+
}
|
| 74 |
+
.x-dlg .x-dlg-dlg-body{
|
| 75 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 76 |
+
border:1px solid #6593cf;
|
| 77 |
+
border-top:0 none;
|
| 78 |
+
padding:10px;
|
| 79 |
+
position:absolute;
|
| 80 |
+
top:24px;left:0;
|
| 81 |
+
z-index:1;
|
| 82 |
+
overflow:hidden;
|
| 83 |
+
}
|
| 84 |
+
.x-dlg-collapsed .x-resizable-handle{
|
| 85 |
+
display:none;
|
| 86 |
+
}
|
| 87 |
+
.x-dlg .x-dlg-bd{
|
| 88 |
+
overflow:hidden;
|
| 89 |
+
}
|
| 90 |
+
.x-dlg .x-dlg-ft{
|
| 91 |
+
overflow:hidden;
|
| 92 |
+
padding:5px;
|
| 93 |
+
padding-bottom:0;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-dlg .x-tabs-body{
|
| 97 |
+
background:white;
|
| 98 |
+
overflow:auto;
|
| 99 |
+
}
|
| 100 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 101 |
+
border:1px solid #6593cf;
|
| 102 |
+
border-top:0 none;
|
| 103 |
+
}
|
| 104 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 105 |
+
border:1px solid #6593cf;
|
| 106 |
+
border-bottom:0 none;
|
| 107 |
+
}
|
| 108 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 109 |
+
border:0 none;
|
| 110 |
+
}
|
| 111 |
+
.x-dlg .inner-tab{
|
| 112 |
+
margin:5px;
|
| 113 |
+
}
|
| 114 |
+
.x-dlg .x-dlg-ft .x-btn{
|
| 115 |
+
margin-right:5px;
|
| 116 |
+
float:right;
|
| 117 |
+
clear:none;
|
| 118 |
+
}
|
| 119 |
+
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 120 |
+
border:0;
|
| 121 |
+
padding:0;
|
| 122 |
+
}
|
| 123 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 124 |
+
float:right;
|
| 125 |
+
clear:none;
|
| 126 |
+
}
|
| 127 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 128 |
+
float:left;
|
| 129 |
+
clear:none;
|
| 130 |
+
}
|
| 131 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 132 |
+
text-align:center; /*ie*/
|
| 133 |
+
}
|
| 134 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 135 |
+
margin:0 auto; /*everyone else*/
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 140 |
+
background-position:0 -147px;
|
| 141 |
+
}
|
| 142 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 143 |
+
background-position:0 -168px;
|
| 144 |
+
}
|
| 145 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 146 |
+
background-position:0 -189px;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 150 |
+
background-position:0 -126px;
|
| 151 |
+
}
|
| 152 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 153 |
+
background-position:0 -84px;
|
| 154 |
+
}
|
| 155 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 156 |
+
background-position:0 -63px;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
.x-dlg-draggable .x-dlg-hd{
|
| 160 |
+
cursor:move;
|
| 161 |
+
}
|
| 162 |
+
.x-dlg-closable .x-dlg-hd{
|
| 163 |
+
padding-right:22px;
|
| 164 |
+
}
|
| 165 |
+
.x-dlg-toolbox {
|
| 166 |
+
position:absolute;
|
| 167 |
+
top:4px;
|
| 168 |
+
right:4px;
|
| 169 |
+
z-index:6;
|
| 170 |
+
width:40px;
|
| 171 |
+
cursor:default;
|
| 172 |
+
height:15px;
|
| 173 |
+
background:transparent;
|
| 174 |
+
}
|
| 175 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 176 |
+
float:right;
|
| 177 |
+
height:15px;
|
| 178 |
+
width:15px;
|
| 179 |
+
margin:0;
|
| 180 |
+
margin-left:2px;
|
| 181 |
+
padding:0;
|
| 182 |
+
line-height:1px;
|
| 183 |
+
font-size:1px;
|
| 184 |
+
background-repeat:no-repeat;
|
| 185 |
+
cursor:pointer;
|
| 186 |
+
visibility:inherit;
|
| 187 |
+
}
|
| 188 |
+
.x-dlg .x-dlg-close {
|
| 189 |
+
background-image:url(../images/default/basic-dialog/close.gif);
|
| 190 |
+
}
|
| 191 |
+
.x-dlg .x-dlg-collapse {
|
| 192 |
+
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 193 |
+
}
|
| 194 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 195 |
+
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 196 |
+
}
|
| 197 |
+
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 198 |
+
|
| 199 |
+
}
|
| 200 |
+
.x-dlg div.x-resizable-handle-east{
|
| 201 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 202 |
+
border:0;
|
| 203 |
+
background-position:right;
|
| 204 |
+
margin-right:0;
|
| 205 |
+
}
|
| 206 |
+
.x-dlg div.x-resizable-handle-south{
|
| 207 |
+
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 208 |
+
border:0;
|
| 209 |
+
height:6px;
|
| 210 |
+
}
|
| 211 |
+
.x-dlg div.x-resizable-handle-west{
|
| 212 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 213 |
+
border:0;
|
| 214 |
+
background-position:1px;
|
| 215 |
+
}
|
| 216 |
+
.x-dlg div.x-resizable-handle-north{
|
| 217 |
+
background-image:url(../images/default/s.gif);
|
| 218 |
+
border:0;
|
| 219 |
+
}
|
| 220 |
+
.x-dlg div.x-resizable-handle-northeast, .ytheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 221 |
+
background-image:url(../images/default/s.gif);
|
| 222 |
+
border:0;
|
| 223 |
+
}
|
| 224 |
+
.x-dlg div.x-resizable-handle-northwest, .ytheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 225 |
+
background-image:url(../images/default/s.gif);
|
| 226 |
+
border:0;
|
| 227 |
+
}
|
| 228 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 229 |
+
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 230 |
+
background-position: bottom right;
|
| 231 |
+
width:8px;
|
| 232 |
+
height:8px;
|
| 233 |
+
border:0;
|
| 234 |
+
}
|
| 235 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 236 |
+
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 237 |
+
background-position: top right;
|
| 238 |
+
margin-left:1px;
|
| 239 |
+
margin-bottom:1px;
|
| 240 |
+
border:0;
|
| 241 |
+
}
|
| 242 |
+
|
| 243 |
+
#x-msg-box .x-dlg-ft .x-btn{
|
| 244 |
+
float:none;
|
| 245 |
+
clear:none;
|
| 246 |
+
margin:0 3px;
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
#x-msg-box .x-dlg-bd {
|
| 250 |
+
padding:5px;
|
| 251 |
+
overflow:hidden !important;
|
| 252 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 253 |
+
}
|
| 254 |
+
#x-msg-box .ext-mb-input {
|
| 255 |
+
margin-top:4px;
|
| 256 |
+
width:95%;
|
| 257 |
+
}
|
| 258 |
+
#x-msg-box .ext-mb-textarea {
|
| 259 |
+
margin-top:4px;
|
| 260 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 261 |
+
}
|
| 262 |
+
#x-msg-box .ext-mb-progress-wrap {
|
| 263 |
+
margin-top:4px;
|
| 264 |
+
border:1px solid #6593cf;
|
| 265 |
+
}
|
| 266 |
+
#x-msg-box .ext-mb-progress {
|
| 267 |
+
height:18px;
|
| 268 |
+
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 269 |
+
}
|
| 270 |
+
#x-msg-box .ext-mb-progress-bar {
|
| 271 |
+
height:18px;
|
| 272 |
+
overflow:hidden;
|
| 273 |
+
width:0;
|
| 274 |
+
background:#8BB8F3;
|
| 275 |
+
border-top:1px solid #B2D0F7;
|
| 276 |
+
border-bottom:1px solid #65A1EF;
|
| 277 |
+
border-right:1px solid #65A1EF;
|
| 278 |
+
}
|
| 279 |
+
|
| 280 |
+
#x-msg-box .x-msg-box-wait {
|
| 281 |
+
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 282 |
+
display:block;
|
| 283 |
+
width:300px;
|
| 284 |
+
padding-left:18px;
|
| 285 |
+
line-height:18px;
|
| 286 |
}
|
js/extjs/css/box.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
/*
|
| 10 |
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
|
| 11 |
<div class="x-box-blue">
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
/*
|
| 10 |
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
|
| 11 |
<div class="x-box-blue">
|
js/extjs/css/button.css
CHANGED
|
@@ -1,148 +1,148 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-btn{
|
| 10 |
-
font:normal 11px tahoma, verdana, helvetica;
|
| 11 |
-
cursor:pointer;
|
| 12 |
-
white-space: nowrap;
|
| 13 |
-
}
|
| 14 |
-
.x-btn button{
|
| 15 |
-
border:0 none;
|
| 16 |
-
background:transparent;
|
| 17 |
-
font:normal 11px tahoma,verdana,helvetica;
|
| 18 |
-
padding-left:3px;
|
| 19 |
-
padding-right:3px;
|
| 20 |
-
cursor:pointer;
|
| 21 |
-
margin:0;
|
| 22 |
-
overflow:visible;
|
| 23 |
-
width:auto;
|
| 24 |
-
-moz-outline:0 none;
|
| 25 |
-
outline:0 none;
|
| 26 |
-
}
|
| 27 |
-
* html .ext-ie .x-btn button {
|
| 28 |
-
width:1px;
|
| 29 |
-
}
|
| 30 |
-
.ext-gecko .x-btn button {
|
| 31 |
-
padding-left:0;
|
| 32 |
-
padding-right:0;
|
| 33 |
-
}
|
| 34 |
-
.ext-ie .x-btn button {
|
| 35 |
-
padding-top:2px;
|
| 36 |
-
}
|
| 37 |
-
/*
|
| 38 |
-
Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
|
| 39 |
-
to your button for a button with just an icon.
|
| 40 |
-
e.g.
|
| 41 |
-
.my-class .x-btn-text { background-image: url(foo.gif); }
|
| 42 |
-
*/
|
| 43 |
-
|
| 44 |
-
.x-btn-icon .x-btn-center .x-btn-text{
|
| 45 |
-
background-position: center;
|
| 46 |
-
background-repeat: no-repeat;
|
| 47 |
-
height: 16px;
|
| 48 |
-
width: 16px;
|
| 49 |
-
cursor:pointer;
|
| 50 |
-
white-space: nowrap;
|
| 51 |
-
padding:0;
|
| 52 |
-
}
|
| 53 |
-
.x-btn-icon .x-btn-center{
|
| 54 |
-
padding:1px;
|
| 55 |
-
}
|
| 56 |
-
.x-btn em {
|
| 57 |
-
font-style:normal;
|
| 58 |
-
font-weight:normal;
|
| 59 |
-
}
|
| 60 |
-
/*
|
| 61 |
-
Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
|
| 62 |
-
to your button for both text and icon.
|
| 63 |
-
*/
|
| 64 |
-
|
| 65 |
-
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 66 |
-
background-position: 0 2px;
|
| 67 |
-
background-repeat: no-repeat;
|
| 68 |
-
padding-left:18px;
|
| 69 |
-
padding-top:3px;
|
| 70 |
-
padding-bottom:3px;
|
| 71 |
-
padding-right:0;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
.x-btn-left, .x-btn-right{
|
| 75 |
-
font-size:1px;
|
| 76 |
-
line-height:1px;
|
| 77 |
-
}
|
| 78 |
-
.x-btn-left{
|
| 79 |
-
width:3px;
|
| 80 |
-
height:21px;
|
| 81 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 82 |
-
}
|
| 83 |
-
.x-btn-right{
|
| 84 |
-
width:3px;
|
| 85 |
-
height:21px;
|
| 86 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 87 |
-
}
|
| 88 |
-
.x-btn-left i, .x-btn-right i{
|
| 89 |
-
display:block;
|
| 90 |
-
width:3px;
|
| 91 |
-
overflow:hidden;
|
| 92 |
-
font-size:1px;
|
| 93 |
-
line-height:1px;
|
| 94 |
-
}
|
| 95 |
-
.x-btn-center{
|
| 96 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 97 |
-
vertical-align: middle;
|
| 98 |
-
text-align:center;
|
| 99 |
-
padding:0 5px;
|
| 100 |
-
cursor:pointer;
|
| 101 |
-
white-space:nowrap;
|
| 102 |
-
}
|
| 103 |
-
.x-btn-over .x-btn-left{
|
| 104 |
-
background-position:0 -63px;
|
| 105 |
-
}
|
| 106 |
-
.x-btn-over .x-btn-right{
|
| 107 |
-
background-position:0 -84px;
|
| 108 |
-
}
|
| 109 |
-
.x-btn-over .x-btn-center{
|
| 110 |
-
background-position:0 -105px;
|
| 111 |
-
}
|
| 112 |
-
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 113 |
-
background-position:0 -126px;
|
| 114 |
-
}
|
| 115 |
-
.x-btn-disabled *{
|
| 116 |
-
color:gray !important;
|
| 117 |
-
cursor:default !important;
|
| 118 |
-
}
|
| 119 |
-
.x-btn-menu-text-wrap .x-btn-center {
|
| 120 |
-
padding:0 3px;
|
| 121 |
-
}
|
| 122 |
-
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 123 |
-
padding:0 1px;
|
| 124 |
-
}
|
| 125 |
-
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 126 |
-
padding:0;
|
| 127 |
-
}
|
| 128 |
-
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 129 |
-
width:12px !important;
|
| 130 |
-
height:21px;
|
| 131 |
-
padding:0 !important;
|
| 132 |
-
display:block;
|
| 133 |
-
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 134 |
-
}
|
| 135 |
-
.x-btn-with-menu .x-btn-center {
|
| 136 |
-
padding-right:2px !important;
|
| 137 |
-
}
|
| 138 |
-
.x-btn-with-menu .x-btn-center em {
|
| 139 |
-
display:block;
|
| 140 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 141 |
-
padding-right:10px;
|
| 142 |
-
}
|
| 143 |
-
|
| 144 |
-
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 145 |
-
display:block;
|
| 146 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 147 |
-
padding-right:10px;
|
| 148 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-btn{
|
| 10 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 11 |
+
cursor:pointer;
|
| 12 |
+
white-space: nowrap;
|
| 13 |
+
}
|
| 14 |
+
.x-btn button{
|
| 15 |
+
border:0 none;
|
| 16 |
+
background:transparent;
|
| 17 |
+
font:normal 11px tahoma,verdana,helvetica;
|
| 18 |
+
padding-left:3px;
|
| 19 |
+
padding-right:3px;
|
| 20 |
+
cursor:pointer;
|
| 21 |
+
margin:0;
|
| 22 |
+
overflow:visible;
|
| 23 |
+
width:auto;
|
| 24 |
+
-moz-outline:0 none;
|
| 25 |
+
outline:0 none;
|
| 26 |
+
}
|
| 27 |
+
* html .ext-ie .x-btn button {
|
| 28 |
+
width:1px;
|
| 29 |
+
}
|
| 30 |
+
.ext-gecko .x-btn button {
|
| 31 |
+
padding-left:0;
|
| 32 |
+
padding-right:0;
|
| 33 |
+
}
|
| 34 |
+
.ext-ie .x-btn button {
|
| 35 |
+
padding-top:2px;
|
| 36 |
+
}
|
| 37 |
+
/*
|
| 38 |
+
Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
|
| 39 |
+
to your button for a button with just an icon.
|
| 40 |
+
e.g.
|
| 41 |
+
.my-class .x-btn-text { background-image: url(foo.gif); }
|
| 42 |
+
*/
|
| 43 |
+
|
| 44 |
+
.x-btn-icon .x-btn-center .x-btn-text{
|
| 45 |
+
background-position: center;
|
| 46 |
+
background-repeat: no-repeat;
|
| 47 |
+
height: 16px;
|
| 48 |
+
width: 16px;
|
| 49 |
+
cursor:pointer;
|
| 50 |
+
white-space: nowrap;
|
| 51 |
+
padding:0;
|
| 52 |
+
}
|
| 53 |
+
.x-btn-icon .x-btn-center{
|
| 54 |
+
padding:1px;
|
| 55 |
+
}
|
| 56 |
+
.x-btn em {
|
| 57 |
+
font-style:normal;
|
| 58 |
+
font-weight:normal;
|
| 59 |
+
}
|
| 60 |
+
/*
|
| 61 |
+
Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
|
| 62 |
+
to your button for both text and icon.
|
| 63 |
+
*/
|
| 64 |
+
|
| 65 |
+
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 66 |
+
background-position: 0 2px;
|
| 67 |
+
background-repeat: no-repeat;
|
| 68 |
+
padding-left:18px;
|
| 69 |
+
padding-top:3px;
|
| 70 |
+
padding-bottom:3px;
|
| 71 |
+
padding-right:0;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.x-btn-left, .x-btn-right{
|
| 75 |
+
font-size:1px;
|
| 76 |
+
line-height:1px;
|
| 77 |
+
}
|
| 78 |
+
.x-btn-left{
|
| 79 |
+
width:3px;
|
| 80 |
+
height:21px;
|
| 81 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 82 |
+
}
|
| 83 |
+
.x-btn-right{
|
| 84 |
+
width:3px;
|
| 85 |
+
height:21px;
|
| 86 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 87 |
+
}
|
| 88 |
+
.x-btn-left i, .x-btn-right i{
|
| 89 |
+
display:block;
|
| 90 |
+
width:3px;
|
| 91 |
+
overflow:hidden;
|
| 92 |
+
font-size:1px;
|
| 93 |
+
line-height:1px;
|
| 94 |
+
}
|
| 95 |
+
.x-btn-center{
|
| 96 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 97 |
+
vertical-align: middle;
|
| 98 |
+
text-align:center;
|
| 99 |
+
padding:0 5px;
|
| 100 |
+
cursor:pointer;
|
| 101 |
+
white-space:nowrap;
|
| 102 |
+
}
|
| 103 |
+
.x-btn-over .x-btn-left{
|
| 104 |
+
background-position:0 -63px;
|
| 105 |
+
}
|
| 106 |
+
.x-btn-over .x-btn-right{
|
| 107 |
+
background-position:0 -84px;
|
| 108 |
+
}
|
| 109 |
+
.x-btn-over .x-btn-center{
|
| 110 |
+
background-position:0 -105px;
|
| 111 |
+
}
|
| 112 |
+
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 113 |
+
background-position:0 -126px;
|
| 114 |
+
}
|
| 115 |
+
.x-btn-disabled *{
|
| 116 |
+
color:gray !important;
|
| 117 |
+
cursor:default !important;
|
| 118 |
+
}
|
| 119 |
+
.x-btn-menu-text-wrap .x-btn-center {
|
| 120 |
+
padding:0 3px;
|
| 121 |
+
}
|
| 122 |
+
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 123 |
+
padding:0 1px;
|
| 124 |
+
}
|
| 125 |
+
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 126 |
+
padding:0;
|
| 127 |
+
}
|
| 128 |
+
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 129 |
+
width:12px !important;
|
| 130 |
+
height:21px;
|
| 131 |
+
padding:0 !important;
|
| 132 |
+
display:block;
|
| 133 |
+
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 134 |
+
}
|
| 135 |
+
.x-btn-with-menu .x-btn-center {
|
| 136 |
+
padding-right:2px !important;
|
| 137 |
+
}
|
| 138 |
+
.x-btn-with-menu .x-btn-center em {
|
| 139 |
+
display:block;
|
| 140 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 141 |
+
padding-right:10px;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 145 |
+
display:block;
|
| 146 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 147 |
+
padding-right:10px;
|
| 148 |
}
|
js/extjs/css/combo.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-combo-list {
|
| 10 |
border:1px solid #98c0f4;
|
| 11 |
background:#ddecfe;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-combo-list {
|
| 10 |
border:1px solid #98c0f4;
|
| 11 |
background:#ddecfe;
|
js/extjs/css/core.css
CHANGED
|
@@ -1,292 +1,292 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.ext-el-mask {
|
| 10 |
-
z-index: 20000;
|
| 11 |
-
position: absolute;
|
| 12 |
-
top: 0;
|
| 13 |
-
left: 0;
|
| 14 |
-
-moz-opacity: 0.5;
|
| 15 |
-
opacity: .50;
|
| 16 |
-
filter: alpha(opacity=50);
|
| 17 |
-
background-color: #CCC;
|
| 18 |
-
width: 100%;
|
| 19 |
-
height: 100%;
|
| 20 |
-
zoom: 1;
|
| 21 |
-
}
|
| 22 |
-
.ext-el-mask-msg {
|
| 23 |
-
z-index: 20001;
|
| 24 |
-
position: absolute;
|
| 25 |
-
top: 0;
|
| 26 |
-
left: 0;
|
| 27 |
-
border:1px solid #6593cf;
|
| 28 |
-
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
-
padding:2px;
|
| 30 |
-
}
|
| 31 |
-
.ext-el-mask-msg div {
|
| 32 |
-
padding:5px 10px 5px 10px;
|
| 33 |
-
background: #eee;
|
| 34 |
-
border:1px solid #a3bad9;
|
| 35 |
-
color:#333;
|
| 36 |
-
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 37 |
-
cursor:wait;
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.ext-shim {
|
| 41 |
-
position:absolute;
|
| 42 |
-
visibility:hidden;
|
| 43 |
-
left:0;
|
| 44 |
-
top:0;
|
| 45 |
-
overflow:hidden;
|
| 46 |
-
}
|
| 47 |
-
.ext-ie .ext-shim {
|
| 48 |
-
filter: alpha(opacity=0);
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
.x-mask-loading div {
|
| 52 |
-
padding:5px 10px 5px 25px;
|
| 53 |
-
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
-
line-height: 16px;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
/* class for hiding elements without using display:none */
|
| 58 |
-
.x-hidden {
|
| 59 |
-
position:absolute;
|
| 60 |
-
left:-2000px;
|
| 61 |
-
top:-2000px;
|
| 62 |
-
visibility:hidden;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.x-masked {
|
| 66 |
-
overflow: hidden !important;
|
| 67 |
-
}
|
| 68 |
-
|
| 69 |
-
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
-
visibility: hidden;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
.x-layer {
|
| 74 |
-
visibility: hidden;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
.x-unselectable, .x-unselectable * {
|
| 78 |
-
-moz-user-select: none;
|
| 79 |
-
-khtml-user-select: none;
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
.x-repaint {
|
| 83 |
-
zoom: 1;
|
| 84 |
-
background-color: transparent;
|
| 85 |
-
-moz-outline: none;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
.x-item-disabled {
|
| 89 |
-
color: gray;
|
| 90 |
-
cursor: default;
|
| 91 |
-
opacity: .6;
|
| 92 |
-
-moz-opacity: .6;
|
| 93 |
-
filter: alpha(opacity=60);
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-item-disabled * {
|
| 97 |
-
color: gray;
|
| 98 |
-
cursor: default !important;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
.x-splitbar-proxy {
|
| 102 |
-
position: absolute;
|
| 103 |
-
visibility: hidden;
|
| 104 |
-
z-index: 20001;
|
| 105 |
-
background: #aaa;
|
| 106 |
-
zoom: 1;
|
| 107 |
-
line-height: 1px;
|
| 108 |
-
font-size: 1px;
|
| 109 |
-
overflow: hidden;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
-
cursor: e-resize;
|
| 114 |
-
cursor: col-resize;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
-
cursor: s-resize;
|
| 119 |
-
cursor: row-resize;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.x-color-palette {
|
| 123 |
-
width: 150px;
|
| 124 |
-
height: 92px;
|
| 125 |
-
cursor: pointer;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
.x-color-palette a {
|
| 129 |
-
border: 1px solid #fff;
|
| 130 |
-
float: left;
|
| 131 |
-
padding: 2px;
|
| 132 |
-
text-decoration: none;
|
| 133 |
-
-moz-outline: 0 none;
|
| 134 |
-
outline: 0 none;
|
| 135 |
-
cursor: pointer;
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
-
border: 1px solid #8BB8F3;
|
| 140 |
-
background: #deecfd;
|
| 141 |
-
}
|
| 142 |
-
|
| 143 |
-
.x-color-palette em {
|
| 144 |
-
display: block;
|
| 145 |
-
border: 1px solid #ACA899;
|
| 146 |
-
}
|
| 147 |
-
|
| 148 |
-
.x-color-palette em span {
|
| 149 |
-
cursor: pointer;
|
| 150 |
-
display: block;
|
| 151 |
-
height: 10px;
|
| 152 |
-
line-height: 10px;
|
| 153 |
-
width: 10px;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.x-ie-shadow {
|
| 157 |
-
display: none;
|
| 158 |
-
position: absolute;
|
| 159 |
-
overflow: hidden;
|
| 160 |
-
left:0;
|
| 161 |
-
top:0;
|
| 162 |
-
background:#777;
|
| 163 |
-
zoom:1;
|
| 164 |
-
}
|
| 165 |
-
|
| 166 |
-
.x-shadow {
|
| 167 |
-
display: none;
|
| 168 |
-
position: absolute;
|
| 169 |
-
overflow: hidden;
|
| 170 |
-
left:0;
|
| 171 |
-
top:0;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
.x-shadow * {
|
| 175 |
-
overflow: hidden;
|
| 176 |
-
}
|
| 177 |
-
|
| 178 |
-
.x-shadow * {
|
| 179 |
-
padding: 0;
|
| 180 |
-
border: 0;
|
| 181 |
-
margin: 0;
|
| 182 |
-
clear: none;
|
| 183 |
-
zoom: 1;
|
| 184 |
-
}
|
| 185 |
-
|
| 186 |
-
/* top bottom */
|
| 187 |
-
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
-
height: 6px;
|
| 189 |
-
float: left;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
/* corners */
|
| 193 |
-
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
-
width: 6px;
|
| 195 |
-
height: 6px;
|
| 196 |
-
float: left;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
/* sides */
|
| 200 |
-
.x-shadow .xsc {
|
| 201 |
-
width: 100%;
|
| 202 |
-
}
|
| 203 |
-
|
| 204 |
-
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
-
width: 6px;
|
| 206 |
-
float: left;
|
| 207 |
-
height: 100%;
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
.x-shadow .xsmc {
|
| 211 |
-
float: left;
|
| 212 |
-
height: 100%;
|
| 213 |
-
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
-
}
|
| 215 |
-
|
| 216 |
-
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
-
height: 6px;
|
| 218 |
-
overflow: hidden;
|
| 219 |
-
width: 100%;
|
| 220 |
-
}
|
| 221 |
-
|
| 222 |
-
.x-shadow .xsml {
|
| 223 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
-
}
|
| 225 |
-
|
| 226 |
-
.x-shadow .xsmr {
|
| 227 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
-
}
|
| 229 |
-
|
| 230 |
-
.x-shadow .xstl {
|
| 231 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
-
}
|
| 233 |
-
|
| 234 |
-
.x-shadow .xstc {
|
| 235 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
.x-shadow .xstr {
|
| 239 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
-
}
|
| 241 |
-
|
| 242 |
-
.x-shadow .xsbl {
|
| 243 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
-
}
|
| 245 |
-
|
| 246 |
-
.x-shadow .xsbc {
|
| 247 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
-
}
|
| 249 |
-
|
| 250 |
-
.x-shadow .xsbr {
|
| 251 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
-
}
|
| 253 |
-
|
| 254 |
-
.loading-indicator {
|
| 255 |
-
font-size: 11px;
|
| 256 |
-
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
-
background-repeat: no-repeat;
|
| 258 |
-
background-position: left;
|
| 259 |
-
padding-left: 20px;
|
| 260 |
-
line-height: 16px;
|
| 261 |
-
margin: 3px;
|
| 262 |
-
}
|
| 263 |
-
|
| 264 |
-
.x-text-resize {
|
| 265 |
-
position: absolute;
|
| 266 |
-
left: -1000px;
|
| 267 |
-
top: -1000px;
|
| 268 |
-
visibility: hidden;
|
| 269 |
-
zoom: 1;
|
| 270 |
-
}
|
| 271 |
-
|
| 272 |
-
.x-drag-overlay {
|
| 273 |
-
width: 100%;
|
| 274 |
-
height: 100%;
|
| 275 |
-
display: none;
|
| 276 |
-
position: absolute;
|
| 277 |
-
left: 0;
|
| 278 |
-
top: 0;
|
| 279 |
-
background: white;
|
| 280 |
-
z-index: 20000;
|
| 281 |
-
-moz-opacity: 0;
|
| 282 |
-
opacity: 0;
|
| 283 |
-
filter: alpha(opacity=0);
|
| 284 |
-
}
|
| 285 |
-
|
| 286 |
-
.x-clear {
|
| 287 |
-
clear:both;
|
| 288 |
-
height:0;
|
| 289 |
-
overflow:hidden;
|
| 290 |
-
line-height:0;
|
| 291 |
-
font-size:0;
|
| 292 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.ext-el-mask {
|
| 10 |
+
z-index: 20000;
|
| 11 |
+
position: absolute;
|
| 12 |
+
top: 0;
|
| 13 |
+
left: 0;
|
| 14 |
+
-moz-opacity: 0.5;
|
| 15 |
+
opacity: .50;
|
| 16 |
+
filter: alpha(opacity=50);
|
| 17 |
+
background-color: #CCC;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
zoom: 1;
|
| 21 |
+
}
|
| 22 |
+
.ext-el-mask-msg {
|
| 23 |
+
z-index: 20001;
|
| 24 |
+
position: absolute;
|
| 25 |
+
top: 0;
|
| 26 |
+
left: 0;
|
| 27 |
+
border:1px solid #6593cf;
|
| 28 |
+
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
+
padding:2px;
|
| 30 |
+
}
|
| 31 |
+
.ext-el-mask-msg div {
|
| 32 |
+
padding:5px 10px 5px 10px;
|
| 33 |
+
background: #eee;
|
| 34 |
+
border:1px solid #a3bad9;
|
| 35 |
+
color:#333;
|
| 36 |
+
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 37 |
+
cursor:wait;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.ext-shim {
|
| 41 |
+
position:absolute;
|
| 42 |
+
visibility:hidden;
|
| 43 |
+
left:0;
|
| 44 |
+
top:0;
|
| 45 |
+
overflow:hidden;
|
| 46 |
+
}
|
| 47 |
+
.ext-ie .ext-shim {
|
| 48 |
+
filter: alpha(opacity=0);
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.x-mask-loading div {
|
| 52 |
+
padding:5px 10px 5px 25px;
|
| 53 |
+
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
+
line-height: 16px;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
/* class for hiding elements without using display:none */
|
| 58 |
+
.x-hidden {
|
| 59 |
+
position:absolute;
|
| 60 |
+
left:-2000px;
|
| 61 |
+
top:-2000px;
|
| 62 |
+
visibility:hidden;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.x-masked {
|
| 66 |
+
overflow: hidden !important;
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
+
visibility: hidden;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.x-layer {
|
| 74 |
+
visibility: hidden;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.x-unselectable, .x-unselectable * {
|
| 78 |
+
-moz-user-select: none;
|
| 79 |
+
-khtml-user-select: none;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.x-repaint {
|
| 83 |
+
zoom: 1;
|
| 84 |
+
background-color: transparent;
|
| 85 |
+
-moz-outline: none;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.x-item-disabled {
|
| 89 |
+
color: gray;
|
| 90 |
+
cursor: default;
|
| 91 |
+
opacity: .6;
|
| 92 |
+
-moz-opacity: .6;
|
| 93 |
+
filter: alpha(opacity=60);
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-item-disabled * {
|
| 97 |
+
color: gray;
|
| 98 |
+
cursor: default !important;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.x-splitbar-proxy {
|
| 102 |
+
position: absolute;
|
| 103 |
+
visibility: hidden;
|
| 104 |
+
z-index: 20001;
|
| 105 |
+
background: #aaa;
|
| 106 |
+
zoom: 1;
|
| 107 |
+
line-height: 1px;
|
| 108 |
+
font-size: 1px;
|
| 109 |
+
overflow: hidden;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
+
cursor: e-resize;
|
| 114 |
+
cursor: col-resize;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
+
cursor: s-resize;
|
| 119 |
+
cursor: row-resize;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.x-color-palette {
|
| 123 |
+
width: 150px;
|
| 124 |
+
height: 92px;
|
| 125 |
+
cursor: pointer;
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
.x-color-palette a {
|
| 129 |
+
border: 1px solid #fff;
|
| 130 |
+
float: left;
|
| 131 |
+
padding: 2px;
|
| 132 |
+
text-decoration: none;
|
| 133 |
+
-moz-outline: 0 none;
|
| 134 |
+
outline: 0 none;
|
| 135 |
+
cursor: pointer;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
+
border: 1px solid #8BB8F3;
|
| 140 |
+
background: #deecfd;
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
.x-color-palette em {
|
| 144 |
+
display: block;
|
| 145 |
+
border: 1px solid #ACA899;
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
.x-color-palette em span {
|
| 149 |
+
cursor: pointer;
|
| 150 |
+
display: block;
|
| 151 |
+
height: 10px;
|
| 152 |
+
line-height: 10px;
|
| 153 |
+
width: 10px;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
.x-ie-shadow {
|
| 157 |
+
display: none;
|
| 158 |
+
position: absolute;
|
| 159 |
+
overflow: hidden;
|
| 160 |
+
left:0;
|
| 161 |
+
top:0;
|
| 162 |
+
background:#777;
|
| 163 |
+
zoom:1;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.x-shadow {
|
| 167 |
+
display: none;
|
| 168 |
+
position: absolute;
|
| 169 |
+
overflow: hidden;
|
| 170 |
+
left:0;
|
| 171 |
+
top:0;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.x-shadow * {
|
| 175 |
+
overflow: hidden;
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
.x-shadow * {
|
| 179 |
+
padding: 0;
|
| 180 |
+
border: 0;
|
| 181 |
+
margin: 0;
|
| 182 |
+
clear: none;
|
| 183 |
+
zoom: 1;
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
/* top bottom */
|
| 187 |
+
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
+
height: 6px;
|
| 189 |
+
float: left;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
/* corners */
|
| 193 |
+
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
+
width: 6px;
|
| 195 |
+
height: 6px;
|
| 196 |
+
float: left;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
/* sides */
|
| 200 |
+
.x-shadow .xsc {
|
| 201 |
+
width: 100%;
|
| 202 |
+
}
|
| 203 |
+
|
| 204 |
+
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
+
width: 6px;
|
| 206 |
+
float: left;
|
| 207 |
+
height: 100%;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.x-shadow .xsmc {
|
| 211 |
+
float: left;
|
| 212 |
+
height: 100%;
|
| 213 |
+
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
+
height: 6px;
|
| 218 |
+
overflow: hidden;
|
| 219 |
+
width: 100%;
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.x-shadow .xsml {
|
| 223 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.x-shadow .xsmr {
|
| 227 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.x-shadow .xstl {
|
| 231 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.x-shadow .xstc {
|
| 235 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.x-shadow .xstr {
|
| 239 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
+
}
|
| 241 |
+
|
| 242 |
+
.x-shadow .xsbl {
|
| 243 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
+
}
|
| 245 |
+
|
| 246 |
+
.x-shadow .xsbc {
|
| 247 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.x-shadow .xsbr {
|
| 251 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.loading-indicator {
|
| 255 |
+
font-size: 11px;
|
| 256 |
+
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
+
background-repeat: no-repeat;
|
| 258 |
+
background-position: left;
|
| 259 |
+
padding-left: 20px;
|
| 260 |
+
line-height: 16px;
|
| 261 |
+
margin: 3px;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.x-text-resize {
|
| 265 |
+
position: absolute;
|
| 266 |
+
left: -1000px;
|
| 267 |
+
top: -1000px;
|
| 268 |
+
visibility: hidden;
|
| 269 |
+
zoom: 1;
|
| 270 |
+
}
|
| 271 |
+
|
| 272 |
+
.x-drag-overlay {
|
| 273 |
+
width: 100%;
|
| 274 |
+
height: 100%;
|
| 275 |
+
display: none;
|
| 276 |
+
position: absolute;
|
| 277 |
+
left: 0;
|
| 278 |
+
top: 0;
|
| 279 |
+
background: white;
|
| 280 |
+
z-index: 20000;
|
| 281 |
+
-moz-opacity: 0;
|
| 282 |
+
opacity: 0;
|
| 283 |
+
filter: alpha(opacity=0);
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
.x-clear {
|
| 287 |
+
clear:both;
|
| 288 |
+
height:0;
|
| 289 |
+
overflow:hidden;
|
| 290 |
+
line-height:0;
|
| 291 |
+
font-size:0;
|
| 292 |
+
}
|
js/extjs/css/date-picker.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-date-picker {
|
| 10 |
border: 1px solid #1b376c;
|
| 11 |
border-top:0 none;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-date-picker {
|
| 10 |
border: 1px solid #1b376c;
|
| 11 |
border-top:0 none;
|
js/extjs/css/dd.css
CHANGED
|
@@ -1,61 +1,61 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-dd-drag-proxy{
|
| 10 |
-
position:absolute;
|
| 11 |
-
left:0;top:0;
|
| 12 |
-
visibility:hidden;
|
| 13 |
-
z-index:15000;
|
| 14 |
-
}
|
| 15 |
-
.x-dd-drag-ghost{
|
| 16 |
-
color: black;
|
| 17 |
-
font: normal 11px arial, helvetica, sans-serif;
|
| 18 |
-
-moz-opacity: 0.85;
|
| 19 |
-
opacity:.85;
|
| 20 |
-
filter: alpha(opacity=85);
|
| 21 |
-
border-top:1px solid #dddddd;
|
| 22 |
-
border-left:1px solid #dddddd;
|
| 23 |
-
border-right:1px solid #bbbbbb;
|
| 24 |
-
border-bottom:1px solid #bbbbbb;
|
| 25 |
-
padding:3px;
|
| 26 |
-
padding-left:20px;
|
| 27 |
-
background-color:white;
|
| 28 |
-
white-space:nowrap;
|
| 29 |
-
}
|
| 30 |
-
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 31 |
-
-moz-opacity: 0.4;
|
| 32 |
-
opacity:.4;
|
| 33 |
-
filter: alpha(opacity=40);
|
| 34 |
-
border:0 none;
|
| 35 |
-
padding:0;
|
| 36 |
-
background-color:transparent;
|
| 37 |
-
}
|
| 38 |
-
.x-dd-drag-repair .x-dd-drop-icon{
|
| 39 |
-
visibility:hidden;
|
| 40 |
-
}
|
| 41 |
-
.x-dd-drop-icon{
|
| 42 |
-
position:absolute;
|
| 43 |
-
top:3px;
|
| 44 |
-
left:3px;
|
| 45 |
-
display:block;
|
| 46 |
-
width:16px;
|
| 47 |
-
height:16px;
|
| 48 |
-
background-color:transparent;
|
| 49 |
-
background-position: center;
|
| 50 |
-
background-repeat: no-repeat;
|
| 51 |
-
z-index:1;
|
| 52 |
-
}
|
| 53 |
-
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 54 |
-
background-image: url(../images/default/dd/drop-no.gif);
|
| 55 |
-
}
|
| 56 |
-
.x-dd-drop-ok .x-dd-drop-icon{
|
| 57 |
-
background-image: url(../images/default/dd/drop-yes.gif);
|
| 58 |
-
}
|
| 59 |
-
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 60 |
-
background-image: url(../images/default/dd/drop-add.gif);
|
| 61 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-dd-drag-proxy{
|
| 10 |
+
position:absolute;
|
| 11 |
+
left:0;top:0;
|
| 12 |
+
visibility:hidden;
|
| 13 |
+
z-index:15000;
|
| 14 |
+
}
|
| 15 |
+
.x-dd-drag-ghost{
|
| 16 |
+
color: black;
|
| 17 |
+
font: normal 11px arial, helvetica, sans-serif;
|
| 18 |
+
-moz-opacity: 0.85;
|
| 19 |
+
opacity:.85;
|
| 20 |
+
filter: alpha(opacity=85);
|
| 21 |
+
border-top:1px solid #dddddd;
|
| 22 |
+
border-left:1px solid #dddddd;
|
| 23 |
+
border-right:1px solid #bbbbbb;
|
| 24 |
+
border-bottom:1px solid #bbbbbb;
|
| 25 |
+
padding:3px;
|
| 26 |
+
padding-left:20px;
|
| 27 |
+
background-color:white;
|
| 28 |
+
white-space:nowrap;
|
| 29 |
+
}
|
| 30 |
+
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 31 |
+
-moz-opacity: 0.4;
|
| 32 |
+
opacity:.4;
|
| 33 |
+
filter: alpha(opacity=40);
|
| 34 |
+
border:0 none;
|
| 35 |
+
padding:0;
|
| 36 |
+
background-color:transparent;
|
| 37 |
+
}
|
| 38 |
+
.x-dd-drag-repair .x-dd-drop-icon{
|
| 39 |
+
visibility:hidden;
|
| 40 |
+
}
|
| 41 |
+
.x-dd-drop-icon{
|
| 42 |
+
position:absolute;
|
| 43 |
+
top:3px;
|
| 44 |
+
left:3px;
|
| 45 |
+
display:block;
|
| 46 |
+
width:16px;
|
| 47 |
+
height:16px;
|
| 48 |
+
background-color:transparent;
|
| 49 |
+
background-position: center;
|
| 50 |
+
background-repeat: no-repeat;
|
| 51 |
+
z-index:1;
|
| 52 |
+
}
|
| 53 |
+
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 54 |
+
background-image: url(../images/default/dd/drop-no.gif);
|
| 55 |
+
}
|
| 56 |
+
.x-dd-drop-ok .x-dd-drop-icon{
|
| 57 |
+
background-image: url(../images/default/dd/drop-yes.gif);
|
| 58 |
+
}
|
| 59 |
+
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 60 |
+
background-image: url(../images/default/dd/drop-add.gif);
|
| 61 |
}
|
js/extjs/css/debug.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
#x-debug-browser .x-tree .x-tree-node a span {
|
| 10 |
color:#222297;
|
| 11 |
font-size:12px;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
#x-debug-browser .x-tree .x-tree-node a span {
|
| 10 |
color:#222297;
|
| 11 |
font-size:12px;
|
js/extjs/css/editor.css
CHANGED
|
@@ -1,59 +1,59 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-html-editor-wrap {
|
| 10 |
-
border:1px solid #a9bfd3;
|
| 11 |
-
background:white;
|
| 12 |
-
}
|
| 13 |
-
.x-html-editor-tb .x-btn-text {
|
| 14 |
-
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 15 |
-
}
|
| 16 |
-
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 17 |
-
background-position:0 0;
|
| 18 |
-
}
|
| 19 |
-
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 20 |
-
background-position:-16px 0;
|
| 21 |
-
}
|
| 22 |
-
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 23 |
-
background-position:-32px 0;
|
| 24 |
-
}
|
| 25 |
-
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 26 |
-
background-position:-160px 0;
|
| 27 |
-
}
|
| 28 |
-
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 29 |
-
background-position:-176px 0;
|
| 30 |
-
}
|
| 31 |
-
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 32 |
-
background-position:-112px 0;
|
| 33 |
-
}
|
| 34 |
-
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 35 |
-
background-position:-128px 0;
|
| 36 |
-
}
|
| 37 |
-
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 38 |
-
background-position:-144px 0;
|
| 39 |
-
}
|
| 40 |
-
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 41 |
-
background-position:-80px 0;
|
| 42 |
-
}
|
| 43 |
-
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 44 |
-
background-position:-96px 0;
|
| 45 |
-
}
|
| 46 |
-
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 47 |
-
background-position:-48px 0;
|
| 48 |
-
}
|
| 49 |
-
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 50 |
-
background-position:-64px 0;
|
| 51 |
-
}
|
| 52 |
-
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 53 |
-
background-position:-192px 0;
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 57 |
-
padding:5px;
|
| 58 |
-
padding-bottom:1px;
|
| 59 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-html-editor-wrap {
|
| 10 |
+
border:1px solid #a9bfd3;
|
| 11 |
+
background:white;
|
| 12 |
+
}
|
| 13 |
+
.x-html-editor-tb .x-btn-text {
|
| 14 |
+
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 15 |
+
}
|
| 16 |
+
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 17 |
+
background-position:0 0;
|
| 18 |
+
}
|
| 19 |
+
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 20 |
+
background-position:-16px 0;
|
| 21 |
+
}
|
| 22 |
+
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 23 |
+
background-position:-32px 0;
|
| 24 |
+
}
|
| 25 |
+
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 26 |
+
background-position:-160px 0;
|
| 27 |
+
}
|
| 28 |
+
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 29 |
+
background-position:-176px 0;
|
| 30 |
+
}
|
| 31 |
+
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 32 |
+
background-position:-112px 0;
|
| 33 |
+
}
|
| 34 |
+
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 35 |
+
background-position:-128px 0;
|
| 36 |
+
}
|
| 37 |
+
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 38 |
+
background-position:-144px 0;
|
| 39 |
+
}
|
| 40 |
+
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 41 |
+
background-position:-80px 0;
|
| 42 |
+
}
|
| 43 |
+
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 44 |
+
background-position:-96px 0;
|
| 45 |
+
}
|
| 46 |
+
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 47 |
+
background-position:-48px 0;
|
| 48 |
+
}
|
| 49 |
+
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 50 |
+
background-position:-64px 0;
|
| 51 |
+
}
|
| 52 |
+
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 53 |
+
background-position:-192px 0;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 57 |
+
padding:5px;
|
| 58 |
+
padding-bottom:1px;
|
| 59 |
}
|
js/extjs/css/ext-all.css
CHANGED
|
@@ -1,423 +1,423 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
| 10 |
-
.ext-el-mask {
|
| 11 |
-
z-index: 20000;
|
| 12 |
-
position: absolute;
|
| 13 |
-
top: 0;
|
| 14 |
-
left: 0;
|
| 15 |
-
-moz-opacity: 0.5;
|
| 16 |
-
opacity: .50;
|
| 17 |
-
filter: alpha(opacity=50);
|
| 18 |
-
background-color: #CCC;
|
| 19 |
-
width: 100%;
|
| 20 |
-
height: 100%;
|
| 21 |
-
zoom: 1;
|
| 22 |
-
}
|
| 23 |
-
.ext-el-mask-msg {
|
| 24 |
-
z-index: 20001;
|
| 25 |
-
position: absolute;
|
| 26 |
-
top: 0;
|
| 27 |
-
left: 0;
|
| 28 |
-
border:1px solid #6593cf;
|
| 29 |
-
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 30 |
-
padding:2px;
|
| 31 |
-
}
|
| 32 |
-
.ext-el-mask-msg div {
|
| 33 |
-
padding:5px 10px 5px 10px;
|
| 34 |
-
background: #eee;
|
| 35 |
-
border:1px solid #a3bad9;
|
| 36 |
-
color:#333;
|
| 37 |
-
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 38 |
-
cursor:wait;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
.ext-shim {
|
| 42 |
-
position:absolute;
|
| 43 |
-
visibility:hidden;
|
| 44 |
-
left:0;
|
| 45 |
-
top:0;
|
| 46 |
-
overflow:hidden;
|
| 47 |
-
}
|
| 48 |
-
.ext-ie .ext-shim {
|
| 49 |
-
filter: alpha(opacity=0);
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
.x-mask-loading div {
|
| 53 |
-
padding:5px 10px 5px 25px;
|
| 54 |
-
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 55 |
-
line-height: 16px;
|
| 56 |
-
}
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
.x-hidden {
|
| 60 |
-
position:absolute;
|
| 61 |
-
left:-2000px;
|
| 62 |
-
top:-2000px;
|
| 63 |
-
visibility:hidden;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-masked {
|
| 67 |
-
overflow: hidden !important;
|
| 68 |
-
}
|
| 69 |
-
|
| 70 |
-
.x-masked select, .x-masked object, .x-masked embed {
|
| 71 |
-
visibility: hidden;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
.x-layer {
|
| 75 |
-
visibility: hidden;
|
| 76 |
-
}
|
| 77 |
-
|
| 78 |
-
.x-unselectable, .x-unselectable * {
|
| 79 |
-
-moz-user-select: none;
|
| 80 |
-
-khtml-user-select: none;
|
| 81 |
-
}
|
| 82 |
-
|
| 83 |
-
.x-repaint {
|
| 84 |
-
zoom: 1;
|
| 85 |
-
background-color: transparent;
|
| 86 |
-
-moz-outline: none;
|
| 87 |
-
}
|
| 88 |
-
|
| 89 |
-
.x-item-disabled {
|
| 90 |
-
color: gray;
|
| 91 |
-
cursor: default;
|
| 92 |
-
opacity: .6;
|
| 93 |
-
-moz-opacity: .6;
|
| 94 |
-
filter: alpha(opacity=60);
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
.x-item-disabled * {
|
| 98 |
-
color: gray;
|
| 99 |
-
cursor: default !important;
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
.x-splitbar-proxy {
|
| 103 |
-
position: absolute;
|
| 104 |
-
visibility: hidden;
|
| 105 |
-
z-index: 20001;
|
| 106 |
-
background: #aaa;
|
| 107 |
-
zoom: 1;
|
| 108 |
-
line-height: 1px;
|
| 109 |
-
font-size: 1px;
|
| 110 |
-
overflow: hidden;
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 114 |
-
cursor: e-resize;
|
| 115 |
-
cursor: col-resize;
|
| 116 |
-
}
|
| 117 |
-
|
| 118 |
-
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 119 |
-
cursor: s-resize;
|
| 120 |
-
cursor: row-resize;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
.x-color-palette {
|
| 124 |
-
width: 150px;
|
| 125 |
-
height: 92px;
|
| 126 |
-
cursor: pointer;
|
| 127 |
-
}
|
| 128 |
-
|
| 129 |
-
.x-color-palette a {
|
| 130 |
-
border: 1px solid #fff;
|
| 131 |
-
float: left;
|
| 132 |
-
padding: 2px;
|
| 133 |
-
text-decoration: none;
|
| 134 |
-
-moz-outline: 0 none;
|
| 135 |
-
outline: 0 none;
|
| 136 |
-
cursor: pointer;
|
| 137 |
-
}
|
| 138 |
-
|
| 139 |
-
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 140 |
-
border: 1px solid #8BB8F3;
|
| 141 |
-
background: #deecfd;
|
| 142 |
-
}
|
| 143 |
-
|
| 144 |
-
.x-color-palette em {
|
| 145 |
-
display: block;
|
| 146 |
-
border: 1px solid #ACA899;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
.x-color-palette em span {
|
| 150 |
-
cursor: pointer;
|
| 151 |
-
display: block;
|
| 152 |
-
height: 10px;
|
| 153 |
-
line-height: 10px;
|
| 154 |
-
width: 10px;
|
| 155 |
-
}
|
| 156 |
-
|
| 157 |
-
.x-ie-shadow {
|
| 158 |
-
display: none;
|
| 159 |
-
position: absolute;
|
| 160 |
-
overflow: hidden;
|
| 161 |
-
left:0;
|
| 162 |
-
top:0;
|
| 163 |
-
background:#777;
|
| 164 |
-
zoom:1;
|
| 165 |
-
}
|
| 166 |
-
|
| 167 |
-
.x-shadow {
|
| 168 |
-
display: none;
|
| 169 |
-
position: absolute;
|
| 170 |
-
overflow: hidden;
|
| 171 |
-
left:0;
|
| 172 |
-
top:0;
|
| 173 |
-
}
|
| 174 |
-
|
| 175 |
-
.x-shadow * {
|
| 176 |
-
overflow: hidden;
|
| 177 |
-
}
|
| 178 |
-
|
| 179 |
-
.x-shadow * {
|
| 180 |
-
padding: 0;
|
| 181 |
-
border: 0;
|
| 182 |
-
margin: 0;
|
| 183 |
-
clear: none;
|
| 184 |
-
zoom: 1;
|
| 185 |
-
}
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
.x-shadow .xstc, .x-shadow .xsbc {
|
| 189 |
-
height: 6px;
|
| 190 |
-
float: left;
|
| 191 |
-
}
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 195 |
-
width: 6px;
|
| 196 |
-
height: 6px;
|
| 197 |
-
float: left;
|
| 198 |
-
}
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
.x-shadow .xsc {
|
| 202 |
-
width: 100%;
|
| 203 |
-
}
|
| 204 |
-
|
| 205 |
-
.x-shadow .xsml, .x-shadow .xsmr {
|
| 206 |
-
width: 6px;
|
| 207 |
-
float: left;
|
| 208 |
-
height: 100%;
|
| 209 |
-
}
|
| 210 |
-
|
| 211 |
-
.x-shadow .xsmc {
|
| 212 |
-
float: left;
|
| 213 |
-
height: 100%;
|
| 214 |
-
background: transparent url( ../images/default/shadow-c.png );
|
| 215 |
-
}
|
| 216 |
-
|
| 217 |
-
.x-shadow .xst, .x-shadow .xsb {
|
| 218 |
-
height: 6px;
|
| 219 |
-
overflow: hidden;
|
| 220 |
-
width: 100%;
|
| 221 |
-
}
|
| 222 |
-
|
| 223 |
-
.x-shadow .xsml {
|
| 224 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 225 |
-
}
|
| 226 |
-
|
| 227 |
-
.x-shadow .xsmr {
|
| 228 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 229 |
-
}
|
| 230 |
-
|
| 231 |
-
.x-shadow .xstl {
|
| 232 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 233 |
-
}
|
| 234 |
-
|
| 235 |
-
.x-shadow .xstc {
|
| 236 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 237 |
-
}
|
| 238 |
-
|
| 239 |
-
.x-shadow .xstr {
|
| 240 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 241 |
-
}
|
| 242 |
-
|
| 243 |
-
.x-shadow .xsbl {
|
| 244 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
.x-shadow .xsbc {
|
| 248 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 249 |
-
}
|
| 250 |
-
|
| 251 |
-
.x-shadow .xsbr {
|
| 252 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 253 |
-
}
|
| 254 |
-
|
| 255 |
-
.loading-indicator {
|
| 256 |
-
font-size: 11px;
|
| 257 |
-
background-image: url( '../images/default/grid/loading.gif' );
|
| 258 |
-
background-repeat: no-repeat;
|
| 259 |
-
background-position: left;
|
| 260 |
-
padding-left: 20px;
|
| 261 |
-
line-height: 16px;
|
| 262 |
-
margin: 3px;
|
| 263 |
-
}
|
| 264 |
-
|
| 265 |
-
.x-text-resize {
|
| 266 |
-
position: absolute;
|
| 267 |
-
left: -1000px;
|
| 268 |
-
top: -1000px;
|
| 269 |
-
visibility: hidden;
|
| 270 |
-
zoom: 1;
|
| 271 |
-
}
|
| 272 |
-
|
| 273 |
-
.x-drag-overlay {
|
| 274 |
-
width: 100%;
|
| 275 |
-
height: 100%;
|
| 276 |
-
display: none;
|
| 277 |
-
position: absolute;
|
| 278 |
-
left: 0;
|
| 279 |
-
top: 0;
|
| 280 |
-
background: white;
|
| 281 |
-
z-index: 20000;
|
| 282 |
-
-moz-opacity: 0;
|
| 283 |
-
opacity: 0;
|
| 284 |
-
filter: alpha(opacity=0);
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
.x-clear {
|
| 288 |
-
clear:both;
|
| 289 |
-
height:0;
|
| 290 |
-
overflow:hidden;
|
| 291 |
-
line-height:0;
|
| 292 |
-
font-size:0;
|
| 293 |
-
}
|
| 294 |
-
|
| 295 |
-
.x-tabs-wrap {
|
| 296 |
-
border-bottom:1px solid #6593cf;
|
| 297 |
-
padding-top:2px;
|
| 298 |
-
}
|
| 299 |
-
.x-tabs-strip-wrap{
|
| 300 |
-
width:100%;
|
| 301 |
-
}
|
| 302 |
-
.x-tabs-wrap table{
|
| 303 |
-
position:relative;
|
| 304 |
-
top:0; left:0;
|
| 305 |
-
}
|
| 306 |
-
.x-tabs-strip td{
|
| 307 |
-
padding:0;
|
| 308 |
-
padding-left:2px;
|
| 309 |
-
}
|
| 310 |
-
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 311 |
-
display:block;
|
| 312 |
-
}
|
| 313 |
-
.x-tabs-strip a {
|
| 314 |
-
text-decoration:none !important;
|
| 315 |
-
-moz-outline: none;
|
| 316 |
-
outline: none;
|
| 317 |
-
cursor:pointer;
|
| 318 |
-
}
|
| 319 |
-
.x-tabs-strip .x-tabs-text {
|
| 320 |
-
font:bold 11px tahoma,arial,helvetica;
|
| 321 |
-
color:#666;
|
| 322 |
-
overflow:hidden;
|
| 323 |
-
white-space: nowrap;
|
| 324 |
-
cursor:pointer;
|
| 325 |
-
text-overflow: ellipsis;
|
| 326 |
-
}
|
| 327 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 328 |
-
cursor:default;
|
| 329 |
-
color:#083772;
|
| 330 |
-
}
|
| 331 |
-
.x-tabs-strip .disabled .x-tabs-text {
|
| 332 |
-
cursor:default;
|
| 333 |
-
color:#aaaaaa;
|
| 334 |
-
}
|
| 335 |
-
.x-tabs-strip .x-tabs-inner {
|
| 336 |
-
padding:4px 10px;
|
| 337 |
-
}
|
| 338 |
-
|
| 339 |
-
.x-tabs-strip .on .x-tabs-right {
|
| 340 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 341 |
-
}
|
| 342 |
-
.x-tabs-strip .on .x-tabs-left {
|
| 343 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 344 |
-
}
|
| 345 |
-
.x-tabs-strip .x-tabs-right {
|
| 346 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 347 |
-
}
|
| 348 |
-
.x-tabs-strip .x-tabs-left {
|
| 349 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 350 |
-
}
|
| 351 |
-
|
| 352 |
-
.x-tabs-strip a {
|
| 353 |
-
position:relative;
|
| 354 |
-
top:1px; left:0;
|
| 355 |
-
}
|
| 356 |
-
.x-tabs-strip .on a {
|
| 357 |
-
position:relative;
|
| 358 |
-
}
|
| 359 |
-
.x-tabs-strip .on .x-tabs-inner {
|
| 360 |
-
padding-bottom:5px;
|
| 361 |
-
}
|
| 362 |
-
|
| 363 |
-
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 364 |
-
padding-right:22px;
|
| 365 |
-
position:relative;
|
| 366 |
-
}
|
| 367 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 368 |
-
line-height: 1px;
|
| 369 |
-
font-size:1px;
|
| 370 |
-
background-image:url(../images/default/layout/tab-close.gif);
|
| 371 |
-
display:block;
|
| 372 |
-
position:absolute;
|
| 373 |
-
right:5px;top:4px;
|
| 374 |
-
width:11px;height:11px;
|
| 375 |
-
cursor:pointer;
|
| 376 |
-
}
|
| 377 |
-
.x-tabs-strip .on .close-icon{
|
| 378 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 379 |
-
}
|
| 380 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 381 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 382 |
-
}
|
| 383 |
-
.x-tabs-body {
|
| 384 |
-
border:1px solid #6593cf;
|
| 385 |
-
border-top:0 none;
|
| 386 |
-
}
|
| 387 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 388 |
-
border-top:1px solid #6593cf;
|
| 389 |
-
border-bottom:0 none;
|
| 390 |
-
padding-top:0;
|
| 391 |
-
padding-bottom:2px;
|
| 392 |
-
}
|
| 393 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 394 |
-
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 395 |
-
}
|
| 396 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 397 |
-
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 398 |
-
}
|
| 399 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 400 |
-
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 401 |
-
}
|
| 402 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 403 |
-
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 404 |
-
}
|
| 405 |
-
.x-tabs-bottom .x-tabs-strip a {
|
| 406 |
-
position:relative;
|
| 407 |
-
top:0; left:0;
|
| 408 |
-
}
|
| 409 |
-
.x-tabs-bottom .x-tabs-strip .on a {
|
| 410 |
-
margin-top:-1px;
|
| 411 |
-
}
|
| 412 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 413 |
-
padding-top:5px;
|
| 414 |
-
}
|
| 415 |
-
|
| 416 |
-
.x-tabs-bottom .x-tabs-body {
|
| 417 |
-
border:1px solid #6593cf;
|
| 418 |
-
border-bottom:0 none;
|
| 419 |
-
}
|
| 420 |
-
|
| 421 |
|
| 422 |
|
| 423 |
.x-form-field{
|
|
@@ -627,1896 +627,1896 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
|
|
| 627 |
width:200px;
|
| 628 |
}
|
| 629 |
|
| 630 |
-
.x-form-label-right label {
|
| 631 |
-
text-align:right;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 632 |
}
|
| 633 |
|
| 634 |
-
.x-
|
| 635 |
-
|
| 636 |
-
float:none;
|
| 637 |
-
clear:none;
|
| 638 |
-
display:inline;
|
| 639 |
-
margin-bottom:4px;
|
| 640 |
-
position:static;
|
| 641 |
}
|
| 642 |
-
.x-
|
| 643 |
-
|
| 644 |
-
|
| 645 |
}
|
| 646 |
-
|
| 647 |
-
|
|
|
|
|
|
|
| 648 |
}
|
| 649 |
-
.x-
|
| 650 |
-
|
| 651 |
-
padding:10px 10px 5px 10px;
|
| 652 |
-
margin-bottom:10px;
|
| 653 |
}
|
| 654 |
-
.x-
|
| 655 |
-
|
| 656 |
-
color:#15428b;
|
| 657 |
}
|
| 658 |
-
.
|
| 659 |
-
|
| 660 |
}
|
| 661 |
-
.
|
| 662 |
-
|
| 663 |
}
|
| 664 |
-
.x-
|
| 665 |
-
|
|
|
|
|
|
|
|
|
|
| 666 |
}
|
| 667 |
|
| 668 |
-
|
| 669 |
-
|
|
|
|
| 670 |
}
|
| 671 |
-
.x-
|
| 672 |
-
|
| 673 |
-
line-height:16px;
|
| 674 |
-
vertical-align:middle;
|
| 675 |
}
|
| 676 |
-
.
|
| 677 |
-
|
| 678 |
-
margin-bottom:-1px !important;
|
| 679 |
-
height:20px !important;
|
| 680 |
-
line-height:16px !important;
|
| 681 |
}
|
| 682 |
-
.
|
| 683 |
-
|
| 684 |
}
|
| 685 |
-
.
|
| 686 |
-
|
| 687 |
-
font:normal 12px arial, tahoma, helvetica, sans-serif;
|
| 688 |
}
|
| 689 |
-
.
|
| 690 |
-
|
| 691 |
-
line-height:16px;
|
| 692 |
}
|
| 693 |
-
.
|
| 694 |
-
|
| 695 |
}
|
| 696 |
|
| 697 |
-
.x-
|
| 698 |
-
|
| 699 |
-
line-height:16px;
|
| 700 |
-
vertical-align:middle;
|
| 701 |
}
|
| 702 |
-
.
|
| 703 |
-
|
|
|
|
| 704 |
}
|
| 705 |
-
.x-
|
| 706 |
-
|
|
|
|
|
|
|
| 707 |
}
|
| 708 |
-
|
| 709 |
-
|
| 710 |
-
|
| 711 |
-
|
| 712 |
-
|
| 713 |
-
|
| 714 |
-
|
| 715 |
-
|
|
|
|
| 716 |
}
|
| 717 |
-
.x-
|
| 718 |
-
|
| 719 |
-
|
| 720 |
-
|
| 721 |
-
line-height:0;
|
| 722 |
-
font-size:0;
|
| 723 |
}
|
| 724 |
-
|
| 725 |
-
|
| 726 |
-
|
| 727 |
-
|
| 728 |
-
|
| 729 |
-
|
| 730 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 731 |
}
|
| 732 |
|
| 733 |
-
.x-
|
| 734 |
-
|
| 735 |
-
|
| 736 |
-
|
| 737 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 738 |
overflow:hidden;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 739 |
zoom:1;
|
| 740 |
}
|
| 741 |
-
|
| 742 |
-
|
| 743 |
-
|
| 744 |
-
|
| 745 |
-
clear:none;
|
| 746 |
}
|
| 747 |
-
.x-
|
| 748 |
-
|
| 749 |
-
|
|
|
|
| 750 |
}
|
| 751 |
-
.x-
|
| 752 |
-
|
| 753 |
-
|
|
|
|
| 754 |
}
|
| 755 |
-
.x-
|
| 756 |
-
|
| 757 |
-
|
|
|
|
| 758 |
}
|
| 759 |
-
.x-
|
| 760 |
-
|
|
|
|
| 761 |
}
|
| 762 |
-
.x-
|
| 763 |
-
|
|
|
|
|
|
|
| 764 |
}
|
| 765 |
-
.x-
|
| 766 |
-
|
|
|
|
|
|
|
| 767 |
}
|
| 768 |
|
| 769 |
-
.x-
|
| 770 |
-
|
|
|
|
|
|
|
|
|
|
| 771 |
}
|
| 772 |
-
.x-
|
| 773 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 774 |
}
|
| 775 |
-
|
| 776 |
-
|
|
|
|
| 777 |
}
|
| 778 |
|
| 779 |
-
.x-form
|
| 780 |
-
background-
|
| 781 |
}
|
| 782 |
-
.x-form
|
| 783 |
-
background-
|
| 784 |
}
|
| 785 |
-
.x-form
|
| 786 |
-
background-
|
| 787 |
}
|
| 788 |
-
.x-form-invalid-
|
| 789 |
-
|
| 790 |
-
|
| 791 |
-
|
| 792 |
-
|
| 793 |
-
|
| 794 |
-
|
| 795 |
-
|
| 796 |
-
|
|
|
|
|
|
|
| 797 |
}
|
| 798 |
-
.x-
|
| 799 |
-
|
| 800 |
-
|
| 801 |
-
|
| 802 |
-
|
| 803 |
-
.
|
| 804 |
-
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
padding-left:3px;
|
| 808 |
-
padding-right:3px;
|
| 809 |
-
cursor:pointer;
|
| 810 |
-
margin:0;
|
| 811 |
-
overflow:visible;
|
| 812 |
-
width:auto;
|
| 813 |
-
-moz-outline:0 none;
|
| 814 |
-
outline:0 none;
|
| 815 |
-
}
|
| 816 |
-
* html .ext-ie .x-btn button {
|
| 817 |
-
width:1px;
|
| 818 |
-
}
|
| 819 |
-
.ext-gecko .x-btn button {
|
| 820 |
-
padding-left:0;
|
| 821 |
-
padding-right:0;
|
| 822 |
-
}
|
| 823 |
-
.ext-ie .x-btn button {
|
| 824 |
-
padding-top:2px;
|
| 825 |
-
}
|
| 826 |
-
|
| 827 |
-
|
| 828 |
-
.x-btn-icon .x-btn-center .x-btn-text{
|
| 829 |
-
background-position: center;
|
| 830 |
-
background-repeat: no-repeat;
|
| 831 |
-
height: 16px;
|
| 832 |
-
width: 16px;
|
| 833 |
-
cursor:pointer;
|
| 834 |
-
white-space: nowrap;
|
| 835 |
-
padding:0;
|
| 836 |
-
}
|
| 837 |
-
.x-btn-icon .x-btn-center{
|
| 838 |
-
padding:1px;
|
| 839 |
-
}
|
| 840 |
-
.x-btn em {
|
| 841 |
-
font-style:normal;
|
| 842 |
-
font-weight:normal;
|
| 843 |
-
}
|
| 844 |
-
|
| 845 |
-
|
| 846 |
-
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 847 |
-
background-position: 0 2px;
|
| 848 |
-
background-repeat: no-repeat;
|
| 849 |
-
padding-left:18px;
|
| 850 |
-
padding-top:3px;
|
| 851 |
-
padding-bottom:3px;
|
| 852 |
-
padding-right:0;
|
| 853 |
-
}
|
| 854 |
-
|
| 855 |
-
.x-btn-left, .x-btn-right{
|
| 856 |
-
font-size:1px;
|
| 857 |
-
line-height:1px;
|
| 858 |
-
}
|
| 859 |
-
.x-btn-left{
|
| 860 |
-
width:3px;
|
| 861 |
-
height:21px;
|
| 862 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 863 |
-
}
|
| 864 |
-
.x-btn-right{
|
| 865 |
-
width:3px;
|
| 866 |
-
height:21px;
|
| 867 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 868 |
-
}
|
| 869 |
-
.x-btn-left i, .x-btn-right i{
|
| 870 |
-
display:block;
|
| 871 |
-
width:3px;
|
| 872 |
-
overflow:hidden;
|
| 873 |
-
font-size:1px;
|
| 874 |
-
line-height:1px;
|
| 875 |
-
}
|
| 876 |
-
.x-btn-center{
|
| 877 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 878 |
-
vertical-align: middle;
|
| 879 |
-
text-align:center;
|
| 880 |
-
padding:0 5px;
|
| 881 |
-
cursor:pointer;
|
| 882 |
-
white-space:nowrap;
|
| 883 |
-
}
|
| 884 |
-
.x-btn-over .x-btn-left{
|
| 885 |
-
background-position:0 -63px;
|
| 886 |
-
}
|
| 887 |
-
.x-btn-over .x-btn-right{
|
| 888 |
-
background-position:0 -84px;
|
| 889 |
-
}
|
| 890 |
-
.x-btn-over .x-btn-center{
|
| 891 |
-
background-position:0 -105px;
|
| 892 |
-
}
|
| 893 |
-
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 894 |
-
background-position:0 -126px;
|
| 895 |
-
}
|
| 896 |
-
.x-btn-disabled *{
|
| 897 |
-
color:gray !important;
|
| 898 |
-
cursor:default !important;
|
| 899 |
-
}
|
| 900 |
-
.x-btn-menu-text-wrap .x-btn-center {
|
| 901 |
-
padding:0 3px;
|
| 902 |
-
}
|
| 903 |
-
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 904 |
-
padding:0 1px;
|
| 905 |
-
}
|
| 906 |
-
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 907 |
-
padding:0;
|
| 908 |
-
}
|
| 909 |
-
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 910 |
-
width:12px !important;
|
| 911 |
-
height:21px;
|
| 912 |
-
padding:0 !important;
|
| 913 |
-
display:block;
|
| 914 |
-
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 915 |
-
}
|
| 916 |
-
.x-btn-with-menu .x-btn-center {
|
| 917 |
-
padding-right:2px !important;
|
| 918 |
-
}
|
| 919 |
-
.x-btn-with-menu .x-btn-center em {
|
| 920 |
-
display:block;
|
| 921 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 922 |
-
padding-right:10px;
|
| 923 |
-
}
|
| 924 |
-
|
| 925 |
-
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 926 |
-
display:block;
|
| 927 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 928 |
-
padding-right:10px;
|
| 929 |
-
}
|
| 930 |
-
.x-toolbar{
|
| 931 |
-
border-top: 1px solid #eaf0f7;
|
| 932 |
-
border-bottom: 1px solid #a9bfd3;
|
| 933 |
-
display: block;
|
| 934 |
-
padding:2px;
|
| 935 |
-
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 936 |
-
}
|
| 937 |
-
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 938 |
-
opacity: .35;
|
| 939 |
-
-moz-opacity: .35;
|
| 940 |
-
filter: alpha(opacity=35);
|
| 941 |
-
}
|
| 942 |
-
.x-toolbar td {
|
| 943 |
-
vertical-align:middle;
|
| 944 |
-
}
|
| 945 |
-
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 946 |
-
border: 0 none;
|
| 947 |
-
background: url(../images/default/grid/mso-hd.gif);
|
| 948 |
-
}
|
| 949 |
-
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
|
| 950 |
-
white-space: nowrap;
|
| 951 |
-
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 952 |
-
}
|
| 953 |
-
.x-toolbar .x-item-disabled {
|
| 954 |
-
color:gray;
|
| 955 |
-
cursor:default;
|
| 956 |
-
opacity:.6;
|
| 957 |
-
-moz-opacity:.6;
|
| 958 |
-
filter:alpha(opacity=60);
|
| 959 |
-
}
|
| 960 |
-
.x-toolbar .x-item-disabled * {
|
| 961 |
-
color:gray;
|
| 962 |
-
cursor:default;
|
| 963 |
-
}
|
| 964 |
-
.x-toolbar .x-btn-left{
|
| 965 |
-
background:none;
|
| 966 |
-
}
|
| 967 |
-
.x-toolbar .x-btn-right{
|
| 968 |
-
background:none;
|
| 969 |
-
}
|
| 970 |
-
.x-toolbar .x-btn-center{
|
| 971 |
-
background:none;
|
| 972 |
-
padding:0 0;
|
| 973 |
-
}
|
| 974 |
-
|
| 975 |
-
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 976 |
-
padding-right:2px;
|
| 977 |
-
}
|
| 978 |
-
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 979 |
-
padding-right:0;
|
| 980 |
-
}
|
| 981 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 982 |
-
padding:0 2px;
|
| 983 |
-
}
|
| 984 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 985 |
-
width:12px;
|
| 986 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 987 |
-
}
|
| 988 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 989 |
-
width:12px;
|
| 990 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 991 |
-
}
|
| 992 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 993 |
-
background-position: 0 -47px;
|
| 994 |
-
}
|
| 995 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 996 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 997 |
-
}
|
| 998 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 999 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 1000 |
-
}
|
| 1001 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 1002 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 1003 |
-
}
|
| 1004 |
-
|
| 1005 |
-
.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{
|
| 1006 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 1007 |
-
}
|
| 1008 |
-
.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{
|
| 1009 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 1010 |
-
}
|
| 1011 |
-
.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{
|
| 1012 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 1013 |
-
}
|
| 1014 |
-
|
| 1015 |
-
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 1016 |
-
padding-right:8px;
|
| 1017 |
-
}
|
| 1018 |
-
|
| 1019 |
-
.x-toolbar .ytb-text{
|
| 1020 |
-
padding:2px;
|
| 1021 |
-
}
|
| 1022 |
-
.x-toolbar .ytb-sep {
|
| 1023 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 1024 |
-
background-position: center;
|
| 1025 |
-
background-repeat: no-repeat;
|
| 1026 |
-
display: block;
|
| 1027 |
-
font-size: 1px;
|
| 1028 |
-
height: 16px;
|
| 1029 |
-
width:4px;
|
| 1030 |
-
overflow: hidden;
|
| 1031 |
-
cursor:default;
|
| 1032 |
-
margin: 0 2px 0;
|
| 1033 |
-
border:0;
|
| 1034 |
-
}
|
| 1035 |
-
.x-toolbar .ytb-spacer {
|
| 1036 |
-
width:2px;
|
| 1037 |
-
}
|
| 1038 |
-
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 1039 |
-
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 1040 |
-
}
|
| 1041 |
-
|
| 1042 |
-
|
| 1043 |
-
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 1044 |
-
padding-bottom:1px;
|
| 1045 |
-
}
|
| 1046 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 1047 |
-
top:1px;
|
| 1048 |
-
}
|
| 1049 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 1050 |
-
margin-top:1px;
|
| 1051 |
-
}
|
| 1052 |
-
|
| 1053 |
-
|
| 1054 |
-
|
| 1055 |
-
.x-grid-page-number{
|
| 1056 |
-
width:24px;
|
| 1057 |
-
height:14px;
|
| 1058 |
-
}
|
| 1059 |
-
.x-grid-page-first .x-btn-text{
|
| 1060 |
-
background-image: url(../images/default/grid/page-first.gif);
|
| 1061 |
-
}
|
| 1062 |
-
.x-grid-loading .x-btn-text{
|
| 1063 |
-
background-image: url(../images/default/grid/done.gif);
|
| 1064 |
-
}
|
| 1065 |
-
.x-grid-page-last .x-btn-text{
|
| 1066 |
-
background-image: url(../images/default/grid/page-last.gif);
|
| 1067 |
-
}
|
| 1068 |
-
.x-grid-page-next .x-btn-text{
|
| 1069 |
-
background-image: url(../images/default/grid/page-next.gif);
|
| 1070 |
-
}
|
| 1071 |
-
.x-grid-page-prev .x-btn-text{
|
| 1072 |
-
background-image: url(../images/default/grid/page-prev.gif);
|
| 1073 |
-
}
|
| 1074 |
-
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 1075 |
-
background-image: url(../images/default/grid/loading.gif);
|
| 1076 |
-
}
|
| 1077 |
-
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 1078 |
-
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 1079 |
-
}
|
| 1080 |
-
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 1081 |
-
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 1082 |
-
}
|
| 1083 |
-
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 1084 |
-
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 1085 |
-
}
|
| 1086 |
-
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 1087 |
-
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 1088 |
-
}
|
| 1089 |
-
.x-paging-info {
|
| 1090 |
-
position:absolute;
|
| 1091 |
-
top:8px;
|
| 1092 |
-
right: 8px;
|
| 1093 |
-
color:#15428b;
|
| 1094 |
-
}
|
| 1095 |
-
|
| 1096 |
-
.x-resizable-handle {
|
| 1097 |
-
position:absolute;
|
| 1098 |
-
z-index:100;
|
| 1099 |
-
|
| 1100 |
-
font-size:1px;
|
| 1101 |
-
line-height:6px;
|
| 1102 |
-
overflow:hidden;
|
| 1103 |
-
background:white;
|
| 1104 |
-
filter:alpha(opacity=0);
|
| 1105 |
-
opacity:0;
|
| 1106 |
-
zoom:1;
|
| 1107 |
-
}
|
| 1108 |
-
.x-resizable-handle-east{
|
| 1109 |
-
width:6px;
|
| 1110 |
-
cursor:e-resize;
|
| 1111 |
-
right:0;
|
| 1112 |
-
top:0;
|
| 1113 |
-
height:100%;
|
| 1114 |
-
}
|
| 1115 |
-
.ext-ie .x-resizable-handle-east {
|
| 1116 |
-
margin-right:-1px;
|
| 1117 |
-
}
|
| 1118 |
-
.x-resizable-handle-south{
|
| 1119 |
-
width:100%;
|
| 1120 |
-
cursor:s-resize;
|
| 1121 |
-
left:0;
|
| 1122 |
-
bottom:0;
|
| 1123 |
-
height:6px;
|
| 1124 |
-
}
|
| 1125 |
-
.ext-ie .x-resizable-handle-south {
|
| 1126 |
-
margin-bottom:-1px;
|
| 1127 |
-
}
|
| 1128 |
-
.x-resizable-handle-west{
|
| 1129 |
-
width:6px;
|
| 1130 |
-
cursor:w-resize;
|
| 1131 |
-
left:0;
|
| 1132 |
-
top:0;
|
| 1133 |
-
height:100%;
|
| 1134 |
-
}
|
| 1135 |
-
.x-resizable-handle-north{
|
| 1136 |
-
width:100%;
|
| 1137 |
-
cursor:n-resize;
|
| 1138 |
-
left:0;
|
| 1139 |
-
top:0;
|
| 1140 |
-
height:6px;
|
| 1141 |
-
}
|
| 1142 |
-
.x-resizable-handle-southeast{
|
| 1143 |
-
width:6px;
|
| 1144 |
-
cursor:se-resize;
|
| 1145 |
-
right:0;
|
| 1146 |
-
bottom:0;
|
| 1147 |
-
height:6px;
|
| 1148 |
-
z-index:101;
|
| 1149 |
-
}
|
| 1150 |
-
.x-resizable-handle-northwest{
|
| 1151 |
-
width:6px;
|
| 1152 |
-
cursor:nw-resize;
|
| 1153 |
-
left:0;
|
| 1154 |
-
top:0;
|
| 1155 |
-
height:6px;
|
| 1156 |
-
z-index:101;
|
| 1157 |
-
}
|
| 1158 |
-
.x-resizable-handle-northeast{
|
| 1159 |
-
width:6px;
|
| 1160 |
-
cursor:ne-resize;
|
| 1161 |
-
right:0;
|
| 1162 |
-
top:0;
|
| 1163 |
-
height:6px;
|
| 1164 |
-
z-index:101;
|
| 1165 |
-
}
|
| 1166 |
-
.x-resizable-handle-southwest{
|
| 1167 |
-
width:6px;
|
| 1168 |
-
cursor:sw-resize;
|
| 1169 |
-
left:0;
|
| 1170 |
-
bottom:0;
|
| 1171 |
-
height:6px;
|
| 1172 |
-
z-index:101;
|
| 1173 |
-
}
|
| 1174 |
-
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 1175 |
-
filter:alpha(opacity=100);
|
| 1176 |
-
opacity:1;
|
| 1177 |
-
}
|
| 1178 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 1179 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 1180 |
-
background-position: left;
|
| 1181 |
-
}
|
| 1182 |
-
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 1183 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 1184 |
-
background-position: left;
|
| 1185 |
-
}
|
| 1186 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 1187 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 1188 |
-
background-position: top;
|
| 1189 |
-
}
|
| 1190 |
-
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 1191 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 1192 |
-
background-position: top;
|
| 1193 |
-
}
|
| 1194 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 1195 |
-
background:url(../images/default/sizer/se-handle.gif);
|
| 1196 |
-
background-position: top left;
|
| 1197 |
-
}
|
| 1198 |
-
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 1199 |
-
background:url(../images/default/sizer/nw-handle.gif);
|
| 1200 |
-
background-position:bottom right;
|
| 1201 |
-
}
|
| 1202 |
-
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 1203 |
-
background:url(../images/default/sizer/ne-handle.gif);
|
| 1204 |
-
background-position: bottom left;
|
| 1205 |
-
}
|
| 1206 |
-
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 1207 |
-
background:url(../images/default/sizer/sw-handle.gif);
|
| 1208 |
-
background-position: top right;
|
| 1209 |
-
}
|
| 1210 |
-
.x-resizable-proxy{
|
| 1211 |
-
border: 1px dashed #6593cf;
|
| 1212 |
-
position:absolute;
|
| 1213 |
-
overflow:hidden;
|
| 1214 |
-
display:none;
|
| 1215 |
-
left:0;top:0;
|
| 1216 |
-
z-index:50000;
|
| 1217 |
-
}
|
| 1218 |
-
.x-resizable-overlay{
|
| 1219 |
-
width:100%;
|
| 1220 |
-
height:100%;
|
| 1221 |
-
display:none;
|
| 1222 |
-
position:absolute;
|
| 1223 |
-
left:0;
|
| 1224 |
-
top:0;
|
| 1225 |
-
background:white;
|
| 1226 |
-
z-index:200000;
|
| 1227 |
-
-moz-opacity: 0;
|
| 1228 |
-
opacity:0;
|
| 1229 |
-
filter: alpha(opacity=0);
|
| 1230 |
-
}
|
| 1231 |
-
|
| 1232 |
-
|
| 1233 |
-
.x-grid3 {
|
| 1234 |
-
position:relative;
|
| 1235 |
-
overflow:hidden;
|
| 1236 |
-
background-color:#fff;
|
| 1237 |
-
}
|
| 1238 |
-
.ext-ie .x-grid3 table {
|
| 1239 |
-
table-layout:fixed;
|
| 1240 |
-
}
|
| 1241 |
-
.x-grid3-viewport{
|
| 1242 |
-
overflow:hidden;
|
| 1243 |
-
}
|
| 1244 |
-
.x-grid3-hd-row td, .x-grid3-row td{
|
| 1245 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 1246 |
-
-moz-outline: none;
|
| 1247 |
-
-moz-user-focus: normal;
|
| 1248 |
-
}
|
| 1249 |
-
.x-grid3-row td {
|
| 1250 |
-
line-height:13px;
|
| 1251 |
-
vertical-align: top;
|
| 1252 |
-
padding-left:1px;
|
| 1253 |
-
padding-right:1px;
|
| 1254 |
-
-moz-user-select: none;
|
| 1255 |
-
}
|
| 1256 |
-
.x-grid3-hd-row td {
|
| 1257 |
-
line-height:15px;
|
| 1258 |
-
vertical-align:middle;
|
| 1259 |
-
border-left:1px solid #eee;
|
| 1260 |
-
border-right:1px solid #d0d0d0;
|
| 1261 |
-
}
|
| 1262 |
-
|
| 1263 |
-
.x-grid3-hd-row .x-grid3-marker-hd {
|
| 1264 |
-
padding:3px;
|
| 1265 |
-
}
|
| 1266 |
-
|
| 1267 |
-
.x-grid3-row .x-grid3-marker {
|
| 1268 |
-
padding:3px;
|
| 1269 |
-
}
|
| 1270 |
-
|
| 1271 |
-
.x-grid3-cell-inner, .x-grid3-hd-inner{
|
| 1272 |
-
overflow:hidden;
|
| 1273 |
-
-o-text-overflow: ellipsis;
|
| 1274 |
-
text-overflow: ellipsis;
|
| 1275 |
-
padding:3px 3px 3px 5px;
|
| 1276 |
-
white-space: nowrap;
|
| 1277 |
-
}
|
| 1278 |
-
|
| 1279 |
-
.x-grid3-hd-inner {
|
| 1280 |
-
position:relative;
|
| 1281 |
-
cursor:inherit;
|
| 1282 |
-
padding:4px 3px 4px 5px;
|
| 1283 |
-
}
|
| 1284 |
-
|
| 1285 |
-
.x-grid3-row-body {
|
| 1286 |
-
white-space:normal;
|
| 1287 |
-
}
|
| 1288 |
-
|
| 1289 |
-
|
| 1290 |
-
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
|
| 1291 |
-
width:100%;
|
| 1292 |
-
}
|
| 1293 |
-
|
| 1294 |
-
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
|
| 1295 |
-
width:auto;
|
| 1296 |
-
}
|
| 1297 |
-
|
| 1298 |
-
.x-grid3-col {
|
| 1299 |
-
|
| 1300 |
-
}
|
| 1301 |
-
|
| 1302 |
-
.x-grid3-row {
|
| 1303 |
-
cursor: default;
|
| 1304 |
-
border:1px solid #ededed;
|
| 1305 |
-
border-top-color:#fff;
|
| 1306 |
-
|
| 1307 |
-
width:100%;
|
| 1308 |
-
}
|
| 1309 |
-
.x-grid3-row-alt{
|
| 1310 |
-
|
| 1311 |
-
}
|
| 1312 |
-
|
| 1313 |
-
.x-grid3-row-over {
|
| 1314 |
-
border:1px solid #dddddd;
|
| 1315 |
-
background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
|
| 1316 |
-
}
|
| 1317 |
-
|
| 1318 |
-
.x-grid3-resize-proxy {
|
| 1319 |
-
width:3px;
|
| 1320 |
-
background-color:#cccccc;
|
| 1321 |
-
cursor: e-resize;
|
| 1322 |
-
cursor: col-resize;
|
| 1323 |
-
position:absolute;
|
| 1324 |
-
top:0;
|
| 1325 |
-
height:100px;
|
| 1326 |
-
overflow:hidden;
|
| 1327 |
-
visibility:hidden;
|
| 1328 |
-
border:0 none;
|
| 1329 |
-
z-index:7;
|
| 1330 |
-
}
|
| 1331 |
-
.x-grid3-focus {
|
| 1332 |
-
position:absolute;
|
| 1333 |
-
top:0;
|
| 1334 |
-
-moz-outline:0 none;
|
| 1335 |
-
outline:0 none;
|
| 1336 |
-
-moz-user-select: normal;
|
| 1337 |
-
-khtml-user-select: normal;
|
| 1338 |
-
}
|
| 1339 |
-
|
| 1340 |
-
|
| 1341 |
-
.x-grid3-header{
|
| 1342 |
-
background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
| 1343 |
-
cursor:default;
|
| 1344 |
-
zoom:1;
|
| 1345 |
-
padding:1px 0 0 0;
|
| 1346 |
-
}
|
| 1347 |
-
|
| 1348 |
-
.x-grid3-header-pop {
|
| 1349 |
-
border-left:1px solid #d0d0d0;
|
| 1350 |
-
float:right;
|
| 1351 |
-
clear:none;
|
| 1352 |
-
}
|
| 1353 |
-
.x-grid3-header-pop-inner {
|
| 1354 |
-
border-left:1px solid #eee;
|
| 1355 |
-
width:14px;
|
| 1356 |
-
height:19px;
|
| 1357 |
-
background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
|
| 1358 |
-
}
|
| 1359 |
-
.ext-ie .x-grid3-header-pop-inner {
|
| 1360 |
-
width:15px;
|
| 1361 |
-
}
|
| 1362 |
-
.ext-strict .x-grid3-header-pop-inner {
|
| 1363 |
-
width:14px;
|
| 1364 |
-
}
|
| 1365 |
-
.x-grid3-header-inner {
|
| 1366 |
-
overflow:hidden;
|
| 1367 |
-
zoom:1;
|
| 1368 |
-
float:left;
|
| 1369 |
-
}
|
| 1370 |
-
.x-grid3-header-offset {
|
| 1371 |
-
padding-left:1px;
|
| 1372 |
-
width:10000px;
|
| 1373 |
-
}
|
| 1374 |
-
|
| 1375 |
-
|
| 1376 |
-
|
| 1377 |
-
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
|
| 1378 |
-
border-left:1px solid #aaccf6;
|
| 1379 |
-
border-right:1px solid #aaccf6;
|
| 1380 |
-
}
|
| 1381 |
-
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
|
| 1382 |
-
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 1383 |
-
|
| 1384 |
-
}
|
| 1385 |
-
.x-grid3-sort-icon{
|
| 1386 |
-
background-repeat: no-repeat;
|
| 1387 |
-
display: none;
|
| 1388 |
-
height: 4px;
|
| 1389 |
-
width: 13px;
|
| 1390 |
-
margin-left:3px;
|
| 1391 |
-
vertical-align: middle;
|
| 1392 |
-
}
|
| 1393 |
-
.sort-asc .x-grid3-sort-icon {
|
| 1394 |
-
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 1395 |
-
display: inline;
|
| 1396 |
-
}
|
| 1397 |
-
.sort-desc .x-grid3-sort-icon {
|
| 1398 |
-
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 1399 |
-
display: inline;
|
| 1400 |
-
}
|
| 1401 |
-
|
| 1402 |
-
|
| 1403 |
-
.x-grid3-body {
|
| 1404 |
-
overflow:auto;
|
| 1405 |
-
}
|
| 1406 |
-
.x-grid3-body-inner {
|
| 1407 |
-
overflow:auto;
|
| 1408 |
-
}
|
| 1409 |
-
.x-grid3-cell-text, .x-grid3-hd-text {
|
| 1410 |
-
display: block;
|
| 1411 |
-
padding: 3px 5px 3px 5px;
|
| 1412 |
-
-moz-user-select: none;
|
| 1413 |
-
-khtml-user-select: none;
|
| 1414 |
-
color:black;
|
| 1415 |
-
}
|
| 1416 |
-
.x-grid3-split {
|
| 1417 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 1418 |
-
background-position: center;
|
| 1419 |
-
background-repeat: no-repeat;
|
| 1420 |
-
cursor: e-resize;
|
| 1421 |
-
cursor: col-resize;
|
| 1422 |
-
display: block;
|
| 1423 |
-
font-size: 1px;
|
| 1424 |
-
height: 16px;
|
| 1425 |
-
overflow: hidden;
|
| 1426 |
-
position: absolute;
|
| 1427 |
-
top: 2px;
|
| 1428 |
-
width: 6px;
|
| 1429 |
-
z-index: 3;
|
| 1430 |
-
}
|
| 1431 |
-
|
| 1432 |
-
.x-grid3-hd-text {
|
| 1433 |
-
color:#15428b;
|
| 1434 |
-
}
|
| 1435 |
-
|
| 1436 |
-
.x-dd-drag-proxy .x-grid3-hd-inner{
|
| 1437 |
-
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 1438 |
-
width:120px;
|
| 1439 |
-
padding:3px;
|
| 1440 |
-
border:1px solid #aaccf6;
|
| 1441 |
-
overflow:hidden;
|
| 1442 |
-
}
|
| 1443 |
-
|
| 1444 |
-
.col-move-top, .col-move-bottom{
|
| 1445 |
-
width:9px;
|
| 1446 |
-
height:9px;
|
| 1447 |
-
position:absolute;
|
| 1448 |
-
top:0;
|
| 1449 |
-
line-height:1px;
|
| 1450 |
-
font-size:1px;
|
| 1451 |
-
overflow:hidden;
|
| 1452 |
-
visibility:hidden;
|
| 1453 |
-
z-index:20000;
|
| 1454 |
-
}
|
| 1455 |
-
.col-move-top{
|
| 1456 |
-
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 1457 |
-
}
|
| 1458 |
-
.col-move-bottom{
|
| 1459 |
-
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 1460 |
-
}
|
| 1461 |
-
|
| 1462 |
-
|
| 1463 |
-
.x-grid3-row-selected {
|
| 1464 |
-
background: #d9e8fb url(../images/default/grid/row-sel.gif) repeat-x left top;
|
| 1465 |
-
border:1px solid #99bbe8;
|
| 1466 |
-
}
|
| 1467 |
-
.x-grid3-row-selected span, .x-grid3-row-selected b, .x-grid3-row-selected div, .x-grid3-row-selected strong, .x-grid3-row-selected i{
|
| 1468 |
-
|
| 1469 |
-
}
|
| 1470 |
-
.x-grid3-cell-selected{
|
| 1471 |
-
background-color: #316ac5 !important;
|
| 1472 |
-
color: white;
|
| 1473 |
-
}
|
| 1474 |
-
.x-grid3-cell-selected span{
|
| 1475 |
-
color: white !important;
|
| 1476 |
-
}
|
| 1477 |
-
.x-grid3-cell-selected .x-grid3-cell-text{
|
| 1478 |
-
color: white;
|
| 1479 |
-
}
|
| 1480 |
-
|
| 1481 |
-
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
|
| 1482 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 1483 |
-
vertical-align:middle !important;
|
| 1484 |
-
color:black;
|
| 1485 |
-
padding:0;
|
| 1486 |
-
border-top:1px solid white;
|
| 1487 |
-
border-bottom:none !important;
|
| 1488 |
-
border-right:1px solid #6fa0df !important;
|
| 1489 |
-
text-align:center;
|
| 1490 |
-
}
|
| 1491 |
-
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
|
| 1492 |
-
padding:0 4px;
|
| 1493 |
-
color:#15428b !important;
|
| 1494 |
-
text-align:center;
|
| 1495 |
-
}
|
| 1496 |
-
|
| 1497 |
-
|
| 1498 |
-
.x-grid3-dirty-cell {
|
| 1499 |
-
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 1500 |
-
}
|
| 1501 |
-
|
| 1502 |
-
|
| 1503 |
-
.x-grid3-topbar, .x-grid3-bottombar{
|
| 1504 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 1505 |
-
overflow:hidden;
|
| 1506 |
-
display:none;
|
| 1507 |
-
zoom:1;
|
| 1508 |
-
position:relative;
|
| 1509 |
-
}
|
| 1510 |
-
.x-grid3-topbar .x-toolbar{
|
| 1511 |
-
border-right:0 none;
|
| 1512 |
-
}
|
| 1513 |
-
.x-grid3-bottombar .x-toolbar{
|
| 1514 |
-
border-right:0 none;
|
| 1515 |
-
border-bottom:0 none;
|
| 1516 |
-
border-top:1px solid #a9bfd3;
|
| 1517 |
-
}
|
| 1518 |
-
|
| 1519 |
-
.x-props-grid .x-grid3-cell-selected .x-grid3-cell-text{
|
| 1520 |
-
background-color: #316ac5 !important;
|
| 1521 |
-
}
|
| 1522 |
-
.x-props-grid .x-grid3-col-value .x-grid3-cell-text{
|
| 1523 |
-
background-color: white;
|
| 1524 |
-
}
|
| 1525 |
-
.x-props-grid .x-grid3-col-name{
|
| 1526 |
-
background-color: #c3daf9;
|
| 1527 |
-
}
|
| 1528 |
-
.x-props-grid .x-grid3-col-name .x-grid3-cell-text{
|
| 1529 |
-
background-color: white;
|
| 1530 |
-
margin-left:10px;
|
| 1531 |
-
}
|
| 1532 |
-
.x-props-grid .x-grid3-split-value {
|
| 1533 |
-
visibility:hidden;
|
| 1534 |
-
}
|
| 1535 |
-
|
| 1536 |
-
|
| 1537 |
-
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 1538 |
-
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 1539 |
-
}
|
| 1540 |
-
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 1541 |
-
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 1542 |
-
}
|
| 1543 |
-
.xg-hmenu-lock .x-menu-item-icon{
|
| 1544 |
-
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 1545 |
-
}
|
| 1546 |
-
.xg-hmenu-unlock .x-menu-item-icon{
|
| 1547 |
-
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 1548 |
-
}
|
| 1549 |
-
|
| 1550 |
-
|
| 1551 |
-
.x-grid3-col-dd {
|
| 1552 |
-
border:0 none;
|
| 1553 |
-
padding:0;
|
| 1554 |
-
background:transparent;
|
| 1555 |
-
}
|
| 1556 |
-
|
| 1557 |
-
.x-dd-drag-ghost .x-grid3-dd-wrap {
|
| 1558 |
-
padding:1px 3px 3px 1px;
|
| 1559 |
-
}
|
| 1560 |
-
|
| 1561 |
-
.x-grid3-hd-btn {
|
| 1562 |
-
display:none;
|
| 1563 |
-
position:absolute;
|
| 1564 |
-
width:14px;
|
| 1565 |
-
background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
|
| 1566 |
-
right:0;
|
| 1567 |
-
top:0;
|
| 1568 |
-
z-index:2;
|
| 1569 |
-
cursor:pointer;
|
| 1570 |
-
}
|
| 1571 |
-
|
| 1572 |
-
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
|
| 1573 |
-
display:block;
|
| 1574 |
-
}
|
| 1575 |
-
|
| 1576 |
-
a.x-grid3-hd-btn:hover {
|
| 1577 |
-
background-position:-14px center;
|
| 1578 |
-
}
|
| 1579 |
-
|
| 1580 |
-
|
| 1581 |
-
|
| 1582 |
-
.x-grid3-body .x-grid3-td-expander {
|
| 1583 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1584 |
-
}
|
| 1585 |
-
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
|
| 1586 |
-
padding:0 !important;
|
| 1587 |
-
height:100%;
|
| 1588 |
-
}
|
| 1589 |
-
.x-grid3-row-expander {
|
| 1590 |
-
width:100%;
|
| 1591 |
-
height:18px;
|
| 1592 |
-
background-position:4px 2px;
|
| 1593 |
-
background-repeat:no-repeat;
|
| 1594 |
-
background-color:transparent;
|
| 1595 |
-
background-image:url(../images/default/grid/row-expand-sprite.gif);
|
| 1596 |
-
}
|
| 1597 |
-
.x-grid3-row-collapsed .x-grid3-row-expander {
|
| 1598 |
-
background-position:4px 2px;
|
| 1599 |
-
}
|
| 1600 |
-
.x-grid3-row-expanded .x-grid3-row-expander {
|
| 1601 |
-
background-position:-21px 2px;
|
| 1602 |
-
}
|
| 1603 |
-
.x-grid3-row-collapsed .x-grid3-row-body {
|
| 1604 |
-
display:none !important;
|
| 1605 |
-
}
|
| 1606 |
-
.x-grid3-row-expanded .x-grid3-row-body {
|
| 1607 |
-
display:block !important;
|
| 1608 |
-
}
|
| 1609 |
-
|
| 1610 |
-
|
| 1611 |
-
|
| 1612 |
-
.x-grid3-body .x-grid3-td-checker {
|
| 1613 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1614 |
-
}
|
| 1615 |
-
|
| 1616 |
-
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
|
| 1617 |
-
padding:0 !important;
|
| 1618 |
-
height:100%;
|
| 1619 |
-
}
|
| 1620 |
-
|
| 1621 |
-
.x-grid3-row-checker, .x-grid3-hd-checker {
|
| 1622 |
-
width:100%;
|
| 1623 |
-
height:18px;
|
| 1624 |
-
background-position:2px 2px;
|
| 1625 |
-
background-repeat:no-repeat;
|
| 1626 |
-
background-color:transparent;
|
| 1627 |
-
background-image:url(../images/default/grid/row-check-sprite.gif);
|
| 1628 |
-
}
|
| 1629 |
-
.x-grid3-row .x-grid3-row-checker {
|
| 1630 |
-
background-position:2px 2px;
|
| 1631 |
-
}
|
| 1632 |
-
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 1633 |
-
background-position:-23px 2px;
|
| 1634 |
-
}
|
| 1635 |
-
.x-grid3-hd-checker {
|
| 1636 |
-
background-position:2px 3px;
|
| 1637 |
-
}
|
| 1638 |
-
.x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 1639 |
-
background-position:-23px 3px;
|
| 1640 |
-
}
|
| 1641 |
-
|
| 1642 |
-
|
| 1643 |
-
|
| 1644 |
-
.x-grid3-body .x-grid3-td-numberer {
|
| 1645 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1646 |
-
}
|
| 1647 |
-
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
|
| 1648 |
-
padding:3px 5px 0 0 !important;
|
| 1649 |
-
text-align:right;
|
| 1650 |
-
color:#444;
|
| 1651 |
-
}
|
| 1652 |
-
|
| 1653 |
-
|
| 1654 |
-
|
| 1655 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
|
| 1656 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
|
| 1657 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
|
| 1658 |
-
background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
|
| 1659 |
-
}
|
| 1660 |
-
|
| 1661 |
-
|
| 1662 |
-
.x-layout-container{
|
| 1663 |
-
width:100%;
|
| 1664 |
-
height:100%;
|
| 1665 |
-
overflow:hidden;
|
| 1666 |
-
background-color:#c3daf9;
|
| 1667 |
-
}
|
| 1668 |
-
.x-layout-container .x-layout-tabs-body{
|
| 1669 |
-
border:0 none;
|
| 1670 |
-
}
|
| 1671 |
-
.x-layout-collapsed{
|
| 1672 |
-
position:absolute;
|
| 1673 |
-
left:-10000px;
|
| 1674 |
-
top:-10000px;
|
| 1675 |
-
visibility:hidden;
|
| 1676 |
-
background-color:#c3daf9;
|
| 1677 |
-
width:20px;
|
| 1678 |
-
height:20px;
|
| 1679 |
-
overflow:hidden;
|
| 1680 |
-
border:1px solid #98c0f4;
|
| 1681 |
-
z-index:20;
|
| 1682 |
-
}
|
| 1683 |
-
.ext-border-box .x-layout-collapsed{
|
| 1684 |
-
width:22px;
|
| 1685 |
-
height:22px;
|
| 1686 |
-
}
|
| 1687 |
-
.x-layout-collapsed-over{
|
| 1688 |
-
cursor:pointer;
|
| 1689 |
-
background-color:#d9e8fb;
|
| 1690 |
-
}
|
| 1691 |
-
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 1692 |
-
position:absolute;
|
| 1693 |
-
top:0;
|
| 1694 |
-
left:0;
|
| 1695 |
-
width:20px;
|
| 1696 |
-
height:20px;
|
| 1697 |
-
}
|
| 1698 |
-
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 1699 |
-
position:absolute;
|
| 1700 |
-
top:0;
|
| 1701 |
-
right:0;
|
| 1702 |
-
width:20px;
|
| 1703 |
-
height:20px;
|
| 1704 |
-
}
|
| 1705 |
-
.x-layout-collapsed .x-layout-tools-button{
|
| 1706 |
-
margin:0;
|
| 1707 |
-
}
|
| 1708 |
-
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 1709 |
-
width:16px;
|
| 1710 |
-
height:16px;
|
| 1711 |
-
}
|
| 1712 |
-
.x-layout-inactive-content{
|
| 1713 |
-
position:absolute;
|
| 1714 |
-
left:-10000px;
|
| 1715 |
-
top:-10000px;
|
| 1716 |
-
visibility:hidden;
|
| 1717 |
-
}
|
| 1718 |
-
.x-layout-active-content{
|
| 1719 |
-
visibility:visible;
|
| 1720 |
-
}
|
| 1721 |
-
.x-layout-panel{
|
| 1722 |
-
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 1723 |
-
}
|
| 1724 |
-
.x-layout-panel-east, .x-layout-panel-west {
|
| 1725 |
-
z-index:10;
|
| 1726 |
-
}
|
| 1727 |
-
.x-layout-panel-north, .x-layout-panel-south {
|
| 1728 |
-
z-index:11;
|
| 1729 |
-
}
|
| 1730 |
-
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 1731 |
-
z-index:12;
|
| 1732 |
-
}
|
| 1733 |
-
.x-layout-panel-body{
|
| 1734 |
-
overflow:hidden;
|
| 1735 |
-
}
|
| 1736 |
-
.x-layout-grid-wrapper{
|
| 1737 |
-
|
| 1738 |
-
}
|
| 1739 |
-
.x-layout-split{
|
| 1740 |
-
position:absolute;
|
| 1741 |
-
height:5px;
|
| 1742 |
-
width:5px;
|
| 1743 |
-
line-height:1px;
|
| 1744 |
-
font-size:1px;
|
| 1745 |
-
z-index:3;
|
| 1746 |
-
background-color:#c3daf9;
|
| 1747 |
-
}
|
| 1748 |
-
.x-layout-panel-hd{
|
| 1749 |
-
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 1750 |
-
color: black;
|
| 1751 |
-
border-bottom:1px solid #98c0f4;
|
| 1752 |
-
position:relative;
|
| 1753 |
-
}
|
| 1754 |
-
.x-layout-panel-hd-text{
|
| 1755 |
-
font:normal 11px tahoma, verdana, helvetica;
|
| 1756 |
-
padding: 4px;
|
| 1757 |
-
padding-left: 4px;
|
| 1758 |
-
display:block;
|
| 1759 |
-
white-space:nowrap;
|
| 1760 |
-
}
|
| 1761 |
-
.x-layout-panel-hd-tools{
|
| 1762 |
-
position:absolute;
|
| 1763 |
-
right:0;
|
| 1764 |
-
top:0;
|
| 1765 |
-
text-align:right;
|
| 1766 |
-
padding-top:2px;
|
| 1767 |
-
padding-right:2px;
|
| 1768 |
-
width:60px;
|
| 1769 |
-
}
|
| 1770 |
-
.x-layout-tools-button{
|
| 1771 |
-
z-index:6;
|
| 1772 |
-
padding:2px;
|
| 1773 |
-
cursor:pointer;
|
| 1774 |
-
float:right;
|
| 1775 |
-
}
|
| 1776 |
-
.x-layout-tools-button-over{
|
| 1777 |
-
padding:1px;
|
| 1778 |
-
border:1px solid #98c0f4;
|
| 1779 |
-
background-color:white;
|
| 1780 |
-
}
|
| 1781 |
-
.x-layout-tools-button-inner{
|
| 1782 |
-
height:12px;
|
| 1783 |
-
width:12px;
|
| 1784 |
-
line-height:1px;
|
| 1785 |
-
font-size:1px;
|
| 1786 |
-
background-repeat:no-repeat;
|
| 1787 |
-
background-position:center;
|
| 1788 |
-
}
|
| 1789 |
-
.x-layout-close{
|
| 1790 |
-
background-image:url(../images/default/layout/panel-close.gif);
|
| 1791 |
-
}
|
| 1792 |
-
.x-layout-stick{
|
| 1793 |
-
background-image:url(../images/default/layout/stick.gif);
|
| 1794 |
-
}
|
| 1795 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 1796 |
-
background-image:url(../images/default/layout/collapse.gif);
|
| 1797 |
-
}
|
| 1798 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 1799 |
-
background-image:url(../images/default/layout/expand.gif);
|
| 1800 |
-
}
|
| 1801 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 1802 |
-
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 1803 |
-
}
|
| 1804 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 1805 |
-
background-image:url(../images/default/layout/ns-expand.gif);
|
| 1806 |
-
}
|
| 1807 |
-
.x-layout-split-h{
|
| 1808 |
-
background-image:url(../images/default/sizer/e-handle.gif);
|
| 1809 |
-
background-position: left;
|
| 1810 |
-
}
|
| 1811 |
-
.x-layout-split-v{
|
| 1812 |
-
background-image:url(../images/default/sizer/s-handle.gif);
|
| 1813 |
-
background-position: top;
|
| 1814 |
-
}
|
| 1815 |
-
.x-layout-panel .x-tabs-wrap{
|
| 1816 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 1817 |
-
}
|
| 1818 |
-
.x-layout-panel .x-tabs-body {
|
| 1819 |
-
background-color:white;
|
| 1820 |
-
overflow:auto;height:100%;
|
| 1821 |
-
}
|
| 1822 |
-
.x-layout-component-panel, .x-layout-nested-layout {
|
| 1823 |
-
position:relative;
|
| 1824 |
-
padding:0;
|
| 1825 |
-
overflow:hidden;
|
| 1826 |
-
width:200px;
|
| 1827 |
-
height:200px;
|
| 1828 |
-
}
|
| 1829 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 1830 |
-
border:0 none;
|
| 1831 |
-
}
|
| 1832 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 1833 |
-
border-bottom:1px solid #98c0f4;
|
| 1834 |
-
}
|
| 1835 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 1836 |
-
border-top:1px solid #98c0f4;
|
| 1837 |
-
}
|
| 1838 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 1839 |
-
border-left:1px solid #98c0f4;
|
| 1840 |
-
}
|
| 1841 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 1842 |
-
border-right:1px solid #98c0f4;
|
| 1843 |
-
}
|
| 1844 |
-
|
| 1845 |
-
.x-layout-panel-dragover {
|
| 1846 |
-
border: 2px solid #6593cf;
|
| 1847 |
-
}
|
| 1848 |
-
.x-layout-panel-proxy {
|
| 1849 |
-
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 1850 |
-
background-color:#c3daf9;
|
| 1851 |
-
border:1px dashed #6593cf;
|
| 1852 |
-
z-index:10001;
|
| 1853 |
-
overflow:hidden;
|
| 1854 |
-
position:absolute;
|
| 1855 |
-
left:0;top:0;
|
| 1856 |
-
}
|
| 1857 |
-
.x-layout-slider {
|
| 1858 |
-
z-index:15;
|
| 1859 |
-
overflow:hidden;
|
| 1860 |
-
position:absolute;
|
| 1861 |
-
}
|
| 1862 |
-
|
| 1863 |
-
.x-scroller-up, .x-scroller-down {
|
| 1864 |
-
background-color:#c3daf9;
|
| 1865 |
-
border: 1px solid #6593cf;
|
| 1866 |
-
border-top-color: #fff;
|
| 1867 |
-
border-left-color: #fff;
|
| 1868 |
-
border-right:0 none;
|
| 1869 |
-
cursor:pointer;
|
| 1870 |
-
overflow:hidden;
|
| 1871 |
-
line-height:16px;
|
| 1872 |
-
}
|
| 1873 |
-
.x-scroller-down {
|
| 1874 |
-
border-bottom: 0 none;
|
| 1875 |
-
border-top: 1px solid #6593cf;
|
| 1876 |
-
}
|
| 1877 |
-
.x-scroller-btn-over {
|
| 1878 |
-
background-color: #d9e8f8;
|
| 1879 |
-
}
|
| 1880 |
-
.x-scroller-btn-click {
|
| 1881 |
-
background-color: #AECEF7;
|
| 1882 |
-
}
|
| 1883 |
-
.x-scroller-btn-disabled {
|
| 1884 |
-
cursor:default;
|
| 1885 |
-
background-color: #c3daf9;
|
| 1886 |
-
-moz-opacity: 0.3;
|
| 1887 |
-
opacity:.30;
|
| 1888 |
-
filter: alpha(opacity=30);
|
| 1889 |
-
}
|
| 1890 |
-
|
| 1891 |
-
|
| 1892 |
-
|
| 1893 |
-
.x-reader .x-layout-panel-north {
|
| 1894 |
-
border:0 none;
|
| 1895 |
-
}
|
| 1896 |
-
.x-reader .x-layout-panel-center{
|
| 1897 |
-
border:0 none;
|
| 1898 |
-
}
|
| 1899 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 1900 |
-
border:1px solid #99bbe8;
|
| 1901 |
-
border-top:0 none;
|
| 1902 |
-
}
|
| 1903 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 1904 |
-
border:1px solid #99bbe8;
|
| 1905 |
-
}
|
| 1906 |
-
.x-dlg-proxy {
|
| 1907 |
-
background-image: url(../images/default/gradient-bg.gif);
|
| 1908 |
-
background-color:#c3daf9;
|
| 1909 |
-
border:1px solid #6593cf;
|
| 1910 |
-
z-index:10001;
|
| 1911 |
-
overflow:hidden;
|
| 1912 |
-
position:absolute;
|
| 1913 |
-
left:0;top:0;
|
| 1914 |
-
}
|
| 1915 |
-
.x-dlg-shadow{
|
| 1916 |
-
background:#aaaaaa;
|
| 1917 |
-
position:absolute;
|
| 1918 |
-
left:0;top:0;
|
| 1919 |
-
}
|
| 1920 |
-
.x-dlg-focus{
|
| 1921 |
-
-moz-outline:0 none;
|
| 1922 |
-
outline:0 none;
|
| 1923 |
-
width:0;
|
| 1924 |
-
height:0;
|
| 1925 |
-
overflow:hidden;
|
| 1926 |
-
position:absolute;
|
| 1927 |
-
top:0;
|
| 1928 |
-
left:0;
|
| 1929 |
-
}
|
| 1930 |
-
.x-dlg-mask{
|
| 1931 |
-
z-index:10000;
|
| 1932 |
-
display:none;
|
| 1933 |
-
position:absolute;
|
| 1934 |
-
top:0;
|
| 1935 |
-
left:0;
|
| 1936 |
-
-moz-opacity: 0.5;
|
| 1937 |
-
opacity:.50;
|
| 1938 |
-
filter: alpha(opacity=50);
|
| 1939 |
-
background-color:#CCC;
|
| 1940 |
-
}
|
| 1941 |
-
body.x-body-masked select {
|
| 1942 |
-
visibility:hidden;
|
| 1943 |
-
}
|
| 1944 |
-
body.x-body-masked .x-dlg select {
|
| 1945 |
-
visibility:visible;
|
| 1946 |
-
}
|
| 1947 |
-
.x-dlg{
|
| 1948 |
-
z-index:10001;
|
| 1949 |
-
overflow:hidden;
|
| 1950 |
-
position:absolute;
|
| 1951 |
-
left:300;top:0;
|
| 1952 |
-
}
|
| 1953 |
-
.x-dlg .x-dlg-hd {
|
| 1954 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 1955 |
-
background-color:navy;
|
| 1956 |
-
color:#FFF;
|
| 1957 |
-
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 1958 |
-
overflow:hidden;
|
| 1959 |
-
padding:5px;
|
| 1960 |
-
white-space: nowrap;
|
| 1961 |
-
}
|
| 1962 |
-
.x-dlg .x-dlg-hd-left {
|
| 1963 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 1964 |
-
padding-left:3px;
|
| 1965 |
-
margin:0;
|
| 1966 |
-
}
|
| 1967 |
-
.x-dlg .x-dlg-hd-right {
|
| 1968 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 1969 |
-
padding-right:3px;
|
| 1970 |
-
}
|
| 1971 |
-
.x-dlg .x-dlg-dlg-body{
|
| 1972 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 1973 |
-
border:1px solid #6593cf;
|
| 1974 |
-
border-top:0 none;
|
| 1975 |
-
padding:10px;
|
| 1976 |
-
position:absolute;
|
| 1977 |
-
top:24px;left:0;
|
| 1978 |
-
z-index:1;
|
| 1979 |
-
overflow:hidden;
|
| 1980 |
-
}
|
| 1981 |
-
.x-dlg-collapsed .x-resizable-handle{
|
| 1982 |
-
display:none;
|
| 1983 |
-
}
|
| 1984 |
-
.x-dlg .x-dlg-bd{
|
| 1985 |
-
overflow:hidden;
|
| 1986 |
-
}
|
| 1987 |
-
.x-dlg .x-dlg-ft{
|
| 1988 |
-
overflow:hidden;
|
| 1989 |
-
padding:5px;
|
| 1990 |
-
padding-bottom:0;
|
| 1991 |
-
}
|
| 1992 |
-
|
| 1993 |
-
.x-dlg .x-tabs-body{
|
| 1994 |
-
background:white;
|
| 1995 |
-
overflow:auto;
|
| 1996 |
-
}
|
| 1997 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 1998 |
-
border:1px solid #6593cf;
|
| 1999 |
-
border-top:0 none;
|
| 2000 |
-
}
|
| 2001 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 2002 |
-
border:1px solid #6593cf;
|
| 2003 |
-
border-bottom:0 none;
|
| 2004 |
-
}
|
| 2005 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 2006 |
-
border:0 none;
|
| 2007 |
-
}
|
| 2008 |
-
.x-dlg .inner-tab{
|
| 2009 |
-
margin:5px;
|
| 2010 |
-
}
|
| 2011 |
-
.x-dlg .x-dlg-ft .x-btn{
|
| 2012 |
-
margin-right:5px;
|
| 2013 |
-
float:right;
|
| 2014 |
-
clear:none;
|
| 2015 |
-
}
|
| 2016 |
-
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 2017 |
-
border:0;
|
| 2018 |
-
padding:0;
|
| 2019 |
-
}
|
| 2020 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 2021 |
-
float:right;
|
| 2022 |
-
clear:none;
|
| 2023 |
-
}
|
| 2024 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 2025 |
-
float:left;
|
| 2026 |
-
clear:none;
|
| 2027 |
-
}
|
| 2028 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 2029 |
-
text-align:center;
|
| 2030 |
-
}
|
| 2031 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 2032 |
-
margin:0 auto;
|
| 2033 |
-
}
|
| 2034 |
-
|
| 2035 |
-
|
| 2036 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 2037 |
-
background-position:0 -147px;
|
| 2038 |
-
}
|
| 2039 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 2040 |
-
background-position:0 -168px;
|
| 2041 |
-
}
|
| 2042 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 2043 |
-
background-position:0 -189px;
|
| 2044 |
-
}
|
| 2045 |
-
|
| 2046 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 2047 |
-
background-position:0 -126px;
|
| 2048 |
-
}
|
| 2049 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 2050 |
-
background-position:0 -84px;
|
| 2051 |
-
}
|
| 2052 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 2053 |
-
background-position:0 -63px;
|
| 2054 |
-
}
|
| 2055 |
-
|
| 2056 |
-
.x-dlg-draggable .x-dlg-hd{
|
| 2057 |
-
cursor:move;
|
| 2058 |
-
}
|
| 2059 |
-
.x-dlg-closable .x-dlg-hd{
|
| 2060 |
-
padding-right:22px;
|
| 2061 |
-
}
|
| 2062 |
-
.x-dlg-toolbox {
|
| 2063 |
-
position:absolute;
|
| 2064 |
-
top:4px;
|
| 2065 |
-
right:4px;
|
| 2066 |
-
z-index:6;
|
| 2067 |
-
width:40px;
|
| 2068 |
-
cursor:default;
|
| 2069 |
-
height:15px;
|
| 2070 |
-
background:transparent;
|
| 2071 |
-
}
|
| 2072 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 2073 |
-
float:right;
|
| 2074 |
-
height:15px;
|
| 2075 |
-
width:15px;
|
| 2076 |
-
margin:0;
|
| 2077 |
-
margin-left:2px;
|
| 2078 |
-
padding:0;
|
| 2079 |
-
line-height:1px;
|
| 2080 |
-
font-size:1px;
|
| 2081 |
-
background-repeat:no-repeat;
|
| 2082 |
-
cursor:pointer;
|
| 2083 |
-
visibility:inherit;
|
| 2084 |
-
}
|
| 2085 |
-
.x-dlg .x-dlg-close {
|
| 2086 |
-
background-image:url(../images/default/basic-dialog/close.gif);
|
| 2087 |
-
}
|
| 2088 |
-
.x-dlg .x-dlg-collapse {
|
| 2089 |
-
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 2090 |
-
}
|
| 2091 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 2092 |
-
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 2093 |
-
}
|
| 2094 |
-
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 2095 |
-
|
| 2096 |
-
}
|
| 2097 |
-
.x-dlg div.x-resizable-handle-east{
|
| 2098 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 2099 |
-
border:0;
|
| 2100 |
-
background-position:right;
|
| 2101 |
-
margin-right:0;
|
| 2102 |
-
}
|
| 2103 |
-
.x-dlg div.x-resizable-handle-south{
|
| 2104 |
-
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 2105 |
-
border:0;
|
| 2106 |
-
height:6px;
|
| 2107 |
-
}
|
| 2108 |
-
.x-dlg div.x-resizable-handle-west{
|
| 2109 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 2110 |
-
border:0;
|
| 2111 |
-
background-position:1px;
|
| 2112 |
-
}
|
| 2113 |
-
.x-dlg div.x-resizable-handle-north{
|
| 2114 |
-
background-image:url(../images/default/s.gif);
|
| 2115 |
-
border:0;
|
| 2116 |
-
}
|
| 2117 |
-
.x-dlg div.x-resizable-handle-northeast, .ytheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 2118 |
-
background-image:url(../images/default/s.gif);
|
| 2119 |
-
border:0;
|
| 2120 |
-
}
|
| 2121 |
-
.x-dlg div.x-resizable-handle-northwest, .ytheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 2122 |
-
background-image:url(../images/default/s.gif);
|
| 2123 |
-
border:0;
|
| 2124 |
-
}
|
| 2125 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 2126 |
-
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 2127 |
-
background-position: bottom right;
|
| 2128 |
-
width:8px;
|
| 2129 |
-
height:8px;
|
| 2130 |
-
border:0;
|
| 2131 |
-
}
|
| 2132 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 2133 |
-
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 2134 |
-
background-position: top right;
|
| 2135 |
-
margin-left:1px;
|
| 2136 |
-
margin-bottom:1px;
|
| 2137 |
-
border:0;
|
| 2138 |
-
}
|
| 2139 |
-
|
| 2140 |
-
#x-msg-box .x-dlg-ft .x-btn{
|
| 2141 |
-
float:none;
|
| 2142 |
-
clear:none;
|
| 2143 |
-
margin:0 3px;
|
| 2144 |
-
}
|
| 2145 |
-
|
| 2146 |
-
#x-msg-box .x-dlg-bd {
|
| 2147 |
-
padding:5px;
|
| 2148 |
-
overflow:hidden !important;
|
| 2149 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 2150 |
-
}
|
| 2151 |
-
#x-msg-box .ext-mb-input {
|
| 2152 |
-
margin-top:4px;
|
| 2153 |
-
width:95%;
|
| 2154 |
-
}
|
| 2155 |
-
#x-msg-box .ext-mb-textarea {
|
| 2156 |
-
margin-top:4px;
|
| 2157 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 2158 |
-
}
|
| 2159 |
-
#x-msg-box .ext-mb-progress-wrap {
|
| 2160 |
-
margin-top:4px;
|
| 2161 |
-
border:1px solid #6593cf;
|
| 2162 |
-
}
|
| 2163 |
-
#x-msg-box .ext-mb-progress {
|
| 2164 |
-
height:18px;
|
| 2165 |
-
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 2166 |
-
}
|
| 2167 |
-
#x-msg-box .ext-mb-progress-bar {
|
| 2168 |
-
height:18px;
|
| 2169 |
-
overflow:hidden;
|
| 2170 |
-
width:0;
|
| 2171 |
-
background:#8BB8F3;
|
| 2172 |
-
border-top:1px solid #B2D0F7;
|
| 2173 |
-
border-bottom:1px solid #65A1EF;
|
| 2174 |
-
border-right:1px solid #65A1EF;
|
| 2175 |
-
}
|
| 2176 |
-
|
| 2177 |
-
#x-msg-box .x-msg-box-wait {
|
| 2178 |
-
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 2179 |
-
display:block;
|
| 2180 |
-
width:300px;
|
| 2181 |
-
padding-left:18px;
|
| 2182 |
-
line-height:18px;
|
| 2183 |
-
}
|
| 2184 |
-
.x-dd-drag-proxy{
|
| 2185 |
-
position:absolute;
|
| 2186 |
-
left:0;top:0;
|
| 2187 |
-
visibility:hidden;
|
| 2188 |
-
z-index:15000;
|
| 2189 |
-
}
|
| 2190 |
-
.x-dd-drag-ghost{
|
| 2191 |
-
color: black;
|
| 2192 |
-
font: normal 11px arial, helvetica, sans-serif;
|
| 2193 |
-
-moz-opacity: 0.85;
|
| 2194 |
-
opacity:.85;
|
| 2195 |
-
filter: alpha(opacity=85);
|
| 2196 |
-
border-top:1px solid #dddddd;
|
| 2197 |
-
border-left:1px solid #dddddd;
|
| 2198 |
-
border-right:1px solid #bbbbbb;
|
| 2199 |
-
border-bottom:1px solid #bbbbbb;
|
| 2200 |
-
padding:3px;
|
| 2201 |
-
padding-left:20px;
|
| 2202 |
-
background-color:white;
|
| 2203 |
-
white-space:nowrap;
|
| 2204 |
-
}
|
| 2205 |
-
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 2206 |
-
-moz-opacity: 0.4;
|
| 2207 |
-
opacity:.4;
|
| 2208 |
-
filter: alpha(opacity=40);
|
| 2209 |
-
border:0 none;
|
| 2210 |
-
padding:0;
|
| 2211 |
-
background-color:transparent;
|
| 2212 |
-
}
|
| 2213 |
-
.x-dd-drag-repair .x-dd-drop-icon{
|
| 2214 |
-
visibility:hidden;
|
| 2215 |
-
}
|
| 2216 |
-
.x-dd-drop-icon{
|
| 2217 |
-
position:absolute;
|
| 2218 |
-
top:3px;
|
| 2219 |
-
left:3px;
|
| 2220 |
-
display:block;
|
| 2221 |
-
width:16px;
|
| 2222 |
-
height:16px;
|
| 2223 |
-
background-color:transparent;
|
| 2224 |
-
background-position: center;
|
| 2225 |
-
background-repeat: no-repeat;
|
| 2226 |
-
z-index:1;
|
| 2227 |
-
}
|
| 2228 |
-
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 2229 |
-
background-image: url(../images/default/dd/drop-no.gif);
|
| 2230 |
-
}
|
| 2231 |
-
.x-dd-drop-ok .x-dd-drop-icon{
|
| 2232 |
-
background-image: url(../images/default/dd/drop-yes.gif);
|
| 2233 |
-
}
|
| 2234 |
-
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 2235 |
-
background-image: url(../images/default/dd/drop-add.gif);
|
| 2236 |
-
}
|
| 2237 |
-
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 2238 |
-
border: 0 none;
|
| 2239 |
-
height: 18px;
|
| 2240 |
-
margin: 0;
|
| 2241 |
-
padding: 0;
|
| 2242 |
-
vertical-align: middle;
|
| 2243 |
-
width: 16px;
|
| 2244 |
-
background-repeat: no-repeat;
|
| 2245 |
-
}
|
| 2246 |
-
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 2247 |
-
border: 0 none;
|
| 2248 |
-
height: 18px;
|
| 2249 |
-
margin: 0;
|
| 2250 |
-
padding: 0;
|
| 2251 |
-
vertical-align: middle;
|
| 2252 |
-
width: 16px;
|
| 2253 |
-
background-position:center;
|
| 2254 |
-
background-repeat: no-repeat;
|
| 2255 |
-
}
|
| 2256 |
-
|
| 2257 |
-
|
| 2258 |
-
.x-tree-node-collapsed .x-tree-node-icon{
|
| 2259 |
-
background-image:url(../images/default/tree/folder.gif);
|
| 2260 |
-
}
|
| 2261 |
-
.x-tree-node-expanded .x-tree-node-icon{
|
| 2262 |
-
background-image:url(../images/default/tree/folder-open.gif);
|
| 2263 |
-
}
|
| 2264 |
-
.x-tree-node-leaf .x-tree-node-icon{
|
| 2265 |
-
background-image:url(../images/default/tree/leaf.gif);
|
| 2266 |
-
}
|
| 2267 |
-
|
| 2268 |
-
.x-tree-noicon .x-tree-node-icon{
|
| 2269 |
-
width:0; height:0;
|
| 2270 |
-
}
|
| 2271 |
-
|
| 2272 |
-
.x-tree-node-loading .x-tree-node-icon{
|
| 2273 |
-
background-image:url(../images/default/tree/loading.gif) !important;
|
| 2274 |
-
}
|
| 2275 |
-
.x-tree-node-loading a span{
|
| 2276 |
-
font-style: italic;
|
| 2277 |
-
color:#444444;
|
| 2278 |
-
}
|
| 2279 |
-
|
| 2280 |
-
|
| 2281 |
-
.x-tree-lines .x-tree-elbow{
|
| 2282 |
-
background-image:url(../images/default/tree/elbow.gif);
|
| 2283 |
-
}
|
| 2284 |
-
.x-tree-lines .x-tree-elbow-plus{
|
| 2285 |
-
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 2286 |
-
}
|
| 2287 |
-
.x-tree-lines .x-tree-elbow-minus{
|
| 2288 |
-
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 2289 |
-
}
|
| 2290 |
-
.x-tree-lines .x-tree-elbow-end{
|
| 2291 |
-
background-image:url(../images/default/tree/elbow-end.gif);
|
| 2292 |
-
}
|
| 2293 |
-
.x-tree-lines .x-tree-elbow-end-plus{
|
| 2294 |
-
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 2295 |
-
}
|
| 2296 |
-
.x-tree-lines .x-tree-elbow-end-minus{
|
| 2297 |
-
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 2298 |
-
}
|
| 2299 |
-
.x-tree-lines .x-tree-elbow-line{
|
| 2300 |
-
background-image:url(../images/default/tree/elbow-line.gif);
|
| 2301 |
-
}
|
| 2302 |
-
|
| 2303 |
-
|
| 2304 |
-
.x-tree-no-lines .x-tree-elbow{
|
| 2305 |
-
background:transparent;
|
| 2306 |
-
}
|
| 2307 |
-
.x-tree-no-lines .x-tree-elbow-plus{
|
| 2308 |
-
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 2309 |
-
}
|
| 2310 |
-
.x-tree-no-lines .x-tree-elbow-minus{
|
| 2311 |
-
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 2312 |
-
}
|
| 2313 |
-
.x-tree-no-lines .x-tree-elbow-end{
|
| 2314 |
-
background:transparent;
|
| 2315 |
-
}
|
| 2316 |
-
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 2317 |
-
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 2318 |
-
}
|
| 2319 |
-
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 2320 |
-
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 2321 |
-
}
|
| 2322 |
-
.x-tree-no-lines .x-tree-elbow-line{
|
| 2323 |
-
background:transparent;
|
| 2324 |
-
}
|
| 2325 |
-
|
| 2326 |
-
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 2327 |
-
cursor:pointer;
|
| 2328 |
-
}
|
| 2329 |
-
.ext-ie ul.x-tree-node-ct{
|
| 2330 |
-
font-size:0;
|
| 2331 |
-
line-height:0;
|
| 2332 |
-
}
|
| 2333 |
-
.x-tree-node{
|
| 2334 |
-
color: black;
|
| 2335 |
-
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 2336 |
-
white-space: nowrap;
|
| 2337 |
-
}
|
| 2338 |
-
.x-tree-node a, .x-dd-drag-ghost a{
|
| 2339 |
-
text-decoration:none;
|
| 2340 |
-
color:black;
|
| 2341 |
-
-khtml-user-select:none;
|
| 2342 |
-
-moz-user-select:none;
|
| 2343 |
-
-kthml-user-focus:normal;
|
| 2344 |
-
-moz-user-focus:normal;
|
| 2345 |
-
-moz-outline: 0 none;
|
| 2346 |
-
outline:0 none;
|
| 2347 |
-
}
|
| 2348 |
-
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 2349 |
-
text-decoration:none;
|
| 2350 |
-
color:black;
|
| 2351 |
-
padding:1px 3px 1px 2px;
|
| 2352 |
-
}
|
| 2353 |
-
.x-tree-node .x-tree-node-disabled a span{
|
| 2354 |
-
color:gray !important;
|
| 2355 |
-
}
|
| 2356 |
-
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 2357 |
-
-moz-opacity: 0.5;
|
| 2358 |
-
opacity:.5;
|
| 2359 |
-
filter: alpha(opacity=50);
|
| 2360 |
-
}
|
| 2361 |
-
.x-tree-node .x-tree-node-inline-icon{
|
| 2362 |
-
background:transparent;
|
| 2363 |
-
}
|
| 2364 |
-
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 2365 |
-
text-decoration:none;
|
| 2366 |
-
}
|
| 2367 |
-
.x-tree-node div.x-tree-drag-insert-below{
|
| 2368 |
-
border-bottom:1px dotted #3366cc;
|
| 2369 |
-
}
|
| 2370 |
-
.x-tree-node div.x-tree-drag-insert-above{
|
| 2371 |
-
border-top:1px dotted #3366cc;
|
| 2372 |
-
}
|
| 2373 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 2374 |
-
border-bottom:0 none;
|
| 2375 |
-
}
|
| 2376 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 2377 |
-
border-top:0 none;
|
| 2378 |
-
}
|
| 2379 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 2380 |
-
border-bottom:2px solid #3366cc;
|
| 2381 |
-
}
|
| 2382 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 2383 |
-
border-top:2px solid #3366cc;
|
| 2384 |
-
}
|
| 2385 |
-
.x-tree-node .x-tree-drag-append a span{
|
| 2386 |
-
background:#dddddd;
|
| 2387 |
-
border:1px dotted gray;
|
| 2388 |
-
}
|
| 2389 |
-
.x-tree-node .x-tree-selected a span{
|
| 2390 |
-
background:#3366cc;
|
| 2391 |
-
color:white;
|
| 2392 |
-
}
|
| 2393 |
-
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 2394 |
-
display:none !important;
|
| 2395 |
-
}
|
| 2396 |
-
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 2397 |
-
background-image: url(../images/default/tree/drop-add.gif);
|
| 2398 |
-
}
|
| 2399 |
-
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 2400 |
-
background-image: url(../images/default/tree/drop-over.gif);
|
| 2401 |
-
}
|
| 2402 |
-
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 2403 |
-
background-image: url(../images/default/tree/drop-under.gif);
|
| 2404 |
-
}
|
| 2405 |
-
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 2406 |
-
background-image: url(../images/default/tree/drop-between.gif);
|
| 2407 |
-
}
|
| 2408 |
-
|
| 2409 |
-
.x-tip{
|
| 2410 |
-
position: absolute;
|
| 2411 |
-
top: 0;
|
| 2412 |
-
left:0;
|
| 2413 |
-
visibility: hidden;
|
| 2414 |
-
z-index: 20000;
|
| 2415 |
-
border:0 none;
|
| 2416 |
-
}
|
| 2417 |
-
.x-tip .x-tip-close{
|
| 2418 |
-
background-image: url(../images/default/qtip/close.gif);
|
| 2419 |
-
height: 15px;
|
| 2420 |
-
float:right;
|
| 2421 |
-
width: 15px;
|
| 2422 |
-
margin:0 0 2px 2px;
|
| 2423 |
-
cursor:pointer;
|
| 2424 |
-
display:none;
|
| 2425 |
-
}
|
| 2426 |
-
.x-tip .x-tip-top {
|
| 2427 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 2428 |
-
height:6px;
|
| 2429 |
-
overflow:hidden;
|
| 2430 |
-
}
|
| 2431 |
-
.x-tip .x-tip-top-left {
|
| 2432 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 2433 |
-
padding-left:6px;
|
| 2434 |
-
zoom:1;
|
| 2435 |
-
}
|
| 2436 |
-
.x-tip .x-tip-top-right {
|
| 2437 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 2438 |
-
padding-right:6px;
|
| 2439 |
-
zoom:1;
|
| 2440 |
-
}
|
| 2441 |
-
.x-tip .x-tip-ft {
|
| 2442 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 2443 |
-
height:6px;
|
| 2444 |
-
overflow:hidden;
|
| 2445 |
-
}
|
| 2446 |
-
.x-tip .x-tip-ft-left {
|
| 2447 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 2448 |
-
padding-left:6px;
|
| 2449 |
-
zoom:1;
|
| 2450 |
-
}
|
| 2451 |
-
.x-tip .x-tip-ft-right {
|
| 2452 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 2453 |
-
padding-right:6px;
|
| 2454 |
-
zoom:1;
|
| 2455 |
-
}
|
| 2456 |
-
.x-tip .x-tip-bd {
|
| 2457 |
-
border:0 none;
|
| 2458 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 2459 |
-
}
|
| 2460 |
-
.x-tip .x-tip-bd-left {
|
| 2461 |
-
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 2462 |
-
padding-left:6px;
|
| 2463 |
-
zoom:1;
|
| 2464 |
-
}
|
| 2465 |
-
.x-tip .x-tip-bd-right {
|
| 2466 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 2467 |
-
padding-right:6px;
|
| 2468 |
-
zoom:1;
|
| 2469 |
-
}
|
| 2470 |
-
|
| 2471 |
-
.x-tip h3 {
|
| 2472 |
-
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 2473 |
-
margin:0;
|
| 2474 |
-
padding:2px 0;
|
| 2475 |
-
color:#444;
|
| 2476 |
-
}
|
| 2477 |
-
.x-tip .x-tip-bd-inner {
|
| 2478 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 2479 |
-
margin:0 !important;
|
| 2480 |
-
line-height:14px;
|
| 2481 |
-
color:#444;
|
| 2482 |
-
padding:0;
|
| 2483 |
-
float:left;
|
| 2484 |
-
}
|
| 2485 |
-
|
| 2486 |
-
|
| 2487 |
-
.x-form-invalid-tip {
|
| 2488 |
-
}
|
| 2489 |
-
|
| 2490 |
-
.x-form-invalid-tip .x-tip-top {
|
| 2491 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2492 |
-
}
|
| 2493 |
-
.x-form-invalid-tip .x-tip-top-left {
|
| 2494 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2495 |
-
}
|
| 2496 |
-
.x-form-invalid-tip .x-tip-top-right {
|
| 2497 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2498 |
-
}
|
| 2499 |
-
.x-form-invalid-tip .x-tip-ft {
|
| 2500 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2501 |
-
}
|
| 2502 |
-
.x-form-invalid-tip .x-tip-ft-left {
|
| 2503 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2504 |
-
}
|
| 2505 |
-
.x-form-invalid-tip .x-tip-ft-right {
|
| 2506 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2507 |
-
}
|
| 2508 |
-
.x-form-invalid-tip .x-tip-bd-left {
|
| 2509 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2510 |
-
}
|
| 2511 |
-
.x-form-invalid-tip .x-tip-bd-right {
|
| 2512 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2513 |
-
}
|
| 2514 |
-
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 2515 |
-
padding-left:24px;
|
| 2516 |
-
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 2517 |
-
}
|
| 2518 |
-
.x-form-invalid-tip .x-tip-bd-inner {
|
| 2519 |
-
padding:2px;
|
| 2520 |
}
|
| 2521 |
.x-date-picker {
|
| 2522 |
border: 1px solid #1b376c;
|
|
@@ -2756,116 +2756,116 @@ td.x-date-mp-sel a {
|
|
| 2756 |
td.x-date-mp-sep {
|
| 2757 |
border-right:1px solid #c5d2df;
|
| 2758 |
}
|
| 2759 |
-
.x-menu {
|
| 2760 |
-
border:1px solid #718bb7;
|
| 2761 |
-
z-index: 15000;
|
| 2762 |
-
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 2763 |
-
}
|
| 2764 |
-
.ext-ie .x-menu {
|
| 2765 |
-
zoom:1;
|
| 2766 |
-
overflow:hidden;
|
| 2767 |
-
}
|
| 2768 |
-
.x-menu-list{
|
| 2769 |
-
border:1px solid #fff;
|
| 2770 |
-
}
|
| 2771 |
-
.x-menu li{
|
| 2772 |
-
line-height:100%;
|
| 2773 |
-
}
|
| 2774 |
-
.x-menu li.x-menu-sep-li{
|
| 2775 |
-
font-size:1px;
|
| 2776 |
-
line-height:1px;
|
| 2777 |
-
}
|
| 2778 |
-
.x-menu-list-item{
|
| 2779 |
-
font:normal 11px tahoma,arial, sans-serif;
|
| 2780 |
-
white-space: nowrap;
|
| 2781 |
-
-moz-user-select: none;
|
| 2782 |
-
-khtml-user-select: none;
|
| 2783 |
-
display:block;
|
| 2784 |
-
padding:1px;
|
| 2785 |
-
}
|
| 2786 |
-
.x-menu-item-arrow{
|
| 2787 |
-
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 2788 |
-
}
|
| 2789 |
-
.x-menu-sep {
|
| 2790 |
-
display:block;
|
| 2791 |
-
font-size:1px;
|
| 2792 |
-
line-height:1px;
|
| 2793 |
-
background:#c3daf9;
|
| 2794 |
-
margin: 3px 3px 3px 32px;
|
| 2795 |
-
}
|
| 2796 |
-
.x-menu-focus {
|
| 2797 |
-
position:absolute;
|
| 2798 |
-
left:0;
|
| 2799 |
-
top:-5px;
|
| 2800 |
-
width:0;
|
| 2801 |
-
height:0;
|
| 2802 |
-
line-height:1px;
|
| 2803 |
-
}
|
| 2804 |
-
.x-menu-item {
|
| 2805 |
-
display:block;
|
| 2806 |
-
line-height:14px;
|
| 2807 |
-
padding:3px 21px 3px 3px;
|
| 2808 |
-
white-space: nowrap;
|
| 2809 |
-
text-decoration:none;
|
| 2810 |
-
color:#233d6d;
|
| 2811 |
-
-moz-outline: 0 none;
|
| 2812 |
-
outline: 0 none;
|
| 2813 |
-
cursor:pointer;
|
| 2814 |
-
}
|
| 2815 |
-
.x-menu-item-active {
|
| 2816 |
-
color:#233d6d;
|
| 2817 |
-
background:#c3daf9;
|
| 2818 |
-
border:1px solid #8BB8F3;
|
| 2819 |
-
padding:0;
|
| 2820 |
-
}
|
| 2821 |
-
.x-menu-item-icon {
|
| 2822 |
-
border: 0 none;
|
| 2823 |
-
height: 16px;
|
| 2824 |
-
padding: 0;
|
| 2825 |
-
vertical-align: middle;
|
| 2826 |
-
width: 16px;
|
| 2827 |
-
margin: 0 11px 0 0;
|
| 2828 |
-
background-position:center;
|
| 2829 |
-
}
|
| 2830 |
-
|
| 2831 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 2832 |
-
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 2833 |
-
}
|
| 2834 |
-
|
| 2835 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 2836 |
-
background-image:url(../images/default/menu/checked.gif);
|
| 2837 |
-
}
|
| 2838 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 2839 |
-
background: transparent;
|
| 2840 |
-
}
|
| 2841 |
-
|
| 2842 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 2843 |
-
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 2844 |
-
}
|
| 2845 |
-
|
| 2846 |
-
.x-menu-plain {
|
| 2847 |
-
background:#fff;
|
| 2848 |
-
}
|
| 2849 |
-
.x-menu-date-item{
|
| 2850 |
-
padding:0;
|
| 2851 |
-
}
|
| 2852 |
-
|
| 2853 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 2854 |
-
margin-left:32px;
|
| 2855 |
-
margin-right:4px;
|
| 2856 |
-
}
|
| 2857 |
-
.x-menu .x-date-picker{
|
| 2858 |
-
border:1px solid #a3bad9;
|
| 2859 |
-
margin-top:2px;
|
| 2860 |
-
margin-bottom:2px;
|
| 2861 |
-
}
|
| 2862 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 2863 |
-
margin:0;
|
| 2864 |
-
border:0 none;
|
| 2865 |
-
}
|
| 2866 |
-
.x-date-menu {
|
| 2867 |
-
padding:0 !important;
|
| 2868 |
-
}
|
| 2869 |
|
| 2870 |
|
| 2871 |
|
|
@@ -3393,54 +3393,54 @@ td.x-date-mp-sep {
|
|
| 3393 |
.x-panel-btns-ct .x-btn-click .x-btn-left{
|
| 3394 |
background-position:0 -63px;
|
| 3395 |
}
|
| 3396 |
-
.x-html-editor-wrap {
|
| 3397 |
-
border:1px solid #a9bfd3;
|
| 3398 |
-
background:white;
|
| 3399 |
-
}
|
| 3400 |
-
.x-html-editor-tb .x-btn-text {
|
| 3401 |
-
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 3402 |
-
}
|
| 3403 |
-
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 3404 |
-
background-position:0 0;
|
| 3405 |
-
}
|
| 3406 |
-
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 3407 |
-
background-position:-16px 0;
|
| 3408 |
-
}
|
| 3409 |
-
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 3410 |
-
background-position:-32px 0;
|
| 3411 |
-
}
|
| 3412 |
-
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 3413 |
-
background-position:-160px 0;
|
| 3414 |
-
}
|
| 3415 |
-
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 3416 |
-
background-position:-176px 0;
|
| 3417 |
-
}
|
| 3418 |
-
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 3419 |
-
background-position:-112px 0;
|
| 3420 |
-
}
|
| 3421 |
-
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 3422 |
-
background-position:-128px 0;
|
| 3423 |
-
}
|
| 3424 |
-
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 3425 |
-
background-position:-144px 0;
|
| 3426 |
-
}
|
| 3427 |
-
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 3428 |
-
background-position:-80px 0;
|
| 3429 |
-
}
|
| 3430 |
-
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 3431 |
-
background-position:-96px 0;
|
| 3432 |
-
}
|
| 3433 |
-
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 3434 |
-
background-position:-48px 0;
|
| 3435 |
-
}
|
| 3436 |
-
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 3437 |
-
background-position:-64px 0;
|
| 3438 |
-
}
|
| 3439 |
-
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 3440 |
-
background-position:-192px 0;
|
| 3441 |
-
}
|
| 3442 |
-
|
| 3443 |
-
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 3444 |
-
padding:5px;
|
| 3445 |
-
padding-bottom:1px;
|
| 3446 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
| 10 |
+
.ext-el-mask {
|
| 11 |
+
z-index: 20000;
|
| 12 |
+
position: absolute;
|
| 13 |
+
top: 0;
|
| 14 |
+
left: 0;
|
| 15 |
+
-moz-opacity: 0.5;
|
| 16 |
+
opacity: .50;
|
| 17 |
+
filter: alpha(opacity=50);
|
| 18 |
+
background-color: #CCC;
|
| 19 |
+
width: 100%;
|
| 20 |
+
height: 100%;
|
| 21 |
+
zoom: 1;
|
| 22 |
+
}
|
| 23 |
+
.ext-el-mask-msg {
|
| 24 |
+
z-index: 20001;
|
| 25 |
+
position: absolute;
|
| 26 |
+
top: 0;
|
| 27 |
+
left: 0;
|
| 28 |
+
border:1px solid #6593cf;
|
| 29 |
+
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 30 |
+
padding:2px;
|
| 31 |
+
}
|
| 32 |
+
.ext-el-mask-msg div {
|
| 33 |
+
padding:5px 10px 5px 10px;
|
| 34 |
+
background: #eee;
|
| 35 |
+
border:1px solid #a3bad9;
|
| 36 |
+
color:#333;
|
| 37 |
+
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 38 |
+
cursor:wait;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
.ext-shim {
|
| 42 |
+
position:absolute;
|
| 43 |
+
visibility:hidden;
|
| 44 |
+
left:0;
|
| 45 |
+
top:0;
|
| 46 |
+
overflow:hidden;
|
| 47 |
+
}
|
| 48 |
+
.ext-ie .ext-shim {
|
| 49 |
+
filter: alpha(opacity=0);
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.x-mask-loading div {
|
| 53 |
+
padding:5px 10px 5px 25px;
|
| 54 |
+
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 55 |
+
line-height: 16px;
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
.x-hidden {
|
| 60 |
+
position:absolute;
|
| 61 |
+
left:-2000px;
|
| 62 |
+
top:-2000px;
|
| 63 |
+
visibility:hidden;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-masked {
|
| 67 |
+
overflow: hidden !important;
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
.x-masked select, .x-masked object, .x-masked embed {
|
| 71 |
+
visibility: hidden;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.x-layer {
|
| 75 |
+
visibility: hidden;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.x-unselectable, .x-unselectable * {
|
| 79 |
+
-moz-user-select: none;
|
| 80 |
+
-khtml-user-select: none;
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
.x-repaint {
|
| 84 |
+
zoom: 1;
|
| 85 |
+
background-color: transparent;
|
| 86 |
+
-moz-outline: none;
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
+
.x-item-disabled {
|
| 90 |
+
color: gray;
|
| 91 |
+
cursor: default;
|
| 92 |
+
opacity: .6;
|
| 93 |
+
-moz-opacity: .6;
|
| 94 |
+
filter: alpha(opacity=60);
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.x-item-disabled * {
|
| 98 |
+
color: gray;
|
| 99 |
+
cursor: default !important;
|
| 100 |
+
}
|
| 101 |
+
|
| 102 |
+
.x-splitbar-proxy {
|
| 103 |
+
position: absolute;
|
| 104 |
+
visibility: hidden;
|
| 105 |
+
z-index: 20001;
|
| 106 |
+
background: #aaa;
|
| 107 |
+
zoom: 1;
|
| 108 |
+
line-height: 1px;
|
| 109 |
+
font-size: 1px;
|
| 110 |
+
overflow: hidden;
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 114 |
+
cursor: e-resize;
|
| 115 |
+
cursor: col-resize;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 119 |
+
cursor: s-resize;
|
| 120 |
+
cursor: row-resize;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
.x-color-palette {
|
| 124 |
+
width: 150px;
|
| 125 |
+
height: 92px;
|
| 126 |
+
cursor: pointer;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
.x-color-palette a {
|
| 130 |
+
border: 1px solid #fff;
|
| 131 |
+
float: left;
|
| 132 |
+
padding: 2px;
|
| 133 |
+
text-decoration: none;
|
| 134 |
+
-moz-outline: 0 none;
|
| 135 |
+
outline: 0 none;
|
| 136 |
+
cursor: pointer;
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 140 |
+
border: 1px solid #8BB8F3;
|
| 141 |
+
background: #deecfd;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
.x-color-palette em {
|
| 145 |
+
display: block;
|
| 146 |
+
border: 1px solid #ACA899;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
.x-color-palette em span {
|
| 150 |
+
cursor: pointer;
|
| 151 |
+
display: block;
|
| 152 |
+
height: 10px;
|
| 153 |
+
line-height: 10px;
|
| 154 |
+
width: 10px;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.x-ie-shadow {
|
| 158 |
+
display: none;
|
| 159 |
+
position: absolute;
|
| 160 |
+
overflow: hidden;
|
| 161 |
+
left:0;
|
| 162 |
+
top:0;
|
| 163 |
+
background:#777;
|
| 164 |
+
zoom:1;
|
| 165 |
+
}
|
| 166 |
+
|
| 167 |
+
.x-shadow {
|
| 168 |
+
display: none;
|
| 169 |
+
position: absolute;
|
| 170 |
+
overflow: hidden;
|
| 171 |
+
left:0;
|
| 172 |
+
top:0;
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
.x-shadow * {
|
| 176 |
+
overflow: hidden;
|
| 177 |
+
}
|
| 178 |
+
|
| 179 |
+
.x-shadow * {
|
| 180 |
+
padding: 0;
|
| 181 |
+
border: 0;
|
| 182 |
+
margin: 0;
|
| 183 |
+
clear: none;
|
| 184 |
+
zoom: 1;
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
|
| 188 |
+
.x-shadow .xstc, .x-shadow .xsbc {
|
| 189 |
+
height: 6px;
|
| 190 |
+
float: left;
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
+
|
| 194 |
+
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 195 |
+
width: 6px;
|
| 196 |
+
height: 6px;
|
| 197 |
+
float: left;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
.x-shadow .xsc {
|
| 202 |
+
width: 100%;
|
| 203 |
+
}
|
| 204 |
+
|
| 205 |
+
.x-shadow .xsml, .x-shadow .xsmr {
|
| 206 |
+
width: 6px;
|
| 207 |
+
float: left;
|
| 208 |
+
height: 100%;
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
.x-shadow .xsmc {
|
| 212 |
+
float: left;
|
| 213 |
+
height: 100%;
|
| 214 |
+
background: transparent url( ../images/default/shadow-c.png );
|
| 215 |
+
}
|
| 216 |
+
|
| 217 |
+
.x-shadow .xst, .x-shadow .xsb {
|
| 218 |
+
height: 6px;
|
| 219 |
+
overflow: hidden;
|
| 220 |
+
width: 100%;
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
.x-shadow .xsml {
|
| 224 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 225 |
+
}
|
| 226 |
+
|
| 227 |
+
.x-shadow .xsmr {
|
| 228 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 229 |
+
}
|
| 230 |
+
|
| 231 |
+
.x-shadow .xstl {
|
| 232 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 233 |
+
}
|
| 234 |
+
|
| 235 |
+
.x-shadow .xstc {
|
| 236 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
.x-shadow .xstr {
|
| 240 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 241 |
+
}
|
| 242 |
+
|
| 243 |
+
.x-shadow .xsbl {
|
| 244 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.x-shadow .xsbc {
|
| 248 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
.x-shadow .xsbr {
|
| 252 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 253 |
+
}
|
| 254 |
+
|
| 255 |
+
.loading-indicator {
|
| 256 |
+
font-size: 11px;
|
| 257 |
+
background-image: url( '../images/default/grid/loading.gif' );
|
| 258 |
+
background-repeat: no-repeat;
|
| 259 |
+
background-position: left;
|
| 260 |
+
padding-left: 20px;
|
| 261 |
+
line-height: 16px;
|
| 262 |
+
margin: 3px;
|
| 263 |
+
}
|
| 264 |
+
|
| 265 |
+
.x-text-resize {
|
| 266 |
+
position: absolute;
|
| 267 |
+
left: -1000px;
|
| 268 |
+
top: -1000px;
|
| 269 |
+
visibility: hidden;
|
| 270 |
+
zoom: 1;
|
| 271 |
+
}
|
| 272 |
+
|
| 273 |
+
.x-drag-overlay {
|
| 274 |
+
width: 100%;
|
| 275 |
+
height: 100%;
|
| 276 |
+
display: none;
|
| 277 |
+
position: absolute;
|
| 278 |
+
left: 0;
|
| 279 |
+
top: 0;
|
| 280 |
+
background: white;
|
| 281 |
+
z-index: 20000;
|
| 282 |
+
-moz-opacity: 0;
|
| 283 |
+
opacity: 0;
|
| 284 |
+
filter: alpha(opacity=0);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.x-clear {
|
| 288 |
+
clear:both;
|
| 289 |
+
height:0;
|
| 290 |
+
overflow:hidden;
|
| 291 |
+
line-height:0;
|
| 292 |
+
font-size:0;
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
.x-tabs-wrap {
|
| 296 |
+
border-bottom:1px solid #6593cf;
|
| 297 |
+
padding-top:2px;
|
| 298 |
+
}
|
| 299 |
+
.x-tabs-strip-wrap{
|
| 300 |
+
width:100%;
|
| 301 |
+
}
|
| 302 |
+
.x-tabs-wrap table{
|
| 303 |
+
position:relative;
|
| 304 |
+
top:0; left:0;
|
| 305 |
+
}
|
| 306 |
+
.x-tabs-strip td{
|
| 307 |
+
padding:0;
|
| 308 |
+
padding-left:2px;
|
| 309 |
+
}
|
| 310 |
+
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 311 |
+
display:block;
|
| 312 |
+
}
|
| 313 |
+
.x-tabs-strip a {
|
| 314 |
+
text-decoration:none !important;
|
| 315 |
+
-moz-outline: none;
|
| 316 |
+
outline: none;
|
| 317 |
+
cursor:pointer;
|
| 318 |
+
}
|
| 319 |
+
.x-tabs-strip .x-tabs-text {
|
| 320 |
+
font:bold 11px tahoma,arial,helvetica;
|
| 321 |
+
color:#666;
|
| 322 |
+
overflow:hidden;
|
| 323 |
+
white-space: nowrap;
|
| 324 |
+
cursor:pointer;
|
| 325 |
+
text-overflow: ellipsis;
|
| 326 |
+
}
|
| 327 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 328 |
+
cursor:default;
|
| 329 |
+
color:#083772;
|
| 330 |
+
}
|
| 331 |
+
.x-tabs-strip .disabled .x-tabs-text {
|
| 332 |
+
cursor:default;
|
| 333 |
+
color:#aaaaaa;
|
| 334 |
+
}
|
| 335 |
+
.x-tabs-strip .x-tabs-inner {
|
| 336 |
+
padding:4px 10px;
|
| 337 |
+
}
|
| 338 |
+
|
| 339 |
+
.x-tabs-strip .on .x-tabs-right {
|
| 340 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 341 |
+
}
|
| 342 |
+
.x-tabs-strip .on .x-tabs-left {
|
| 343 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 344 |
+
}
|
| 345 |
+
.x-tabs-strip .x-tabs-right {
|
| 346 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 347 |
+
}
|
| 348 |
+
.x-tabs-strip .x-tabs-left {
|
| 349 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 350 |
+
}
|
| 351 |
+
|
| 352 |
+
.x-tabs-strip a {
|
| 353 |
+
position:relative;
|
| 354 |
+
top:1px; left:0;
|
| 355 |
+
}
|
| 356 |
+
.x-tabs-strip .on a {
|
| 357 |
+
position:relative;
|
| 358 |
+
}
|
| 359 |
+
.x-tabs-strip .on .x-tabs-inner {
|
| 360 |
+
padding-bottom:5px;
|
| 361 |
+
}
|
| 362 |
+
|
| 363 |
+
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 364 |
+
padding-right:22px;
|
| 365 |
+
position:relative;
|
| 366 |
+
}
|
| 367 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 368 |
+
line-height: 1px;
|
| 369 |
+
font-size:1px;
|
| 370 |
+
background-image:url(../images/default/layout/tab-close.gif);
|
| 371 |
+
display:block;
|
| 372 |
+
position:absolute;
|
| 373 |
+
right:5px;top:4px;
|
| 374 |
+
width:11px;height:11px;
|
| 375 |
+
cursor:pointer;
|
| 376 |
+
}
|
| 377 |
+
.x-tabs-strip .on .close-icon{
|
| 378 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 379 |
+
}
|
| 380 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 381 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 382 |
+
}
|
| 383 |
+
.x-tabs-body {
|
| 384 |
+
border:1px solid #6593cf;
|
| 385 |
+
border-top:0 none;
|
| 386 |
+
}
|
| 387 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 388 |
+
border-top:1px solid #6593cf;
|
| 389 |
+
border-bottom:0 none;
|
| 390 |
+
padding-top:0;
|
| 391 |
+
padding-bottom:2px;
|
| 392 |
+
}
|
| 393 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 394 |
+
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 395 |
+
}
|
| 396 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 397 |
+
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 398 |
+
}
|
| 399 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 400 |
+
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 401 |
+
}
|
| 402 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 403 |
+
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 404 |
+
}
|
| 405 |
+
.x-tabs-bottom .x-tabs-strip a {
|
| 406 |
+
position:relative;
|
| 407 |
+
top:0; left:0;
|
| 408 |
+
}
|
| 409 |
+
.x-tabs-bottom .x-tabs-strip .on a {
|
| 410 |
+
margin-top:-1px;
|
| 411 |
+
}
|
| 412 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 413 |
+
padding-top:5px;
|
| 414 |
+
}
|
| 415 |
+
|
| 416 |
+
.x-tabs-bottom .x-tabs-body {
|
| 417 |
+
border:1px solid #6593cf;
|
| 418 |
+
border-bottom:0 none;
|
| 419 |
+
}
|
| 420 |
+
|
| 421 |
|
| 422 |
|
| 423 |
.x-form-field{
|
| 627 |
width:200px;
|
| 628 |
}
|
| 629 |
|
| 630 |
+
.x-form-label-right label {
|
| 631 |
+
text-align:right;
|
| 632 |
+
}
|
| 633 |
+
|
| 634 |
+
.x-form-label-top .x-form-item label {
|
| 635 |
+
width:auto;
|
| 636 |
+
float:none;
|
| 637 |
+
clear:none;
|
| 638 |
+
display:inline;
|
| 639 |
+
margin-bottom:4px;
|
| 640 |
+
position:static;
|
| 641 |
+
}
|
| 642 |
+
.x-form-label-top .x-form-element {
|
| 643 |
+
padding-left:0;
|
| 644 |
+
padding-top:4px;
|
| 645 |
+
}
|
| 646 |
+
.x-form-label-top .x-form-item {
|
| 647 |
+
padding-bottom:4px;
|
| 648 |
+
}
|
| 649 |
+
.x-form fieldset {
|
| 650 |
+
border:1px solid #B5B8C8;
|
| 651 |
+
padding:10px 10px 5px 10px;
|
| 652 |
+
margin-bottom:10px;
|
| 653 |
+
}
|
| 654 |
+
.x-form fieldset legend {
|
| 655 |
+
font:bold 11px tahoma, arial, helvetica, sans-serif;
|
| 656 |
+
color:#15428b;
|
| 657 |
+
}
|
| 658 |
+
.ext-ie .x-form fieldset legend {
|
| 659 |
+
margin-bottom:10px;
|
| 660 |
+
}
|
| 661 |
+
.ext-ie .x-form fieldset {
|
| 662 |
+
padding-top: 0;
|
| 663 |
+
}
|
| 664 |
+
.x-form-empty-field {
|
| 665 |
+
color:gray;
|
| 666 |
+
}
|
| 667 |
+
|
| 668 |
+
.x-small-editor .x-form-field {
|
| 669 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 670 |
+
}
|
| 671 |
+
.x-small-editor .x-form-text {
|
| 672 |
+
height:20px;
|
| 673 |
+
line-height:16px;
|
| 674 |
+
vertical-align:middle;
|
| 675 |
+
}
|
| 676 |
+
.ext-ie .x-small-editor .x-form-text {
|
| 677 |
+
margin-top:-1px !important;
|
| 678 |
+
margin-bottom:-1px !important;
|
| 679 |
+
height:20px !important;
|
| 680 |
+
line-height:16px !important;
|
| 681 |
+
}
|
| 682 |
+
.ext-strict .x-small-editor .x-form-text {
|
| 683 |
+
height:16px !important;
|
| 684 |
+
}
|
| 685 |
+
.ext-safari .x-small-editor .x-form-field {
|
| 686 |
+
|
| 687 |
+
font:normal 12px arial, tahoma, helvetica, sans-serif;
|
| 688 |
+
}
|
| 689 |
+
.ext-ie .x-small-editor .x-form-text {
|
| 690 |
+
height:20px;
|
| 691 |
+
line-height:16px;
|
| 692 |
+
}
|
| 693 |
+
.ext-border-box .x-small-editor .x-form-text {
|
| 694 |
+
height:20px;
|
| 695 |
+
}
|
| 696 |
+
|
| 697 |
+
.x-small-editor .x-form-select-one {
|
| 698 |
+
height:20px;
|
| 699 |
+
line-height:16px;
|
| 700 |
+
vertical-align:middle;
|
| 701 |
+
}
|
| 702 |
+
.x-small-editor .x-form-num-field {
|
| 703 |
+
text-align:right;
|
| 704 |
+
}
|
| 705 |
+
.x-small-editor .x-form-field-wrap .x-form-trigger{
|
| 706 |
+
height:19px;
|
| 707 |
+
}
|
| 708 |
+
|
| 709 |
+
|
| 710 |
+
.x-form-clear {
|
| 711 |
+
clear:both;
|
| 712 |
+
height:0;
|
| 713 |
+
overflow:hidden;
|
| 714 |
+
line-height:0;
|
| 715 |
+
font-size:0;
|
| 716 |
+
}
|
| 717 |
+
.x-form-clear-left {
|
| 718 |
+
clear:left;
|
| 719 |
+
height:0;
|
| 720 |
+
overflow:hidden;
|
| 721 |
+
line-height:0;
|
| 722 |
+
font-size:0;
|
| 723 |
+
}
|
| 724 |
+
|
| 725 |
+
.x-form-cb-label {
|
| 726 |
+
width:'auto' !important;
|
| 727 |
+
float:none !important;
|
| 728 |
+
clear:none !important;
|
| 729 |
+
display:inline !important;
|
| 730 |
+
margin-left:4px;
|
| 731 |
+
}
|
| 732 |
+
|
| 733 |
+
.x-form-column {
|
| 734 |
+
float:left;
|
| 735 |
+
padding:0;
|
| 736 |
+
margin:0;
|
| 737 |
+
width:48%;
|
| 738 |
+
overflow:hidden;
|
| 739 |
+
zoom:1;
|
| 740 |
+
}
|
| 741 |
+
|
| 742 |
+
|
| 743 |
+
.x-form .x-form-btns-ct .x-btn{
|
| 744 |
+
float:right;
|
| 745 |
+
clear:none;
|
| 746 |
+
}
|
| 747 |
+
.x-form .x-form-btns-ct .x-form-btns td {
|
| 748 |
+
border:0;
|
| 749 |
+
padding:0;
|
| 750 |
+
}
|
| 751 |
+
.x-form .x-form-btns-ct .x-form-btns-right table{
|
| 752 |
+
float:right;
|
| 753 |
+
clear:none;
|
| 754 |
+
}
|
| 755 |
+
.x-form .x-form-btns-ct .x-form-btns-left table{
|
| 756 |
+
float:left;
|
| 757 |
+
clear:none;
|
| 758 |
+
}
|
| 759 |
+
.x-form .x-form-btns-ct .x-form-btns-center{
|
| 760 |
+
text-align:center;
|
| 761 |
+
}
|
| 762 |
+
.x-form .x-form-btns-ct .x-form-btns-center table{
|
| 763 |
+
margin:0 auto;
|
| 764 |
+
}
|
| 765 |
+
.x-form .x-form-btns-ct table td.x-form-btn-td{
|
| 766 |
+
padding:3px;
|
| 767 |
+
}
|
| 768 |
+
|
| 769 |
+
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
|
| 770 |
+
background-position:0 -147px;
|
| 771 |
+
}
|
| 772 |
+
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
|
| 773 |
+
background-position:0 -168px;
|
| 774 |
+
}
|
| 775 |
+
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
|
| 776 |
+
background-position:0 -189px;
|
| 777 |
+
}
|
| 778 |
+
|
| 779 |
+
.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
|
| 780 |
+
background-position:0 -126px;
|
| 781 |
+
}
|
| 782 |
+
.x-form .x-form-btns-ct .x-btn-click .x-btn-right{
|
| 783 |
+
background-position:0 -84px;
|
| 784 |
+
}
|
| 785 |
+
.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
|
| 786 |
+
background-position:0 -63px;
|
| 787 |
+
}
|
| 788 |
+
.x-form-invalid-icon {
|
| 789 |
+
width:16px;
|
| 790 |
+
height:18px;
|
| 791 |
+
visibility:hidden;
|
| 792 |
+
position:absolute;
|
| 793 |
+
left:0;
|
| 794 |
+
top:0;
|
| 795 |
+
display:block;
|
| 796 |
+
background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
|
| 797 |
+
}
|
| 798 |
+
.x-btn{
|
| 799 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 800 |
+
cursor:pointer;
|
| 801 |
+
white-space: nowrap;
|
| 802 |
+
}
|
| 803 |
+
.x-btn button{
|
| 804 |
+
border:0 none;
|
| 805 |
+
background:transparent;
|
| 806 |
+
font:normal 11px tahoma,verdana,helvetica;
|
| 807 |
+
padding-left:3px;
|
| 808 |
+
padding-right:3px;
|
| 809 |
+
cursor:pointer;
|
| 810 |
+
margin:0;
|
| 811 |
+
overflow:visible;
|
| 812 |
+
width:auto;
|
| 813 |
+
-moz-outline:0 none;
|
| 814 |
+
outline:0 none;
|
| 815 |
+
}
|
| 816 |
+
* html .ext-ie .x-btn button {
|
| 817 |
+
width:1px;
|
| 818 |
+
}
|
| 819 |
+
.ext-gecko .x-btn button {
|
| 820 |
+
padding-left:0;
|
| 821 |
+
padding-right:0;
|
| 822 |
+
}
|
| 823 |
+
.ext-ie .x-btn button {
|
| 824 |
+
padding-top:2px;
|
| 825 |
+
}
|
| 826 |
+
|
| 827 |
+
|
| 828 |
+
.x-btn-icon .x-btn-center .x-btn-text{
|
| 829 |
+
background-position: center;
|
| 830 |
+
background-repeat: no-repeat;
|
| 831 |
+
height: 16px;
|
| 832 |
+
width: 16px;
|
| 833 |
+
cursor:pointer;
|
| 834 |
+
white-space: nowrap;
|
| 835 |
+
padding:0;
|
| 836 |
+
}
|
| 837 |
+
.x-btn-icon .x-btn-center{
|
| 838 |
+
padding:1px;
|
| 839 |
+
}
|
| 840 |
+
.x-btn em {
|
| 841 |
+
font-style:normal;
|
| 842 |
+
font-weight:normal;
|
| 843 |
+
}
|
| 844 |
+
|
| 845 |
+
|
| 846 |
+
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 847 |
+
background-position: 0 2px;
|
| 848 |
+
background-repeat: no-repeat;
|
| 849 |
+
padding-left:18px;
|
| 850 |
+
padding-top:3px;
|
| 851 |
+
padding-bottom:3px;
|
| 852 |
+
padding-right:0;
|
| 853 |
+
}
|
| 854 |
+
|
| 855 |
+
.x-btn-left, .x-btn-right{
|
| 856 |
+
font-size:1px;
|
| 857 |
+
line-height:1px;
|
| 858 |
+
}
|
| 859 |
+
.x-btn-left{
|
| 860 |
+
width:3px;
|
| 861 |
+
height:21px;
|
| 862 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 863 |
+
}
|
| 864 |
+
.x-btn-right{
|
| 865 |
+
width:3px;
|
| 866 |
+
height:21px;
|
| 867 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 868 |
+
}
|
| 869 |
+
.x-btn-left i, .x-btn-right i{
|
| 870 |
+
display:block;
|
| 871 |
+
width:3px;
|
| 872 |
+
overflow:hidden;
|
| 873 |
+
font-size:1px;
|
| 874 |
+
line-height:1px;
|
| 875 |
+
}
|
| 876 |
+
.x-btn-center{
|
| 877 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 878 |
+
vertical-align: middle;
|
| 879 |
+
text-align:center;
|
| 880 |
+
padding:0 5px;
|
| 881 |
+
cursor:pointer;
|
| 882 |
+
white-space:nowrap;
|
| 883 |
+
}
|
| 884 |
+
.x-btn-over .x-btn-left{
|
| 885 |
+
background-position:0 -63px;
|
| 886 |
+
}
|
| 887 |
+
.x-btn-over .x-btn-right{
|
| 888 |
+
background-position:0 -84px;
|
| 889 |
+
}
|
| 890 |
+
.x-btn-over .x-btn-center{
|
| 891 |
+
background-position:0 -105px;
|
| 892 |
+
}
|
| 893 |
+
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 894 |
+
background-position:0 -126px;
|
| 895 |
+
}
|
| 896 |
+
.x-btn-disabled *{
|
| 897 |
+
color:gray !important;
|
| 898 |
+
cursor:default !important;
|
| 899 |
+
}
|
| 900 |
+
.x-btn-menu-text-wrap .x-btn-center {
|
| 901 |
+
padding:0 3px;
|
| 902 |
+
}
|
| 903 |
+
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 904 |
+
padding:0 1px;
|
| 905 |
+
}
|
| 906 |
+
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 907 |
+
padding:0;
|
| 908 |
+
}
|
| 909 |
+
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 910 |
+
width:12px !important;
|
| 911 |
+
height:21px;
|
| 912 |
+
padding:0 !important;
|
| 913 |
+
display:block;
|
| 914 |
+
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 915 |
+
}
|
| 916 |
+
.x-btn-with-menu .x-btn-center {
|
| 917 |
+
padding-right:2px !important;
|
| 918 |
+
}
|
| 919 |
+
.x-btn-with-menu .x-btn-center em {
|
| 920 |
+
display:block;
|
| 921 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 922 |
+
padding-right:10px;
|
| 923 |
+
}
|
| 924 |
+
|
| 925 |
+
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 926 |
+
display:block;
|
| 927 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 928 |
+
padding-right:10px;
|
| 929 |
+
}
|
| 930 |
+
.x-toolbar{
|
| 931 |
+
border-top: 1px solid #eaf0f7;
|
| 932 |
+
border-bottom: 1px solid #a9bfd3;
|
| 933 |
+
display: block;
|
| 934 |
+
padding:2px;
|
| 935 |
+
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 936 |
+
}
|
| 937 |
+
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 938 |
+
opacity: .35;
|
| 939 |
+
-moz-opacity: .35;
|
| 940 |
+
filter: alpha(opacity=35);
|
| 941 |
+
}
|
| 942 |
+
.x-toolbar td {
|
| 943 |
+
vertical-align:middle;
|
| 944 |
+
}
|
| 945 |
+
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 946 |
+
border: 0 none;
|
| 947 |
+
background: url(../images/default/grid/mso-hd.gif);
|
| 948 |
+
}
|
| 949 |
+
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
|
| 950 |
+
white-space: nowrap;
|
| 951 |
+
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 952 |
+
}
|
| 953 |
+
.x-toolbar .x-item-disabled {
|
| 954 |
+
color:gray;
|
| 955 |
+
cursor:default;
|
| 956 |
+
opacity:.6;
|
| 957 |
+
-moz-opacity:.6;
|
| 958 |
+
filter:alpha(opacity=60);
|
| 959 |
+
}
|
| 960 |
+
.x-toolbar .x-item-disabled * {
|
| 961 |
+
color:gray;
|
| 962 |
+
cursor:default;
|
| 963 |
+
}
|
| 964 |
+
.x-toolbar .x-btn-left{
|
| 965 |
+
background:none;
|
| 966 |
+
}
|
| 967 |
+
.x-toolbar .x-btn-right{
|
| 968 |
+
background:none;
|
| 969 |
+
}
|
| 970 |
+
.x-toolbar .x-btn-center{
|
| 971 |
+
background:none;
|
| 972 |
+
padding:0 0;
|
| 973 |
+
}
|
| 974 |
+
|
| 975 |
+
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 976 |
+
padding-right:2px;
|
| 977 |
+
}
|
| 978 |
+
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 979 |
+
padding-right:0;
|
| 980 |
+
}
|
| 981 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 982 |
+
padding:0 2px;
|
| 983 |
+
}
|
| 984 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 985 |
+
width:12px;
|
| 986 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 987 |
+
}
|
| 988 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 989 |
+
width:12px;
|
| 990 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 991 |
+
}
|
| 992 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 993 |
+
background-position: 0 -47px;
|
| 994 |
+
}
|
| 995 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 996 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 997 |
+
}
|
| 998 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 999 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 1000 |
+
}
|
| 1001 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 1002 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 1003 |
+
}
|
| 1004 |
+
|
| 1005 |
+
.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{
|
| 1006 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 1007 |
+
}
|
| 1008 |
+
.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{
|
| 1009 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 1010 |
+
}
|
| 1011 |
+
.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{
|
| 1012 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 1013 |
+
}
|
| 1014 |
+
|
| 1015 |
+
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 1016 |
+
padding-right:8px;
|
| 1017 |
+
}
|
| 1018 |
+
|
| 1019 |
+
.x-toolbar .ytb-text{
|
| 1020 |
+
padding:2px;
|
| 1021 |
+
}
|
| 1022 |
+
.x-toolbar .ytb-sep {
|
| 1023 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 1024 |
+
background-position: center;
|
| 1025 |
+
background-repeat: no-repeat;
|
| 1026 |
+
display: block;
|
| 1027 |
+
font-size: 1px;
|
| 1028 |
+
height: 16px;
|
| 1029 |
+
width:4px;
|
| 1030 |
+
overflow: hidden;
|
| 1031 |
+
cursor:default;
|
| 1032 |
+
margin: 0 2px 0;
|
| 1033 |
+
border:0;
|
| 1034 |
+
}
|
| 1035 |
+
.x-toolbar .ytb-spacer {
|
| 1036 |
+
width:2px;
|
| 1037 |
+
}
|
| 1038 |
+
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 1039 |
+
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 1040 |
+
}
|
| 1041 |
+
|
| 1042 |
+
|
| 1043 |
+
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 1044 |
+
padding-bottom:1px;
|
| 1045 |
+
}
|
| 1046 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 1047 |
+
top:1px;
|
| 1048 |
+
}
|
| 1049 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 1050 |
+
margin-top:1px;
|
| 1051 |
+
}
|
| 1052 |
+
|
| 1053 |
+
|
| 1054 |
+
|
| 1055 |
+
.x-grid-page-number{
|
| 1056 |
+
width:24px;
|
| 1057 |
+
height:14px;
|
| 1058 |
+
}
|
| 1059 |
+
.x-grid-page-first .x-btn-text{
|
| 1060 |
+
background-image: url(../images/default/grid/page-first.gif);
|
| 1061 |
+
}
|
| 1062 |
+
.x-grid-loading .x-btn-text{
|
| 1063 |
+
background-image: url(../images/default/grid/done.gif);
|
| 1064 |
+
}
|
| 1065 |
+
.x-grid-page-last .x-btn-text{
|
| 1066 |
+
background-image: url(../images/default/grid/page-last.gif);
|
| 1067 |
+
}
|
| 1068 |
+
.x-grid-page-next .x-btn-text{
|
| 1069 |
+
background-image: url(../images/default/grid/page-next.gif);
|
| 1070 |
+
}
|
| 1071 |
+
.x-grid-page-prev .x-btn-text{
|
| 1072 |
+
background-image: url(../images/default/grid/page-prev.gif);
|
| 1073 |
+
}
|
| 1074 |
+
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 1075 |
+
background-image: url(../images/default/grid/loading.gif);
|
| 1076 |
+
}
|
| 1077 |
+
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 1078 |
+
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 1079 |
+
}
|
| 1080 |
+
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 1081 |
+
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 1082 |
+
}
|
| 1083 |
+
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 1084 |
+
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 1085 |
+
}
|
| 1086 |
+
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 1087 |
+
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 1088 |
+
}
|
| 1089 |
+
.x-paging-info {
|
| 1090 |
+
position:absolute;
|
| 1091 |
+
top:8px;
|
| 1092 |
+
right: 8px;
|
| 1093 |
+
color:#15428b;
|
| 1094 |
+
}
|
| 1095 |
+
|
| 1096 |
+
.x-resizable-handle {
|
| 1097 |
+
position:absolute;
|
| 1098 |
+
z-index:100;
|
| 1099 |
+
|
| 1100 |
+
font-size:1px;
|
| 1101 |
+
line-height:6px;
|
| 1102 |
+
overflow:hidden;
|
| 1103 |
+
background:white;
|
| 1104 |
+
filter:alpha(opacity=0);
|
| 1105 |
+
opacity:0;
|
| 1106 |
+
zoom:1;
|
| 1107 |
+
}
|
| 1108 |
+
.x-resizable-handle-east{
|
| 1109 |
+
width:6px;
|
| 1110 |
+
cursor:e-resize;
|
| 1111 |
+
right:0;
|
| 1112 |
+
top:0;
|
| 1113 |
+
height:100%;
|
| 1114 |
+
}
|
| 1115 |
+
.ext-ie .x-resizable-handle-east {
|
| 1116 |
+
margin-right:-1px;
|
| 1117 |
+
}
|
| 1118 |
+
.x-resizable-handle-south{
|
| 1119 |
+
width:100%;
|
| 1120 |
+
cursor:s-resize;
|
| 1121 |
+
left:0;
|
| 1122 |
+
bottom:0;
|
| 1123 |
+
height:6px;
|
| 1124 |
+
}
|
| 1125 |
+
.ext-ie .x-resizable-handle-south {
|
| 1126 |
+
margin-bottom:-1px;
|
| 1127 |
+
}
|
| 1128 |
+
.x-resizable-handle-west{
|
| 1129 |
+
width:6px;
|
| 1130 |
+
cursor:w-resize;
|
| 1131 |
+
left:0;
|
| 1132 |
+
top:0;
|
| 1133 |
+
height:100%;
|
| 1134 |
+
}
|
| 1135 |
+
.x-resizable-handle-north{
|
| 1136 |
+
width:100%;
|
| 1137 |
+
cursor:n-resize;
|
| 1138 |
+
left:0;
|
| 1139 |
+
top:0;
|
| 1140 |
+
height:6px;
|
| 1141 |
+
}
|
| 1142 |
+
.x-resizable-handle-southeast{
|
| 1143 |
+
width:6px;
|
| 1144 |
+
cursor:se-resize;
|
| 1145 |
+
right:0;
|
| 1146 |
+
bottom:0;
|
| 1147 |
+
height:6px;
|
| 1148 |
+
z-index:101;
|
| 1149 |
+
}
|
| 1150 |
+
.x-resizable-handle-northwest{
|
| 1151 |
+
width:6px;
|
| 1152 |
+
cursor:nw-resize;
|
| 1153 |
+
left:0;
|
| 1154 |
+
top:0;
|
| 1155 |
+
height:6px;
|
| 1156 |
+
z-index:101;
|
| 1157 |
+
}
|
| 1158 |
+
.x-resizable-handle-northeast{
|
| 1159 |
+
width:6px;
|
| 1160 |
+
cursor:ne-resize;
|
| 1161 |
+
right:0;
|
| 1162 |
+
top:0;
|
| 1163 |
+
height:6px;
|
| 1164 |
+
z-index:101;
|
| 1165 |
+
}
|
| 1166 |
+
.x-resizable-handle-southwest{
|
| 1167 |
+
width:6px;
|
| 1168 |
+
cursor:sw-resize;
|
| 1169 |
+
left:0;
|
| 1170 |
+
bottom:0;
|
| 1171 |
+
height:6px;
|
| 1172 |
+
z-index:101;
|
| 1173 |
+
}
|
| 1174 |
+
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 1175 |
+
filter:alpha(opacity=100);
|
| 1176 |
+
opacity:1;
|
| 1177 |
+
}
|
| 1178 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 1179 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 1180 |
+
background-position: left;
|
| 1181 |
+
}
|
| 1182 |
+
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 1183 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 1184 |
+
background-position: left;
|
| 1185 |
+
}
|
| 1186 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 1187 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 1188 |
+
background-position: top;
|
| 1189 |
+
}
|
| 1190 |
+
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 1191 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 1192 |
+
background-position: top;
|
| 1193 |
+
}
|
| 1194 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 1195 |
+
background:url(../images/default/sizer/se-handle.gif);
|
| 1196 |
+
background-position: top left;
|
| 1197 |
+
}
|
| 1198 |
+
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 1199 |
+
background:url(../images/default/sizer/nw-handle.gif);
|
| 1200 |
+
background-position:bottom right;
|
| 1201 |
+
}
|
| 1202 |
+
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 1203 |
+
background:url(../images/default/sizer/ne-handle.gif);
|
| 1204 |
+
background-position: bottom left;
|
| 1205 |
+
}
|
| 1206 |
+
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 1207 |
+
background:url(../images/default/sizer/sw-handle.gif);
|
| 1208 |
+
background-position: top right;
|
| 1209 |
+
}
|
| 1210 |
+
.x-resizable-proxy{
|
| 1211 |
+
border: 1px dashed #6593cf;
|
| 1212 |
+
position:absolute;
|
| 1213 |
+
overflow:hidden;
|
| 1214 |
+
display:none;
|
| 1215 |
+
left:0;top:0;
|
| 1216 |
+
z-index:50000;
|
| 1217 |
+
}
|
| 1218 |
+
.x-resizable-overlay{
|
| 1219 |
+
width:100%;
|
| 1220 |
+
height:100%;
|
| 1221 |
+
display:none;
|
| 1222 |
+
position:absolute;
|
| 1223 |
+
left:0;
|
| 1224 |
+
top:0;
|
| 1225 |
+
background:white;
|
| 1226 |
+
z-index:200000;
|
| 1227 |
+
-moz-opacity: 0;
|
| 1228 |
+
opacity:0;
|
| 1229 |
+
filter: alpha(opacity=0);
|
| 1230 |
+
}
|
| 1231 |
+
|
| 1232 |
+
|
| 1233 |
+
.x-grid3 {
|
| 1234 |
+
position:relative;
|
| 1235 |
+
overflow:hidden;
|
| 1236 |
+
background-color:#fff;
|
| 1237 |
+
}
|
| 1238 |
+
.ext-ie .x-grid3 table {
|
| 1239 |
+
table-layout:fixed;
|
| 1240 |
+
}
|
| 1241 |
+
.x-grid3-viewport{
|
| 1242 |
+
overflow:hidden;
|
| 1243 |
+
}
|
| 1244 |
+
.x-grid3-hd-row td, .x-grid3-row td{
|
| 1245 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 1246 |
+
-moz-outline: none;
|
| 1247 |
+
-moz-user-focus: normal;
|
| 1248 |
+
}
|
| 1249 |
+
.x-grid3-row td {
|
| 1250 |
+
line-height:13px;
|
| 1251 |
+
vertical-align: top;
|
| 1252 |
+
padding-left:1px;
|
| 1253 |
+
padding-right:1px;
|
| 1254 |
+
-moz-user-select: none;
|
| 1255 |
+
}
|
| 1256 |
+
.x-grid3-hd-row td {
|
| 1257 |
+
line-height:15px;
|
| 1258 |
+
vertical-align:middle;
|
| 1259 |
+
border-left:1px solid #eee;
|
| 1260 |
+
border-right:1px solid #d0d0d0;
|
| 1261 |
+
}
|
| 1262 |
+
|
| 1263 |
+
.x-grid3-hd-row .x-grid3-marker-hd {
|
| 1264 |
+
padding:3px;
|
| 1265 |
+
}
|
| 1266 |
+
|
| 1267 |
+
.x-grid3-row .x-grid3-marker {
|
| 1268 |
+
padding:3px;
|
| 1269 |
+
}
|
| 1270 |
+
|
| 1271 |
+
.x-grid3-cell-inner, .x-grid3-hd-inner{
|
| 1272 |
+
overflow:hidden;
|
| 1273 |
+
-o-text-overflow: ellipsis;
|
| 1274 |
+
text-overflow: ellipsis;
|
| 1275 |
+
padding:3px 3px 3px 5px;
|
| 1276 |
+
white-space: nowrap;
|
| 1277 |
+
}
|
| 1278 |
+
|
| 1279 |
+
.x-grid3-hd-inner {
|
| 1280 |
+
position:relative;
|
| 1281 |
+
cursor:inherit;
|
| 1282 |
+
padding:4px 3px 4px 5px;
|
| 1283 |
+
}
|
| 1284 |
+
|
| 1285 |
+
.x-grid3-row-body {
|
| 1286 |
+
white-space:normal;
|
| 1287 |
+
}
|
| 1288 |
+
|
| 1289 |
+
|
| 1290 |
+
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
|
| 1291 |
+
width:100%;
|
| 1292 |
+
}
|
| 1293 |
+
|
| 1294 |
+
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
|
| 1295 |
+
width:auto;
|
| 1296 |
+
}
|
| 1297 |
+
|
| 1298 |
+
.x-grid3-col {
|
| 1299 |
+
|
| 1300 |
+
}
|
| 1301 |
+
|
| 1302 |
+
.x-grid3-row {
|
| 1303 |
+
cursor: default;
|
| 1304 |
+
border:1px solid #ededed;
|
| 1305 |
+
border-top-color:#fff;
|
| 1306 |
+
|
| 1307 |
+
width:100%;
|
| 1308 |
+
}
|
| 1309 |
+
.x-grid3-row-alt{
|
| 1310 |
+
|
| 1311 |
+
}
|
| 1312 |
+
|
| 1313 |
+
.x-grid3-row-over {
|
| 1314 |
+
border:1px solid #dddddd;
|
| 1315 |
+
background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
|
| 1316 |
+
}
|
| 1317 |
+
|
| 1318 |
+
.x-grid3-resize-proxy {
|
| 1319 |
+
width:3px;
|
| 1320 |
+
background-color:#cccccc;
|
| 1321 |
+
cursor: e-resize;
|
| 1322 |
+
cursor: col-resize;
|
| 1323 |
+
position:absolute;
|
| 1324 |
+
top:0;
|
| 1325 |
+
height:100px;
|
| 1326 |
+
overflow:hidden;
|
| 1327 |
+
visibility:hidden;
|
| 1328 |
+
border:0 none;
|
| 1329 |
+
z-index:7;
|
| 1330 |
+
}
|
| 1331 |
+
.x-grid3-focus {
|
| 1332 |
+
position:absolute;
|
| 1333 |
+
top:0;
|
| 1334 |
+
-moz-outline:0 none;
|
| 1335 |
+
outline:0 none;
|
| 1336 |
+
-moz-user-select: normal;
|
| 1337 |
+
-khtml-user-select: normal;
|
| 1338 |
+
}
|
| 1339 |
+
|
| 1340 |
+
|
| 1341 |
+
.x-grid3-header{
|
| 1342 |
+
background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
| 1343 |
+
cursor:default;
|
| 1344 |
+
zoom:1;
|
| 1345 |
+
padding:1px 0 0 0;
|
| 1346 |
+
}
|
| 1347 |
+
|
| 1348 |
+
.x-grid3-header-pop {
|
| 1349 |
+
border-left:1px solid #d0d0d0;
|
| 1350 |
+
float:right;
|
| 1351 |
+
clear:none;
|
| 1352 |
+
}
|
| 1353 |
+
.x-grid3-header-pop-inner {
|
| 1354 |
+
border-left:1px solid #eee;
|
| 1355 |
+
width:14px;
|
| 1356 |
+
height:19px;
|
| 1357 |
+
background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
|
| 1358 |
+
}
|
| 1359 |
+
.ext-ie .x-grid3-header-pop-inner {
|
| 1360 |
+
width:15px;
|
| 1361 |
+
}
|
| 1362 |
+
.ext-strict .x-grid3-header-pop-inner {
|
| 1363 |
+
width:14px;
|
| 1364 |
+
}
|
| 1365 |
+
.x-grid3-header-inner {
|
| 1366 |
+
overflow:hidden;
|
| 1367 |
+
zoom:1;
|
| 1368 |
+
float:left;
|
| 1369 |
+
}
|
| 1370 |
+
.x-grid3-header-offset {
|
| 1371 |
+
padding-left:1px;
|
| 1372 |
+
width:10000px;
|
| 1373 |
+
}
|
| 1374 |
+
|
| 1375 |
+
|
| 1376 |
+
|
| 1377 |
+
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
|
| 1378 |
+
border-left:1px solid #aaccf6;
|
| 1379 |
+
border-right:1px solid #aaccf6;
|
| 1380 |
+
}
|
| 1381 |
+
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
|
| 1382 |
+
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 1383 |
+
|
| 1384 |
+
}
|
| 1385 |
+
.x-grid3-sort-icon{
|
| 1386 |
+
background-repeat: no-repeat;
|
| 1387 |
+
display: none;
|
| 1388 |
+
height: 4px;
|
| 1389 |
+
width: 13px;
|
| 1390 |
+
margin-left:3px;
|
| 1391 |
+
vertical-align: middle;
|
| 1392 |
+
}
|
| 1393 |
+
.sort-asc .x-grid3-sort-icon {
|
| 1394 |
+
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 1395 |
+
display: inline;
|
| 1396 |
+
}
|
| 1397 |
+
.sort-desc .x-grid3-sort-icon {
|
| 1398 |
+
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 1399 |
+
display: inline;
|
| 1400 |
+
}
|
| 1401 |
+
|
| 1402 |
+
|
| 1403 |
+
.x-grid3-body {
|
| 1404 |
+
overflow:auto;
|
| 1405 |
+
}
|
| 1406 |
+
.x-grid3-body-inner {
|
| 1407 |
+
overflow:auto;
|
| 1408 |
+
}
|
| 1409 |
+
.x-grid3-cell-text, .x-grid3-hd-text {
|
| 1410 |
+
display: block;
|
| 1411 |
+
padding: 3px 5px 3px 5px;
|
| 1412 |
+
-moz-user-select: none;
|
| 1413 |
+
-khtml-user-select: none;
|
| 1414 |
+
color:black;
|
| 1415 |
+
}
|
| 1416 |
+
.x-grid3-split {
|
| 1417 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 1418 |
+
background-position: center;
|
| 1419 |
+
background-repeat: no-repeat;
|
| 1420 |
+
cursor: e-resize;
|
| 1421 |
+
cursor: col-resize;
|
| 1422 |
+
display: block;
|
| 1423 |
+
font-size: 1px;
|
| 1424 |
+
height: 16px;
|
| 1425 |
+
overflow: hidden;
|
| 1426 |
+
position: absolute;
|
| 1427 |
+
top: 2px;
|
| 1428 |
+
width: 6px;
|
| 1429 |
+
z-index: 3;
|
| 1430 |
+
}
|
| 1431 |
+
|
| 1432 |
+
.x-grid3-hd-text {
|
| 1433 |
+
color:#15428b;
|
| 1434 |
+
}
|
| 1435 |
+
|
| 1436 |
+
.x-dd-drag-proxy .x-grid3-hd-inner{
|
| 1437 |
+
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 1438 |
+
width:120px;
|
| 1439 |
+
padding:3px;
|
| 1440 |
+
border:1px solid #aaccf6;
|
| 1441 |
+
overflow:hidden;
|
| 1442 |
+
}
|
| 1443 |
+
|
| 1444 |
+
.col-move-top, .col-move-bottom{
|
| 1445 |
+
width:9px;
|
| 1446 |
+
height:9px;
|
| 1447 |
+
position:absolute;
|
| 1448 |
+
top:0;
|
| 1449 |
+
line-height:1px;
|
| 1450 |
+
font-size:1px;
|
| 1451 |
+
overflow:hidden;
|
| 1452 |
+
visibility:hidden;
|
| 1453 |
+
z-index:20000;
|
| 1454 |
+
}
|
| 1455 |
+
.col-move-top{
|
| 1456 |
+
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 1457 |
+
}
|
| 1458 |
+
.col-move-bottom{
|
| 1459 |
+
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 1460 |
+
}
|
| 1461 |
+
|
| 1462 |
+
|
| 1463 |
+
.x-grid3-row-selected {
|
| 1464 |
+
background: #d9e8fb url(../images/default/grid/row-sel.gif) repeat-x left top;
|
| 1465 |
+
border:1px solid #99bbe8;
|
| 1466 |
+
}
|
| 1467 |
+
.x-grid3-row-selected span, .x-grid3-row-selected b, .x-grid3-row-selected div, .x-grid3-row-selected strong, .x-grid3-row-selected i{
|
| 1468 |
+
|
| 1469 |
+
}
|
| 1470 |
+
.x-grid3-cell-selected{
|
| 1471 |
+
background-color: #316ac5 !important;
|
| 1472 |
+
color: white;
|
| 1473 |
+
}
|
| 1474 |
+
.x-grid3-cell-selected span{
|
| 1475 |
+
color: white !important;
|
| 1476 |
+
}
|
| 1477 |
+
.x-grid3-cell-selected .x-grid3-cell-text{
|
| 1478 |
+
color: white;
|
| 1479 |
+
}
|
| 1480 |
+
|
| 1481 |
+
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
|
| 1482 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 1483 |
+
vertical-align:middle !important;
|
| 1484 |
+
color:black;
|
| 1485 |
+
padding:0;
|
| 1486 |
+
border-top:1px solid white;
|
| 1487 |
+
border-bottom:none !important;
|
| 1488 |
+
border-right:1px solid #6fa0df !important;
|
| 1489 |
+
text-align:center;
|
| 1490 |
+
}
|
| 1491 |
+
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
|
| 1492 |
+
padding:0 4px;
|
| 1493 |
+
color:#15428b !important;
|
| 1494 |
+
text-align:center;
|
| 1495 |
+
}
|
| 1496 |
+
|
| 1497 |
+
|
| 1498 |
+
.x-grid3-dirty-cell {
|
| 1499 |
+
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 1500 |
+
}
|
| 1501 |
+
|
| 1502 |
+
|
| 1503 |
+
.x-grid3-topbar, .x-grid3-bottombar{
|
| 1504 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 1505 |
+
overflow:hidden;
|
| 1506 |
+
display:none;
|
| 1507 |
+
zoom:1;
|
| 1508 |
+
position:relative;
|
| 1509 |
+
}
|
| 1510 |
+
.x-grid3-topbar .x-toolbar{
|
| 1511 |
+
border-right:0 none;
|
| 1512 |
+
}
|
| 1513 |
+
.x-grid3-bottombar .x-toolbar{
|
| 1514 |
+
border-right:0 none;
|
| 1515 |
+
border-bottom:0 none;
|
| 1516 |
+
border-top:1px solid #a9bfd3;
|
| 1517 |
+
}
|
| 1518 |
+
|
| 1519 |
+
.x-props-grid .x-grid3-cell-selected .x-grid3-cell-text{
|
| 1520 |
+
background-color: #316ac5 !important;
|
| 1521 |
+
}
|
| 1522 |
+
.x-props-grid .x-grid3-col-value .x-grid3-cell-text{
|
| 1523 |
+
background-color: white;
|
| 1524 |
+
}
|
| 1525 |
+
.x-props-grid .x-grid3-col-name{
|
| 1526 |
+
background-color: #c3daf9;
|
| 1527 |
+
}
|
| 1528 |
+
.x-props-grid .x-grid3-col-name .x-grid3-cell-text{
|
| 1529 |
+
background-color: white;
|
| 1530 |
+
margin-left:10px;
|
| 1531 |
+
}
|
| 1532 |
+
.x-props-grid .x-grid3-split-value {
|
| 1533 |
+
visibility:hidden;
|
| 1534 |
+
}
|
| 1535 |
+
|
| 1536 |
+
|
| 1537 |
+
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 1538 |
+
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 1539 |
+
}
|
| 1540 |
+
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 1541 |
+
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 1542 |
+
}
|
| 1543 |
+
.xg-hmenu-lock .x-menu-item-icon{
|
| 1544 |
+
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 1545 |
+
}
|
| 1546 |
+
.xg-hmenu-unlock .x-menu-item-icon{
|
| 1547 |
+
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 1548 |
+
}
|
| 1549 |
+
|
| 1550 |
+
|
| 1551 |
+
.x-grid3-col-dd {
|
| 1552 |
+
border:0 none;
|
| 1553 |
+
padding:0;
|
| 1554 |
+
background:transparent;
|
| 1555 |
+
}
|
| 1556 |
+
|
| 1557 |
+
.x-dd-drag-ghost .x-grid3-dd-wrap {
|
| 1558 |
+
padding:1px 3px 3px 1px;
|
| 1559 |
+
}
|
| 1560 |
+
|
| 1561 |
+
.x-grid3-hd-btn {
|
| 1562 |
+
display:none;
|
| 1563 |
+
position:absolute;
|
| 1564 |
+
width:14px;
|
| 1565 |
+
background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
|
| 1566 |
+
right:0;
|
| 1567 |
+
top:0;
|
| 1568 |
+
z-index:2;
|
| 1569 |
+
cursor:pointer;
|
| 1570 |
+
}
|
| 1571 |
+
|
| 1572 |
+
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
|
| 1573 |
+
display:block;
|
| 1574 |
+
}
|
| 1575 |
+
|
| 1576 |
+
a.x-grid3-hd-btn:hover {
|
| 1577 |
+
background-position:-14px center;
|
| 1578 |
+
}
|
| 1579 |
+
|
| 1580 |
+
|
| 1581 |
+
|
| 1582 |
+
.x-grid3-body .x-grid3-td-expander {
|
| 1583 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1584 |
+
}
|
| 1585 |
+
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
|
| 1586 |
+
padding:0 !important;
|
| 1587 |
+
height:100%;
|
| 1588 |
+
}
|
| 1589 |
+
.x-grid3-row-expander {
|
| 1590 |
+
width:100%;
|
| 1591 |
+
height:18px;
|
| 1592 |
+
background-position:4px 2px;
|
| 1593 |
+
background-repeat:no-repeat;
|
| 1594 |
+
background-color:transparent;
|
| 1595 |
+
background-image:url(../images/default/grid/row-expand-sprite.gif);
|
| 1596 |
+
}
|
| 1597 |
+
.x-grid3-row-collapsed .x-grid3-row-expander {
|
| 1598 |
+
background-position:4px 2px;
|
| 1599 |
+
}
|
| 1600 |
+
.x-grid3-row-expanded .x-grid3-row-expander {
|
| 1601 |
+
background-position:-21px 2px;
|
| 1602 |
+
}
|
| 1603 |
+
.x-grid3-row-collapsed .x-grid3-row-body {
|
| 1604 |
+
display:none !important;
|
| 1605 |
+
}
|
| 1606 |
+
.x-grid3-row-expanded .x-grid3-row-body {
|
| 1607 |
+
display:block !important;
|
| 1608 |
+
}
|
| 1609 |
+
|
| 1610 |
+
|
| 1611 |
+
|
| 1612 |
+
.x-grid3-body .x-grid3-td-checker {
|
| 1613 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1614 |
+
}
|
| 1615 |
+
|
| 1616 |
+
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
|
| 1617 |
+
padding:0 !important;
|
| 1618 |
+
height:100%;
|
| 1619 |
+
}
|
| 1620 |
+
|
| 1621 |
+
.x-grid3-row-checker, .x-grid3-hd-checker {
|
| 1622 |
+
width:100%;
|
| 1623 |
+
height:18px;
|
| 1624 |
+
background-position:2px 2px;
|
| 1625 |
+
background-repeat:no-repeat;
|
| 1626 |
+
background-color:transparent;
|
| 1627 |
+
background-image:url(../images/default/grid/row-check-sprite.gif);
|
| 1628 |
+
}
|
| 1629 |
+
.x-grid3-row .x-grid3-row-checker {
|
| 1630 |
+
background-position:2px 2px;
|
| 1631 |
+
}
|
| 1632 |
+
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 1633 |
+
background-position:-23px 2px;
|
| 1634 |
+
}
|
| 1635 |
+
.x-grid3-hd-checker {
|
| 1636 |
+
background-position:2px 3px;
|
| 1637 |
+
}
|
| 1638 |
+
.x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 1639 |
+
background-position:-23px 3px;
|
| 1640 |
+
}
|
| 1641 |
+
|
| 1642 |
+
|
| 1643 |
+
|
| 1644 |
+
.x-grid3-body .x-grid3-td-numberer {
|
| 1645 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 1646 |
+
}
|
| 1647 |
+
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
|
| 1648 |
+
padding:3px 5px 0 0 !important;
|
| 1649 |
+
text-align:right;
|
| 1650 |
+
color:#444;
|
| 1651 |
+
}
|
| 1652 |
+
|
| 1653 |
+
|
| 1654 |
+
|
| 1655 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
|
| 1656 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
|
| 1657 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
|
| 1658 |
+
background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
|
| 1659 |
+
}
|
| 1660 |
+
|
| 1661 |
+
|
| 1662 |
+
.x-layout-container{
|
| 1663 |
+
width:100%;
|
| 1664 |
+
height:100%;
|
| 1665 |
+
overflow:hidden;
|
| 1666 |
+
background-color:#c3daf9;
|
| 1667 |
+
}
|
| 1668 |
+
.x-layout-container .x-layout-tabs-body{
|
| 1669 |
+
border:0 none;
|
| 1670 |
+
}
|
| 1671 |
+
.x-layout-collapsed{
|
| 1672 |
+
position:absolute;
|
| 1673 |
+
left:-10000px;
|
| 1674 |
+
top:-10000px;
|
| 1675 |
+
visibility:hidden;
|
| 1676 |
+
background-color:#c3daf9;
|
| 1677 |
+
width:20px;
|
| 1678 |
+
height:20px;
|
| 1679 |
+
overflow:hidden;
|
| 1680 |
+
border:1px solid #98c0f4;
|
| 1681 |
+
z-index:20;
|
| 1682 |
+
}
|
| 1683 |
+
.ext-border-box .x-layout-collapsed{
|
| 1684 |
+
width:22px;
|
| 1685 |
+
height:22px;
|
| 1686 |
+
}
|
| 1687 |
+
.x-layout-collapsed-over{
|
| 1688 |
+
cursor:pointer;
|
| 1689 |
+
background-color:#d9e8fb;
|
| 1690 |
+
}
|
| 1691 |
+
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 1692 |
+
position:absolute;
|
| 1693 |
+
top:0;
|
| 1694 |
+
left:0;
|
| 1695 |
+
width:20px;
|
| 1696 |
+
height:20px;
|
| 1697 |
+
}
|
| 1698 |
+
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 1699 |
+
position:absolute;
|
| 1700 |
+
top:0;
|
| 1701 |
+
right:0;
|
| 1702 |
+
width:20px;
|
| 1703 |
+
height:20px;
|
| 1704 |
+
}
|
| 1705 |
+
.x-layout-collapsed .x-layout-tools-button{
|
| 1706 |
+
margin:0;
|
| 1707 |
+
}
|
| 1708 |
+
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 1709 |
+
width:16px;
|
| 1710 |
+
height:16px;
|
| 1711 |
+
}
|
| 1712 |
+
.x-layout-inactive-content{
|
| 1713 |
+
position:absolute;
|
| 1714 |
+
left:-10000px;
|
| 1715 |
+
top:-10000px;
|
| 1716 |
+
visibility:hidden;
|
| 1717 |
+
}
|
| 1718 |
+
.x-layout-active-content{
|
| 1719 |
+
visibility:visible;
|
| 1720 |
+
}
|
| 1721 |
+
.x-layout-panel{
|
| 1722 |
+
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 1723 |
+
}
|
| 1724 |
+
.x-layout-panel-east, .x-layout-panel-west {
|
| 1725 |
+
z-index:10;
|
| 1726 |
+
}
|
| 1727 |
+
.x-layout-panel-north, .x-layout-panel-south {
|
| 1728 |
+
z-index:11;
|
| 1729 |
+
}
|
| 1730 |
+
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 1731 |
+
z-index:12;
|
| 1732 |
+
}
|
| 1733 |
+
.x-layout-panel-body{
|
| 1734 |
+
overflow:hidden;
|
| 1735 |
+
}
|
| 1736 |
+
.x-layout-grid-wrapper{
|
| 1737 |
+
|
| 1738 |
+
}
|
| 1739 |
+
.x-layout-split{
|
| 1740 |
+
position:absolute;
|
| 1741 |
+
height:5px;
|
| 1742 |
+
width:5px;
|
| 1743 |
+
line-height:1px;
|
| 1744 |
+
font-size:1px;
|
| 1745 |
+
z-index:3;
|
| 1746 |
+
background-color:#c3daf9;
|
| 1747 |
+
}
|
| 1748 |
+
.x-layout-panel-hd{
|
| 1749 |
+
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 1750 |
+
color: black;
|
| 1751 |
+
border-bottom:1px solid #98c0f4;
|
| 1752 |
+
position:relative;
|
| 1753 |
+
}
|
| 1754 |
+
.x-layout-panel-hd-text{
|
| 1755 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 1756 |
+
padding: 4px;
|
| 1757 |
+
padding-left: 4px;
|
| 1758 |
+
display:block;
|
| 1759 |
+
white-space:nowrap;
|
| 1760 |
+
}
|
| 1761 |
+
.x-layout-panel-hd-tools{
|
| 1762 |
+
position:absolute;
|
| 1763 |
+
right:0;
|
| 1764 |
+
top:0;
|
| 1765 |
+
text-align:right;
|
| 1766 |
+
padding-top:2px;
|
| 1767 |
+
padding-right:2px;
|
| 1768 |
+
width:60px;
|
| 1769 |
+
}
|
| 1770 |
+
.x-layout-tools-button{
|
| 1771 |
+
z-index:6;
|
| 1772 |
+
padding:2px;
|
| 1773 |
+
cursor:pointer;
|
| 1774 |
+
float:right;
|
| 1775 |
+
}
|
| 1776 |
+
.x-layout-tools-button-over{
|
| 1777 |
+
padding:1px;
|
| 1778 |
+
border:1px solid #98c0f4;
|
| 1779 |
+
background-color:white;
|
| 1780 |
+
}
|
| 1781 |
+
.x-layout-tools-button-inner{
|
| 1782 |
+
height:12px;
|
| 1783 |
+
width:12px;
|
| 1784 |
+
line-height:1px;
|
| 1785 |
+
font-size:1px;
|
| 1786 |
+
background-repeat:no-repeat;
|
| 1787 |
+
background-position:center;
|
| 1788 |
+
}
|
| 1789 |
+
.x-layout-close{
|
| 1790 |
+
background-image:url(../images/default/layout/panel-close.gif);
|
| 1791 |
+
}
|
| 1792 |
+
.x-layout-stick{
|
| 1793 |
+
background-image:url(../images/default/layout/stick.gif);
|
| 1794 |
+
}
|
| 1795 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 1796 |
+
background-image:url(../images/default/layout/collapse.gif);
|
| 1797 |
+
}
|
| 1798 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 1799 |
+
background-image:url(../images/default/layout/expand.gif);
|
| 1800 |
+
}
|
| 1801 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 1802 |
+
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 1803 |
+
}
|
| 1804 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 1805 |
+
background-image:url(../images/default/layout/ns-expand.gif);
|
| 1806 |
+
}
|
| 1807 |
+
.x-layout-split-h{
|
| 1808 |
+
background-image:url(../images/default/sizer/e-handle.gif);
|
| 1809 |
+
background-position: left;
|
| 1810 |
+
}
|
| 1811 |
+
.x-layout-split-v{
|
| 1812 |
+
background-image:url(../images/default/sizer/s-handle.gif);
|
| 1813 |
+
background-position: top;
|
| 1814 |
+
}
|
| 1815 |
+
.x-layout-panel .x-tabs-wrap{
|
| 1816 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 1817 |
+
}
|
| 1818 |
+
.x-layout-panel .x-tabs-body {
|
| 1819 |
+
background-color:white;
|
| 1820 |
+
overflow:auto;height:100%;
|
| 1821 |
+
}
|
| 1822 |
+
.x-layout-component-panel, .x-layout-nested-layout {
|
| 1823 |
+
position:relative;
|
| 1824 |
+
padding:0;
|
| 1825 |
+
overflow:hidden;
|
| 1826 |
+
width:200px;
|
| 1827 |
+
height:200px;
|
| 1828 |
+
}
|
| 1829 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 1830 |
+
border:0 none;
|
| 1831 |
+
}
|
| 1832 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 1833 |
+
border-bottom:1px solid #98c0f4;
|
| 1834 |
+
}
|
| 1835 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 1836 |
+
border-top:1px solid #98c0f4;
|
| 1837 |
+
}
|
| 1838 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 1839 |
+
border-left:1px solid #98c0f4;
|
| 1840 |
+
}
|
| 1841 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 1842 |
+
border-right:1px solid #98c0f4;
|
| 1843 |
+
}
|
| 1844 |
+
|
| 1845 |
+
.x-layout-panel-dragover {
|
| 1846 |
+
border: 2px solid #6593cf;
|
| 1847 |
+
}
|
| 1848 |
+
.x-layout-panel-proxy {
|
| 1849 |
+
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 1850 |
+
background-color:#c3daf9;
|
| 1851 |
+
border:1px dashed #6593cf;
|
| 1852 |
+
z-index:10001;
|
| 1853 |
+
overflow:hidden;
|
| 1854 |
+
position:absolute;
|
| 1855 |
+
left:0;top:0;
|
| 1856 |
+
}
|
| 1857 |
+
.x-layout-slider {
|
| 1858 |
+
z-index:15;
|
| 1859 |
+
overflow:hidden;
|
| 1860 |
+
position:absolute;
|
| 1861 |
+
}
|
| 1862 |
+
|
| 1863 |
+
.x-scroller-up, .x-scroller-down {
|
| 1864 |
+
background-color:#c3daf9;
|
| 1865 |
+
border: 1px solid #6593cf;
|
| 1866 |
+
border-top-color: #fff;
|
| 1867 |
+
border-left-color: #fff;
|
| 1868 |
+
border-right:0 none;
|
| 1869 |
+
cursor:pointer;
|
| 1870 |
+
overflow:hidden;
|
| 1871 |
+
line-height:16px;
|
| 1872 |
+
}
|
| 1873 |
+
.x-scroller-down {
|
| 1874 |
+
border-bottom: 0 none;
|
| 1875 |
+
border-top: 1px solid #6593cf;
|
| 1876 |
+
}
|
| 1877 |
+
.x-scroller-btn-over {
|
| 1878 |
+
background-color: #d9e8f8;
|
| 1879 |
+
}
|
| 1880 |
+
.x-scroller-btn-click {
|
| 1881 |
+
background-color: #AECEF7;
|
| 1882 |
+
}
|
| 1883 |
+
.x-scroller-btn-disabled {
|
| 1884 |
+
cursor:default;
|
| 1885 |
+
background-color: #c3daf9;
|
| 1886 |
+
-moz-opacity: 0.3;
|
| 1887 |
+
opacity:.30;
|
| 1888 |
+
filter: alpha(opacity=30);
|
| 1889 |
+
}
|
| 1890 |
+
|
| 1891 |
+
|
| 1892 |
+
|
| 1893 |
+
.x-reader .x-layout-panel-north {
|
| 1894 |
+
border:0 none;
|
| 1895 |
+
}
|
| 1896 |
+
.x-reader .x-layout-panel-center{
|
| 1897 |
+
border:0 none;
|
| 1898 |
+
}
|
| 1899 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 1900 |
+
border:1px solid #99bbe8;
|
| 1901 |
+
border-top:0 none;
|
| 1902 |
+
}
|
| 1903 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 1904 |
+
border:1px solid #99bbe8;
|
| 1905 |
+
}
|
| 1906 |
+
.x-dlg-proxy {
|
| 1907 |
+
background-image: url(../images/default/gradient-bg.gif);
|
| 1908 |
+
background-color:#c3daf9;
|
| 1909 |
+
border:1px solid #6593cf;
|
| 1910 |
+
z-index:10001;
|
| 1911 |
+
overflow:hidden;
|
| 1912 |
+
position:absolute;
|
| 1913 |
+
left:0;top:0;
|
| 1914 |
+
}
|
| 1915 |
+
.x-dlg-shadow{
|
| 1916 |
+
background:#aaaaaa;
|
| 1917 |
+
position:absolute;
|
| 1918 |
+
left:0;top:0;
|
| 1919 |
+
}
|
| 1920 |
+
.x-dlg-focus{
|
| 1921 |
+
-moz-outline:0 none;
|
| 1922 |
+
outline:0 none;
|
| 1923 |
+
width:0;
|
| 1924 |
+
height:0;
|
| 1925 |
+
overflow:hidden;
|
| 1926 |
+
position:absolute;
|
| 1927 |
+
top:0;
|
| 1928 |
+
left:0;
|
| 1929 |
+
}
|
| 1930 |
+
.x-dlg-mask{
|
| 1931 |
+
z-index:10000;
|
| 1932 |
+
display:none;
|
| 1933 |
+
position:absolute;
|
| 1934 |
+
top:0;
|
| 1935 |
+
left:0;
|
| 1936 |
+
-moz-opacity: 0.5;
|
| 1937 |
+
opacity:.50;
|
| 1938 |
+
filter: alpha(opacity=50);
|
| 1939 |
+
background-color:#CCC;
|
| 1940 |
+
}
|
| 1941 |
+
body.x-body-masked select {
|
| 1942 |
+
visibility:hidden;
|
| 1943 |
+
}
|
| 1944 |
+
body.x-body-masked .x-dlg select {
|
| 1945 |
+
visibility:visible;
|
| 1946 |
+
}
|
| 1947 |
+
.x-dlg{
|
| 1948 |
+
z-index:10001;
|
| 1949 |
+
overflow:hidden;
|
| 1950 |
+
position:absolute;
|
| 1951 |
+
left:300;top:0;
|
| 1952 |
+
}
|
| 1953 |
+
.x-dlg .x-dlg-hd {
|
| 1954 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 1955 |
+
background-color:navy;
|
| 1956 |
+
color:#FFF;
|
| 1957 |
+
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 1958 |
+
overflow:hidden;
|
| 1959 |
+
padding:5px;
|
| 1960 |
+
white-space: nowrap;
|
| 1961 |
+
}
|
| 1962 |
+
.x-dlg .x-dlg-hd-left {
|
| 1963 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 1964 |
+
padding-left:3px;
|
| 1965 |
+
margin:0;
|
| 1966 |
+
}
|
| 1967 |
+
.x-dlg .x-dlg-hd-right {
|
| 1968 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 1969 |
+
padding-right:3px;
|
| 1970 |
+
}
|
| 1971 |
+
.x-dlg .x-dlg-dlg-body{
|
| 1972 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 1973 |
+
border:1px solid #6593cf;
|
| 1974 |
+
border-top:0 none;
|
| 1975 |
+
padding:10px;
|
| 1976 |
+
position:absolute;
|
| 1977 |
+
top:24px;left:0;
|
| 1978 |
+
z-index:1;
|
| 1979 |
+
overflow:hidden;
|
| 1980 |
+
}
|
| 1981 |
+
.x-dlg-collapsed .x-resizable-handle{
|
| 1982 |
+
display:none;
|
| 1983 |
+
}
|
| 1984 |
+
.x-dlg .x-dlg-bd{
|
| 1985 |
+
overflow:hidden;
|
| 1986 |
+
}
|
| 1987 |
+
.x-dlg .x-dlg-ft{
|
| 1988 |
+
overflow:hidden;
|
| 1989 |
+
padding:5px;
|
| 1990 |
+
padding-bottom:0;
|
| 1991 |
+
}
|
| 1992 |
+
|
| 1993 |
+
.x-dlg .x-tabs-body{
|
| 1994 |
+
background:white;
|
| 1995 |
+
overflow:auto;
|
| 1996 |
+
}
|
| 1997 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 1998 |
+
border:1px solid #6593cf;
|
| 1999 |
+
border-top:0 none;
|
| 2000 |
+
}
|
| 2001 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 2002 |
+
border:1px solid #6593cf;
|
| 2003 |
+
border-bottom:0 none;
|
| 2004 |
+
}
|
| 2005 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 2006 |
+
border:0 none;
|
| 2007 |
+
}
|
| 2008 |
+
.x-dlg .inner-tab{
|
| 2009 |
+
margin:5px;
|
| 2010 |
+
}
|
| 2011 |
+
.x-dlg .x-dlg-ft .x-btn{
|
| 2012 |
+
margin-right:5px;
|
| 2013 |
+
float:right;
|
| 2014 |
+
clear:none;
|
| 2015 |
+
}
|
| 2016 |
+
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 2017 |
+
border:0;
|
| 2018 |
+
padding:0;
|
| 2019 |
+
}
|
| 2020 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 2021 |
+
float:right;
|
| 2022 |
+
clear:none;
|
| 2023 |
+
}
|
| 2024 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 2025 |
+
float:left;
|
| 2026 |
+
clear:none;
|
| 2027 |
+
}
|
| 2028 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 2029 |
+
text-align:center;
|
| 2030 |
+
}
|
| 2031 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 2032 |
+
margin:0 auto;
|
| 2033 |
+
}
|
| 2034 |
+
|
| 2035 |
+
|
| 2036 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 2037 |
+
background-position:0 -147px;
|
| 2038 |
+
}
|
| 2039 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 2040 |
+
background-position:0 -168px;
|
| 2041 |
+
}
|
| 2042 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 2043 |
+
background-position:0 -189px;
|
| 2044 |
+
}
|
| 2045 |
+
|
| 2046 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 2047 |
+
background-position:0 -126px;
|
| 2048 |
+
}
|
| 2049 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 2050 |
+
background-position:0 -84px;
|
| 2051 |
+
}
|
| 2052 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 2053 |
+
background-position:0 -63px;
|
| 2054 |
+
}
|
| 2055 |
+
|
| 2056 |
+
.x-dlg-draggable .x-dlg-hd{
|
| 2057 |
+
cursor:move;
|
| 2058 |
+
}
|
| 2059 |
+
.x-dlg-closable .x-dlg-hd{
|
| 2060 |
+
padding-right:22px;
|
| 2061 |
+
}
|
| 2062 |
+
.x-dlg-toolbox {
|
| 2063 |
+
position:absolute;
|
| 2064 |
+
top:4px;
|
| 2065 |
+
right:4px;
|
| 2066 |
+
z-index:6;
|
| 2067 |
+
width:40px;
|
| 2068 |
+
cursor:default;
|
| 2069 |
+
height:15px;
|
| 2070 |
+
background:transparent;
|
| 2071 |
+
}
|
| 2072 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 2073 |
+
float:right;
|
| 2074 |
+
height:15px;
|
| 2075 |
+
width:15px;
|
| 2076 |
+
margin:0;
|
| 2077 |
+
margin-left:2px;
|
| 2078 |
+
padding:0;
|
| 2079 |
+
line-height:1px;
|
| 2080 |
+
font-size:1px;
|
| 2081 |
+
background-repeat:no-repeat;
|
| 2082 |
+
cursor:pointer;
|
| 2083 |
+
visibility:inherit;
|
| 2084 |
+
}
|
| 2085 |
+
.x-dlg .x-dlg-close {
|
| 2086 |
+
background-image:url(../images/default/basic-dialog/close.gif);
|
| 2087 |
+
}
|
| 2088 |
+
.x-dlg .x-dlg-collapse {
|
| 2089 |
+
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 2090 |
+
}
|
| 2091 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 2092 |
+
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 2093 |
+
}
|
| 2094 |
+
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 2095 |
+
|
| 2096 |
+
}
|
| 2097 |
+
.x-dlg div.x-resizable-handle-east{
|
| 2098 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 2099 |
+
border:0;
|
| 2100 |
+
background-position:right;
|
| 2101 |
+
margin-right:0;
|
| 2102 |
+
}
|
| 2103 |
+
.x-dlg div.x-resizable-handle-south{
|
| 2104 |
+
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 2105 |
+
border:0;
|
| 2106 |
+
height:6px;
|
| 2107 |
+
}
|
| 2108 |
+
.x-dlg div.x-resizable-handle-west{
|
| 2109 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 2110 |
+
border:0;
|
| 2111 |
+
background-position:1px;
|
| 2112 |
+
}
|
| 2113 |
+
.x-dlg div.x-resizable-handle-north{
|
| 2114 |
+
background-image:url(../images/default/s.gif);
|
| 2115 |
+
border:0;
|
| 2116 |
+
}
|
| 2117 |
+
.x-dlg div.x-resizable-handle-northeast, .ytheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 2118 |
+
background-image:url(../images/default/s.gif);
|
| 2119 |
+
border:0;
|
| 2120 |
+
}
|
| 2121 |
+
.x-dlg div.x-resizable-handle-northwest, .ytheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 2122 |
+
background-image:url(../images/default/s.gif);
|
| 2123 |
+
border:0;
|
| 2124 |
+
}
|
| 2125 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 2126 |
+
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 2127 |
+
background-position: bottom right;
|
| 2128 |
+
width:8px;
|
| 2129 |
+
height:8px;
|
| 2130 |
+
border:0;
|
| 2131 |
+
}
|
| 2132 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 2133 |
+
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 2134 |
+
background-position: top right;
|
| 2135 |
+
margin-left:1px;
|
| 2136 |
+
margin-bottom:1px;
|
| 2137 |
+
border:0;
|
| 2138 |
+
}
|
| 2139 |
+
|
| 2140 |
+
#x-msg-box .x-dlg-ft .x-btn{
|
| 2141 |
+
float:none;
|
| 2142 |
+
clear:none;
|
| 2143 |
+
margin:0 3px;
|
| 2144 |
+
}
|
| 2145 |
+
|
| 2146 |
+
#x-msg-box .x-dlg-bd {
|
| 2147 |
+
padding:5px;
|
| 2148 |
+
overflow:hidden !important;
|
| 2149 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 2150 |
+
}
|
| 2151 |
+
#x-msg-box .ext-mb-input {
|
| 2152 |
+
margin-top:4px;
|
| 2153 |
+
width:95%;
|
| 2154 |
+
}
|
| 2155 |
+
#x-msg-box .ext-mb-textarea {
|
| 2156 |
+
margin-top:4px;
|
| 2157 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 2158 |
+
}
|
| 2159 |
+
#x-msg-box .ext-mb-progress-wrap {
|
| 2160 |
+
margin-top:4px;
|
| 2161 |
+
border:1px solid #6593cf;
|
| 2162 |
+
}
|
| 2163 |
+
#x-msg-box .ext-mb-progress {
|
| 2164 |
+
height:18px;
|
| 2165 |
+
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 2166 |
+
}
|
| 2167 |
+
#x-msg-box .ext-mb-progress-bar {
|
| 2168 |
+
height:18px;
|
| 2169 |
+
overflow:hidden;
|
| 2170 |
+
width:0;
|
| 2171 |
+
background:#8BB8F3;
|
| 2172 |
+
border-top:1px solid #B2D0F7;
|
| 2173 |
+
border-bottom:1px solid #65A1EF;
|
| 2174 |
+
border-right:1px solid #65A1EF;
|
| 2175 |
+
}
|
| 2176 |
+
|
| 2177 |
+
#x-msg-box .x-msg-box-wait {
|
| 2178 |
+
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 2179 |
+
display:block;
|
| 2180 |
+
width:300px;
|
| 2181 |
+
padding-left:18px;
|
| 2182 |
+
line-height:18px;
|
| 2183 |
+
}
|
| 2184 |
+
.x-dd-drag-proxy{
|
| 2185 |
+
position:absolute;
|
| 2186 |
+
left:0;top:0;
|
| 2187 |
+
visibility:hidden;
|
| 2188 |
+
z-index:15000;
|
| 2189 |
+
}
|
| 2190 |
+
.x-dd-drag-ghost{
|
| 2191 |
+
color: black;
|
| 2192 |
+
font: normal 11px arial, helvetica, sans-serif;
|
| 2193 |
+
-moz-opacity: 0.85;
|
| 2194 |
+
opacity:.85;
|
| 2195 |
+
filter: alpha(opacity=85);
|
| 2196 |
+
border-top:1px solid #dddddd;
|
| 2197 |
+
border-left:1px solid #dddddd;
|
| 2198 |
+
border-right:1px solid #bbbbbb;
|
| 2199 |
+
border-bottom:1px solid #bbbbbb;
|
| 2200 |
+
padding:3px;
|
| 2201 |
+
padding-left:20px;
|
| 2202 |
+
background-color:white;
|
| 2203 |
+
white-space:nowrap;
|
| 2204 |
+
}
|
| 2205 |
+
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 2206 |
+
-moz-opacity: 0.4;
|
| 2207 |
+
opacity:.4;
|
| 2208 |
+
filter: alpha(opacity=40);
|
| 2209 |
+
border:0 none;
|
| 2210 |
+
padding:0;
|
| 2211 |
+
background-color:transparent;
|
| 2212 |
+
}
|
| 2213 |
+
.x-dd-drag-repair .x-dd-drop-icon{
|
| 2214 |
+
visibility:hidden;
|
| 2215 |
+
}
|
| 2216 |
+
.x-dd-drop-icon{
|
| 2217 |
+
position:absolute;
|
| 2218 |
+
top:3px;
|
| 2219 |
+
left:3px;
|
| 2220 |
+
display:block;
|
| 2221 |
+
width:16px;
|
| 2222 |
+
height:16px;
|
| 2223 |
+
background-color:transparent;
|
| 2224 |
+
background-position: center;
|
| 2225 |
+
background-repeat: no-repeat;
|
| 2226 |
+
z-index:1;
|
| 2227 |
+
}
|
| 2228 |
+
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 2229 |
+
background-image: url(../images/default/dd/drop-no.gif);
|
| 2230 |
+
}
|
| 2231 |
+
.x-dd-drop-ok .x-dd-drop-icon{
|
| 2232 |
+
background-image: url(../images/default/dd/drop-yes.gif);
|
| 2233 |
+
}
|
| 2234 |
+
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 2235 |
+
background-image: url(../images/default/dd/drop-add.gif);
|
| 2236 |
+
}
|
| 2237 |
+
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 2238 |
+
border: 0 none;
|
| 2239 |
+
height: 18px;
|
| 2240 |
+
margin: 0;
|
| 2241 |
+
padding: 0;
|
| 2242 |
+
vertical-align: middle;
|
| 2243 |
+
width: 16px;
|
| 2244 |
+
background-repeat: no-repeat;
|
| 2245 |
+
}
|
| 2246 |
+
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 2247 |
+
border: 0 none;
|
| 2248 |
+
height: 18px;
|
| 2249 |
+
margin: 0;
|
| 2250 |
+
padding: 0;
|
| 2251 |
+
vertical-align: middle;
|
| 2252 |
+
width: 16px;
|
| 2253 |
+
background-position:center;
|
| 2254 |
+
background-repeat: no-repeat;
|
| 2255 |
+
}
|
| 2256 |
+
|
| 2257 |
+
|
| 2258 |
+
.x-tree-node-collapsed .x-tree-node-icon{
|
| 2259 |
+
background-image:url(../images/default/tree/folder.gif);
|
| 2260 |
+
}
|
| 2261 |
+
.x-tree-node-expanded .x-tree-node-icon{
|
| 2262 |
+
background-image:url(../images/default/tree/folder-open.gif);
|
| 2263 |
+
}
|
| 2264 |
+
.x-tree-node-leaf .x-tree-node-icon{
|
| 2265 |
+
background-image:url(../images/default/tree/leaf.gif);
|
| 2266 |
+
}
|
| 2267 |
+
|
| 2268 |
+
.x-tree-noicon .x-tree-node-icon{
|
| 2269 |
+
width:0; height:0;
|
| 2270 |
}
|
| 2271 |
|
| 2272 |
+
.x-tree-node-loading .x-tree-node-icon{
|
| 2273 |
+
background-image:url(../images/default/tree/loading.gif) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2274 |
}
|
| 2275 |
+
.x-tree-node-loading a span{
|
| 2276 |
+
font-style: italic;
|
| 2277 |
+
color:#444444;
|
| 2278 |
}
|
| 2279 |
+
|
| 2280 |
+
|
| 2281 |
+
.x-tree-lines .x-tree-elbow{
|
| 2282 |
+
background-image:url(../images/default/tree/elbow.gif);
|
| 2283 |
}
|
| 2284 |
+
.x-tree-lines .x-tree-elbow-plus{
|
| 2285 |
+
background-image:url(../images/default/tree/elbow-plus.gif);
|
|
|
|
|
|
|
| 2286 |
}
|
| 2287 |
+
.x-tree-lines .x-tree-elbow-minus{
|
| 2288 |
+
background-image:url(../images/default/tree/elbow-minus.gif);
|
|
|
|
| 2289 |
}
|
| 2290 |
+
.x-tree-lines .x-tree-elbow-end{
|
| 2291 |
+
background-image:url(../images/default/tree/elbow-end.gif);
|
| 2292 |
}
|
| 2293 |
+
.x-tree-lines .x-tree-elbow-end-plus{
|
| 2294 |
+
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 2295 |
}
|
| 2296 |
+
.x-tree-lines .x-tree-elbow-end-minus{
|
| 2297 |
+
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 2298 |
+
}
|
| 2299 |
+
.x-tree-lines .x-tree-elbow-line{
|
| 2300 |
+
background-image:url(../images/default/tree/elbow-line.gif);
|
| 2301 |
}
|
| 2302 |
|
| 2303 |
+
|
| 2304 |
+
.x-tree-no-lines .x-tree-elbow{
|
| 2305 |
+
background:transparent;
|
| 2306 |
}
|
| 2307 |
+
.x-tree-no-lines .x-tree-elbow-plus{
|
| 2308 |
+
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
|
|
|
|
|
|
| 2309 |
}
|
| 2310 |
+
.x-tree-no-lines .x-tree-elbow-minus{
|
| 2311 |
+
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
|
|
|
|
|
|
|
|
|
| 2312 |
}
|
| 2313 |
+
.x-tree-no-lines .x-tree-elbow-end{
|
| 2314 |
+
background:transparent;
|
| 2315 |
}
|
| 2316 |
+
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 2317 |
+
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
|
|
|
| 2318 |
}
|
| 2319 |
+
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 2320 |
+
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
|
|
|
| 2321 |
}
|
| 2322 |
+
.x-tree-no-lines .x-tree-elbow-line{
|
| 2323 |
+
background:transparent;
|
| 2324 |
}
|
| 2325 |
|
| 2326 |
+
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 2327 |
+
cursor:pointer;
|
|
|
|
|
|
|
| 2328 |
}
|
| 2329 |
+
.ext-ie ul.x-tree-node-ct{
|
| 2330 |
+
font-size:0;
|
| 2331 |
+
line-height:0;
|
| 2332 |
}
|
| 2333 |
+
.x-tree-node{
|
| 2334 |
+
color: black;
|
| 2335 |
+
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 2336 |
+
white-space: nowrap;
|
| 2337 |
}
|
| 2338 |
+
.x-tree-node a, .x-dd-drag-ghost a{
|
| 2339 |
+
text-decoration:none;
|
| 2340 |
+
color:black;
|
| 2341 |
+
-khtml-user-select:none;
|
| 2342 |
+
-moz-user-select:none;
|
| 2343 |
+
-kthml-user-focus:normal;
|
| 2344 |
+
-moz-user-focus:normal;
|
| 2345 |
+
-moz-outline: 0 none;
|
| 2346 |
+
outline:0 none;
|
| 2347 |
}
|
| 2348 |
+
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 2349 |
+
text-decoration:none;
|
| 2350 |
+
color:black;
|
| 2351 |
+
padding:1px 3px 1px 2px;
|
|
|
|
|
|
|
| 2352 |
}
|
| 2353 |
+
.x-tree-node .x-tree-node-disabled a span{
|
| 2354 |
+
color:gray !important;
|
| 2355 |
+
}
|
| 2356 |
+
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 2357 |
+
-moz-opacity: 0.5;
|
| 2358 |
+
opacity:.5;
|
| 2359 |
+
filter: alpha(opacity=50);
|
| 2360 |
+
}
|
| 2361 |
+
.x-tree-node .x-tree-node-inline-icon{
|
| 2362 |
+
background:transparent;
|
| 2363 |
+
}
|
| 2364 |
+
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 2365 |
+
text-decoration:none;
|
| 2366 |
+
}
|
| 2367 |
+
.x-tree-node div.x-tree-drag-insert-below{
|
| 2368 |
+
border-bottom:1px dotted #3366cc;
|
| 2369 |
+
}
|
| 2370 |
+
.x-tree-node div.x-tree-drag-insert-above{
|
| 2371 |
+
border-top:1px dotted #3366cc;
|
| 2372 |
+
}
|
| 2373 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 2374 |
+
border-bottom:0 none;
|
| 2375 |
+
}
|
| 2376 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 2377 |
+
border-top:0 none;
|
| 2378 |
+
}
|
| 2379 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 2380 |
+
border-bottom:2px solid #3366cc;
|
| 2381 |
+
}
|
| 2382 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 2383 |
+
border-top:2px solid #3366cc;
|
| 2384 |
+
}
|
| 2385 |
+
.x-tree-node .x-tree-drag-append a span{
|
| 2386 |
+
background:#dddddd;
|
| 2387 |
+
border:1px dotted gray;
|
| 2388 |
+
}
|
| 2389 |
+
.x-tree-node .x-tree-selected a span{
|
| 2390 |
+
background:#3366cc;
|
| 2391 |
+
color:white;
|
| 2392 |
+
}
|
| 2393 |
+
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 2394 |
+
display:none !important;
|
| 2395 |
+
}
|
| 2396 |
+
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 2397 |
+
background-image: url(../images/default/tree/drop-add.gif);
|
| 2398 |
+
}
|
| 2399 |
+
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 2400 |
+
background-image: url(../images/default/tree/drop-over.gif);
|
| 2401 |
+
}
|
| 2402 |
+
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 2403 |
+
background-image: url(../images/default/tree/drop-under.gif);
|
| 2404 |
+
}
|
| 2405 |
+
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 2406 |
+
background-image: url(../images/default/tree/drop-between.gif);
|
| 2407 |
}
|
| 2408 |
|
| 2409 |
+
.x-tip{
|
| 2410 |
+
position: absolute;
|
| 2411 |
+
top: 0;
|
| 2412 |
+
left:0;
|
| 2413 |
+
visibility: hidden;
|
| 2414 |
+
z-index: 20000;
|
| 2415 |
+
border:0 none;
|
| 2416 |
+
}
|
| 2417 |
+
.x-tip .x-tip-close{
|
| 2418 |
+
background-image: url(../images/default/qtip/close.gif);
|
| 2419 |
+
height: 15px;
|
| 2420 |
+
float:right;
|
| 2421 |
+
width: 15px;
|
| 2422 |
+
margin:0 0 2px 2px;
|
| 2423 |
+
cursor:pointer;
|
| 2424 |
+
display:none;
|
| 2425 |
+
}
|
| 2426 |
+
.x-tip .x-tip-top {
|
| 2427 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 2428 |
+
height:6px;
|
| 2429 |
overflow:hidden;
|
| 2430 |
+
}
|
| 2431 |
+
.x-tip .x-tip-top-left {
|
| 2432 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 2433 |
+
padding-left:6px;
|
| 2434 |
zoom:1;
|
| 2435 |
}
|
| 2436 |
+
.x-tip .x-tip-top-right {
|
| 2437 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 2438 |
+
padding-right:6px;
|
| 2439 |
+
zoom:1;
|
|
|
|
| 2440 |
}
|
| 2441 |
+
.x-tip .x-tip-ft {
|
| 2442 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 2443 |
+
height:6px;
|
| 2444 |
+
overflow:hidden;
|
| 2445 |
}
|
| 2446 |
+
.x-tip .x-tip-ft-left {
|
| 2447 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 2448 |
+
padding-left:6px;
|
| 2449 |
+
zoom:1;
|
| 2450 |
}
|
| 2451 |
+
.x-tip .x-tip-ft-right {
|
| 2452 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 2453 |
+
padding-right:6px;
|
| 2454 |
+
zoom:1;
|
| 2455 |
}
|
| 2456 |
+
.x-tip .x-tip-bd {
|
| 2457 |
+
border:0 none;
|
| 2458 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 2459 |
}
|
| 2460 |
+
.x-tip .x-tip-bd-left {
|
| 2461 |
+
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 2462 |
+
padding-left:6px;
|
| 2463 |
+
zoom:1;
|
| 2464 |
}
|
| 2465 |
+
.x-tip .x-tip-bd-right {
|
| 2466 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 2467 |
+
padding-right:6px;
|
| 2468 |
+
zoom:1;
|
| 2469 |
}
|
| 2470 |
|
| 2471 |
+
.x-tip h3 {
|
| 2472 |
+
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 2473 |
+
margin:0;
|
| 2474 |
+
padding:2px 0;
|
| 2475 |
+
color:#444;
|
| 2476 |
}
|
| 2477 |
+
.x-tip .x-tip-bd-inner {
|
| 2478 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 2479 |
+
margin:0 !important;
|
| 2480 |
+
line-height:14px;
|
| 2481 |
+
color:#444;
|
| 2482 |
+
padding:0;
|
| 2483 |
+
float:left;
|
| 2484 |
}
|
| 2485 |
+
|
| 2486 |
+
|
| 2487 |
+
.x-form-invalid-tip {
|
| 2488 |
}
|
| 2489 |
|
| 2490 |
+
.x-form-invalid-tip .x-tip-top {
|
| 2491 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2492 |
}
|
| 2493 |
+
.x-form-invalid-tip .x-tip-top-left {
|
| 2494 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2495 |
}
|
| 2496 |
+
.x-form-invalid-tip .x-tip-top-right {
|
| 2497 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2498 |
}
|
| 2499 |
+
.x-form-invalid-tip .x-tip-ft {
|
| 2500 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2501 |
+
}
|
| 2502 |
+
.x-form-invalid-tip .x-tip-ft-left {
|
| 2503 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2504 |
+
}
|
| 2505 |
+
.x-form-invalid-tip .x-tip-ft-right {
|
| 2506 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2507 |
+
}
|
| 2508 |
+
.x-form-invalid-tip .x-tip-bd-left {
|
| 2509 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2510 |
}
|
| 2511 |
+
.x-form-invalid-tip .x-tip-bd-right {
|
| 2512 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 2513 |
+
}
|
| 2514 |
+
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 2515 |
+
padding-left:24px;
|
| 2516 |
+
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 2517 |
+
}
|
| 2518 |
+
.x-form-invalid-tip .x-tip-bd-inner {
|
| 2519 |
+
padding:2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2520 |
}
|
| 2521 |
.x-date-picker {
|
| 2522 |
border: 1px solid #1b376c;
|
| 2756 |
td.x-date-mp-sep {
|
| 2757 |
border-right:1px solid #c5d2df;
|
| 2758 |
}
|
| 2759 |
+
.x-menu {
|
| 2760 |
+
border:1px solid #718bb7;
|
| 2761 |
+
z-index: 15000;
|
| 2762 |
+
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 2763 |
+
}
|
| 2764 |
+
.ext-ie .x-menu {
|
| 2765 |
+
zoom:1;
|
| 2766 |
+
overflow:hidden;
|
| 2767 |
+
}
|
| 2768 |
+
.x-menu-list{
|
| 2769 |
+
border:1px solid #fff;
|
| 2770 |
+
}
|
| 2771 |
+
.x-menu li{
|
| 2772 |
+
line-height:100%;
|
| 2773 |
+
}
|
| 2774 |
+
.x-menu li.x-menu-sep-li{
|
| 2775 |
+
font-size:1px;
|
| 2776 |
+
line-height:1px;
|
| 2777 |
+
}
|
| 2778 |
+
.x-menu-list-item{
|
| 2779 |
+
font:normal 11px tahoma,arial, sans-serif;
|
| 2780 |
+
white-space: nowrap;
|
| 2781 |
+
-moz-user-select: none;
|
| 2782 |
+
-khtml-user-select: none;
|
| 2783 |
+
display:block;
|
| 2784 |
+
padding:1px;
|
| 2785 |
+
}
|
| 2786 |
+
.x-menu-item-arrow{
|
| 2787 |
+
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 2788 |
+
}
|
| 2789 |
+
.x-menu-sep {
|
| 2790 |
+
display:block;
|
| 2791 |
+
font-size:1px;
|
| 2792 |
+
line-height:1px;
|
| 2793 |
+
background:#c3daf9;
|
| 2794 |
+
margin: 3px 3px 3px 32px;
|
| 2795 |
+
}
|
| 2796 |
+
.x-menu-focus {
|
| 2797 |
+
position:absolute;
|
| 2798 |
+
left:0;
|
| 2799 |
+
top:-5px;
|
| 2800 |
+
width:0;
|
| 2801 |
+
height:0;
|
| 2802 |
+
line-height:1px;
|
| 2803 |
+
}
|
| 2804 |
+
.x-menu-item {
|
| 2805 |
+
display:block;
|
| 2806 |
+
line-height:14px;
|
| 2807 |
+
padding:3px 21px 3px 3px;
|
| 2808 |
+
white-space: nowrap;
|
| 2809 |
+
text-decoration:none;
|
| 2810 |
+
color:#233d6d;
|
| 2811 |
+
-moz-outline: 0 none;
|
| 2812 |
+
outline: 0 none;
|
| 2813 |
+
cursor:pointer;
|
| 2814 |
+
}
|
| 2815 |
+
.x-menu-item-active {
|
| 2816 |
+
color:#233d6d;
|
| 2817 |
+
background:#c3daf9;
|
| 2818 |
+
border:1px solid #8BB8F3;
|
| 2819 |
+
padding:0;
|
| 2820 |
+
}
|
| 2821 |
+
.x-menu-item-icon {
|
| 2822 |
+
border: 0 none;
|
| 2823 |
+
height: 16px;
|
| 2824 |
+
padding: 0;
|
| 2825 |
+
vertical-align: middle;
|
| 2826 |
+
width: 16px;
|
| 2827 |
+
margin: 0 11px 0 0;
|
| 2828 |
+
background-position:center;
|
| 2829 |
+
}
|
| 2830 |
+
|
| 2831 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 2832 |
+
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 2833 |
+
}
|
| 2834 |
+
|
| 2835 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 2836 |
+
background-image:url(../images/default/menu/checked.gif);
|
| 2837 |
+
}
|
| 2838 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 2839 |
+
background: transparent;
|
| 2840 |
+
}
|
| 2841 |
+
|
| 2842 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 2843 |
+
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 2844 |
+
}
|
| 2845 |
+
|
| 2846 |
+
.x-menu-plain {
|
| 2847 |
+
background:#fff;
|
| 2848 |
+
}
|
| 2849 |
+
.x-menu-date-item{
|
| 2850 |
+
padding:0;
|
| 2851 |
+
}
|
| 2852 |
+
|
| 2853 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 2854 |
+
margin-left:32px;
|
| 2855 |
+
margin-right:4px;
|
| 2856 |
+
}
|
| 2857 |
+
.x-menu .x-date-picker{
|
| 2858 |
+
border:1px solid #a3bad9;
|
| 2859 |
+
margin-top:2px;
|
| 2860 |
+
margin-bottom:2px;
|
| 2861 |
+
}
|
| 2862 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 2863 |
+
margin:0;
|
| 2864 |
+
border:0 none;
|
| 2865 |
+
}
|
| 2866 |
+
.x-date-menu {
|
| 2867 |
+
padding:0 !important;
|
| 2868 |
+
}
|
| 2869 |
|
| 2870 |
|
| 2871 |
|
| 3393 |
.x-panel-btns-ct .x-btn-click .x-btn-left{
|
| 3394 |
background-position:0 -63px;
|
| 3395 |
}
|
| 3396 |
+
.x-html-editor-wrap {
|
| 3397 |
+
border:1px solid #a9bfd3;
|
| 3398 |
+
background:white;
|
| 3399 |
+
}
|
| 3400 |
+
.x-html-editor-tb .x-btn-text {
|
| 3401 |
+
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 3402 |
+
}
|
| 3403 |
+
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 3404 |
+
background-position:0 0;
|
| 3405 |
+
}
|
| 3406 |
+
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 3407 |
+
background-position:-16px 0;
|
| 3408 |
+
}
|
| 3409 |
+
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 3410 |
+
background-position:-32px 0;
|
| 3411 |
+
}
|
| 3412 |
+
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 3413 |
+
background-position:-160px 0;
|
| 3414 |
+
}
|
| 3415 |
+
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 3416 |
+
background-position:-176px 0;
|
| 3417 |
+
}
|
| 3418 |
+
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 3419 |
+
background-position:-112px 0;
|
| 3420 |
+
}
|
| 3421 |
+
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 3422 |
+
background-position:-128px 0;
|
| 3423 |
+
}
|
| 3424 |
+
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 3425 |
+
background-position:-144px 0;
|
| 3426 |
+
}
|
| 3427 |
+
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 3428 |
+
background-position:-80px 0;
|
| 3429 |
+
}
|
| 3430 |
+
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 3431 |
+
background-position:-96px 0;
|
| 3432 |
+
}
|
| 3433 |
+
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 3434 |
+
background-position:-48px 0;
|
| 3435 |
+
}
|
| 3436 |
+
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 3437 |
+
background-position:-64px 0;
|
| 3438 |
+
}
|
| 3439 |
+
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 3440 |
+
background-position:-192px 0;
|
| 3441 |
+
}
|
| 3442 |
+
|
| 3443 |
+
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 3444 |
+
padding:5px;
|
| 3445 |
+
padding-bottom:1px;
|
| 3446 |
}
|
js/extjs/css/form.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
/* all fields */
|
| 10 |
.x-form-field{
|
| 11 |
margin: 0 0 0 0;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
/* all fields */
|
| 10 |
.x-form-field{
|
| 11 |
margin: 0 0 0 0;
|
js/extjs/css/grid.css
CHANGED
|
@@ -1,449 +1,449 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
/* Grid2 styles */
|
| 10 |
-
.x-grid3 {
|
| 11 |
-
position:relative;
|
| 12 |
-
overflow:hidden;
|
| 13 |
-
background-color:#fff;
|
| 14 |
-
}
|
| 15 |
-
.ext-ie .x-grid3 table {
|
| 16 |
-
table-layout:fixed;
|
| 17 |
-
}
|
| 18 |
-
.x-grid3-viewport{
|
| 19 |
-
overflow:hidden;
|
| 20 |
-
}
|
| 21 |
-
.x-grid3-hd-row td, .x-grid3-row td{
|
| 22 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 23 |
-
-moz-outline: none;
|
| 24 |
-
-moz-user-focus: normal;
|
| 25 |
-
}
|
| 26 |
-
.x-grid3-row td {
|
| 27 |
-
line-height:13px;
|
| 28 |
-
vertical-align: top;
|
| 29 |
-
padding-left:1px;
|
| 30 |
-
padding-right:1px;
|
| 31 |
-
-moz-user-select: none;
|
| 32 |
-
}
|
| 33 |
-
.x-grid3-hd-row td {
|
| 34 |
-
line-height:15px;
|
| 35 |
-
vertical-align:middle;
|
| 36 |
-
border-left:1px solid #eee;
|
| 37 |
-
border-right:1px solid #d0d0d0;
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.x-grid3-hd-row .x-grid3-marker-hd {
|
| 41 |
-
padding:3px;
|
| 42 |
-
}
|
| 43 |
-
|
| 44 |
-
.x-grid3-row .x-grid3-marker {
|
| 45 |
-
padding:3px;
|
| 46 |
-
}
|
| 47 |
-
|
| 48 |
-
.x-grid3-cell-inner, .x-grid3-hd-inner{
|
| 49 |
-
overflow:hidden;
|
| 50 |
-
-o-text-overflow: ellipsis;
|
| 51 |
-
text-overflow: ellipsis;
|
| 52 |
-
padding:3px 3px 3px 5px;
|
| 53 |
-
white-space: nowrap;
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
.x-grid3-hd-inner {
|
| 57 |
-
position:relative;
|
| 58 |
-
cursor:inherit;
|
| 59 |
-
padding:4px 3px 4px 5px;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
.x-grid3-row-body {
|
| 63 |
-
white-space:normal;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
/* IE Quirks to clip */
|
| 67 |
-
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
|
| 68 |
-
width:100%;
|
| 69 |
-
}
|
| 70 |
-
/* reverse above in strict mode */
|
| 71 |
-
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
|
| 72 |
-
width:auto;
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
.x-grid3-col {
|
| 76 |
-
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
.x-grid3-row {
|
| 80 |
-
cursor: default;
|
| 81 |
-
border:1px solid #ededed;
|
| 82 |
-
border-top-color:#fff;
|
| 83 |
-
/*border-bottom: 1px solid #ededed;*/
|
| 84 |
-
width:100%;
|
| 85 |
-
}
|
| 86 |
-
.x-grid3-row-alt{
|
| 87 |
-
/*background-color:#f1f2f4;*/
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
.x-grid3-row-over {
|
| 91 |
-
border:1px solid #dddddd;
|
| 92 |
-
background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
.x-grid3-resize-proxy {
|
| 96 |
-
width:3px;
|
| 97 |
-
background-color:#cccccc;
|
| 98 |
-
cursor: e-resize;
|
| 99 |
-
cursor: col-resize;
|
| 100 |
-
position:absolute;
|
| 101 |
-
top:0;
|
| 102 |
-
height:100px;
|
| 103 |
-
overflow:hidden;
|
| 104 |
-
visibility:hidden;
|
| 105 |
-
border:0 none;
|
| 106 |
-
z-index:7;
|
| 107 |
-
}
|
| 108 |
-
.x-grid3-focus {
|
| 109 |
-
position:absolute;
|
| 110 |
-
top:0;
|
| 111 |
-
-moz-outline:0 none;
|
| 112 |
-
outline:0 none;
|
| 113 |
-
-moz-user-select: normal;
|
| 114 |
-
-khtml-user-select: normal;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
/* header styles */
|
| 118 |
-
.x-grid3-header{
|
| 119 |
-
background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
| 120 |
-
cursor:default;
|
| 121 |
-
zoom:1;
|
| 122 |
-
padding:1px 0 0 0;
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
-
.x-grid3-header-pop {
|
| 126 |
-
border-left:1px solid #d0d0d0;
|
| 127 |
-
float:right;
|
| 128 |
-
clear:none;
|
| 129 |
-
}
|
| 130 |
-
.x-grid3-header-pop-inner {
|
| 131 |
-
border-left:1px solid #eee;
|
| 132 |
-
width:14px;
|
| 133 |
-
height:19px;
|
| 134 |
-
background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
|
| 135 |
-
}
|
| 136 |
-
.ext-ie .x-grid3-header-pop-inner {
|
| 137 |
-
width:15px;
|
| 138 |
-
}
|
| 139 |
-
.ext-strict .x-grid3-header-pop-inner {
|
| 140 |
-
width:14px;
|
| 141 |
-
}
|
| 142 |
-
.x-grid3-header-inner {
|
| 143 |
-
overflow:hidden;
|
| 144 |
-
zoom:1;
|
| 145 |
-
float:left;
|
| 146 |
-
}
|
| 147 |
-
.x-grid3-header-offset {
|
| 148 |
-
padding-left:1px;
|
| 149 |
-
width:10000px;
|
| 150 |
-
}
|
| 151 |
-
|
| 152 |
-
/*
|
| 153 |
-
.x-grid3-hd-over .x-grid3-hd-inner {
|
| 154 |
-
padding-bottom:2px;
|
| 155 |
-
border-bottom: 1px solid #c3daf9;
|
| 156 |
-
background-color: #fafafa;
|
| 157 |
-
}
|
| 158 |
-
td.x-grid3-hd-over .x-grid3-hd-text {
|
| 159 |
-
border-bottom: 1px solid #b3cae9;
|
| 160 |
-
}*/
|
| 161 |
-
|
| 162 |
-
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
|
| 163 |
-
border-left:1px solid #aaccf6;
|
| 164 |
-
border-right:1px solid #aaccf6;
|
| 165 |
-
}
|
| 166 |
-
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
|
| 167 |
-
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 168 |
-
|
| 169 |
-
}
|
| 170 |
-
.x-grid3-sort-icon{
|
| 171 |
-
background-repeat: no-repeat;
|
| 172 |
-
display: none;
|
| 173 |
-
height: 4px;
|
| 174 |
-
width: 13px;
|
| 175 |
-
margin-left:3px;
|
| 176 |
-
vertical-align: middle;
|
| 177 |
-
}
|
| 178 |
-
.sort-asc .x-grid3-sort-icon {
|
| 179 |
-
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 180 |
-
display: inline;
|
| 181 |
-
}
|
| 182 |
-
.sort-desc .x-grid3-sort-icon {
|
| 183 |
-
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 184 |
-
display: inline;
|
| 185 |
-
}
|
| 186 |
-
|
| 187 |
-
/* Body Styles */
|
| 188 |
-
.x-grid3-body {
|
| 189 |
-
overflow:auto;
|
| 190 |
-
}
|
| 191 |
-
.x-grid3-body-inner {
|
| 192 |
-
overflow:auto;
|
| 193 |
-
}
|
| 194 |
-
.x-grid3-cell-text, .x-grid3-hd-text {
|
| 195 |
-
display: block;
|
| 196 |
-
padding: 3px 5px 3px 5px;
|
| 197 |
-
-moz-user-select: none;
|
| 198 |
-
-khtml-user-select: none;
|
| 199 |
-
color:black;
|
| 200 |
-
}
|
| 201 |
-
.x-grid3-split {
|
| 202 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 203 |
-
background-position: center;
|
| 204 |
-
background-repeat: no-repeat;
|
| 205 |
-
cursor: e-resize;
|
| 206 |
-
cursor: col-resize;
|
| 207 |
-
display: block;
|
| 208 |
-
font-size: 1px;
|
| 209 |
-
height: 16px;
|
| 210 |
-
overflow: hidden;
|
| 211 |
-
position: absolute;
|
| 212 |
-
top: 2px;
|
| 213 |
-
width: 6px;
|
| 214 |
-
z-index: 3;
|
| 215 |
-
}
|
| 216 |
-
|
| 217 |
-
.x-grid3-hd-text {
|
| 218 |
-
color:#15428b;
|
| 219 |
-
}
|
| 220 |
-
/* Column Reorder DD */
|
| 221 |
-
.x-dd-drag-proxy .x-grid3-hd-inner{
|
| 222 |
-
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 223 |
-
width:120px;
|
| 224 |
-
padding:3px;
|
| 225 |
-
border:1px solid #aaccf6;
|
| 226 |
-
overflow:hidden;
|
| 227 |
-
}
|
| 228 |
-
|
| 229 |
-
.col-move-top, .col-move-bottom{
|
| 230 |
-
width:9px;
|
| 231 |
-
height:9px;
|
| 232 |
-
position:absolute;
|
| 233 |
-
top:0;
|
| 234 |
-
line-height:1px;
|
| 235 |
-
font-size:1px;
|
| 236 |
-
overflow:hidden;
|
| 237 |
-
visibility:hidden;
|
| 238 |
-
z-index:20000;
|
| 239 |
-
}
|
| 240 |
-
.col-move-top{
|
| 241 |
-
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 242 |
-
}
|
| 243 |
-
.col-move-bottom{
|
| 244 |
-
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
/* Selection Styles */
|
| 248 |
-
.x-grid3-row-selected {
|
| 249 |
-
background: #d9e8fb url(../images/default/grid/row-sel.gif) repeat-x left top;
|
| 250 |
-
border:1px solid #99bbe8;
|
| 251 |
-
}/*
|
| 252 |
-
.x-grid3-row-selected td {
|
| 253 |
-
border-left:1px solid #c3daf9;
|
| 254 |
-
border-right:1px solid #719ad5;
|
| 255 |
-
}*/
|
| 256 |
-
.x-grid3-row-selected span, .x-grid3-row-selected b, .x-grid3-row-selected div, .x-grid3-row-selected strong, .x-grid3-row-selected i{
|
| 257 |
-
|
| 258 |
-
}
|
| 259 |
-
.x-grid3-cell-selected{
|
| 260 |
-
background-color: #316ac5 !important;
|
| 261 |
-
color: white;
|
| 262 |
-
}
|
| 263 |
-
.x-grid3-cell-selected span{
|
| 264 |
-
color: white !important;
|
| 265 |
-
}
|
| 266 |
-
.x-grid3-cell-selected .x-grid3-cell-text{
|
| 267 |
-
color: white;
|
| 268 |
-
}
|
| 269 |
-
|
| 270 |
-
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
|
| 271 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 272 |
-
vertical-align:middle !important;
|
| 273 |
-
color:black;
|
| 274 |
-
padding:0;
|
| 275 |
-
border-top:1px solid white;
|
| 276 |
-
border-bottom:none !important;
|
| 277 |
-
border-right:1px solid #6fa0df !important;
|
| 278 |
-
text-align:center;
|
| 279 |
-
}
|
| 280 |
-
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
|
| 281 |
-
padding:0 4px;
|
| 282 |
-
color:#15428b !important;
|
| 283 |
-
text-align:center;
|
| 284 |
-
}
|
| 285 |
-
|
| 286 |
-
/* dirty cells */
|
| 287 |
-
.x-grid3-dirty-cell {
|
| 288 |
-
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 289 |
-
}
|
| 290 |
-
|
| 291 |
-
/* Grid Toolbars */
|
| 292 |
-
.x-grid3-topbar, .x-grid3-bottombar{
|
| 293 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 294 |
-
overflow:hidden;
|
| 295 |
-
display:none;
|
| 296 |
-
zoom:1;
|
| 297 |
-
position:relative;
|
| 298 |
-
}
|
| 299 |
-
.x-grid3-topbar .x-toolbar{
|
| 300 |
-
border-right:0 none;
|
| 301 |
-
}
|
| 302 |
-
.x-grid3-bottombar .x-toolbar{
|
| 303 |
-
border-right:0 none;
|
| 304 |
-
border-bottom:0 none;
|
| 305 |
-
border-top:1px solid #a9bfd3;
|
| 306 |
-
}
|
| 307 |
-
/* Props Grid Styles */
|
| 308 |
-
.x-props-grid .x-grid3-cell-selected .x-grid3-cell-text{
|
| 309 |
-
background-color: #316ac5 !important;
|
| 310 |
-
}
|
| 311 |
-
.x-props-grid .x-grid3-col-value .x-grid3-cell-text{
|
| 312 |
-
background-color: white;
|
| 313 |
-
}
|
| 314 |
-
.x-props-grid .x-grid3-col-name{
|
| 315 |
-
background-color: #c3daf9;
|
| 316 |
-
}
|
| 317 |
-
.x-props-grid .x-grid3-col-name .x-grid3-cell-text{
|
| 318 |
-
background-color: white;
|
| 319 |
-
margin-left:10px;
|
| 320 |
-
}
|
| 321 |
-
.x-props-grid .x-grid3-split-value {
|
| 322 |
-
visibility:hidden;
|
| 323 |
-
}
|
| 324 |
-
|
| 325 |
-
/* header menu */
|
| 326 |
-
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 327 |
-
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 328 |
-
}
|
| 329 |
-
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 330 |
-
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 331 |
-
}
|
| 332 |
-
.xg-hmenu-lock .x-menu-item-icon{
|
| 333 |
-
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 334 |
-
}
|
| 335 |
-
.xg-hmenu-unlock .x-menu-item-icon{
|
| 336 |
-
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 337 |
-
}
|
| 338 |
-
|
| 339 |
-
/* dd */
|
| 340 |
-
.x-grid3-col-dd {
|
| 341 |
-
border:0 none;
|
| 342 |
-
padding:0;
|
| 343 |
-
background:transparent;
|
| 344 |
-
}
|
| 345 |
-
|
| 346 |
-
.x-dd-drag-ghost .x-grid3-dd-wrap {
|
| 347 |
-
padding:1px 3px 3px 1px;
|
| 348 |
-
}
|
| 349 |
-
|
| 350 |
-
.x-grid3-hd-btn {
|
| 351 |
-
display:none;
|
| 352 |
-
position:absolute;
|
| 353 |
-
width:14px;
|
| 354 |
-
background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
|
| 355 |
-
right:0;
|
| 356 |
-
top:0;
|
| 357 |
-
z-index:2;
|
| 358 |
-
cursor:pointer;
|
| 359 |
-
}
|
| 360 |
-
|
| 361 |
-
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
|
| 362 |
-
display:block;
|
| 363 |
-
}
|
| 364 |
-
|
| 365 |
-
a.x-grid3-hd-btn:hover {
|
| 366 |
-
background-position:-14px center;
|
| 367 |
-
}
|
| 368 |
-
|
| 369 |
-
/* Expanders */
|
| 370 |
-
|
| 371 |
-
.x-grid3-body .x-grid3-td-expander {
|
| 372 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 373 |
-
}
|
| 374 |
-
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
|
| 375 |
-
padding:0 !important;
|
| 376 |
-
height:100%;
|
| 377 |
-
}
|
| 378 |
-
.x-grid3-row-expander {
|
| 379 |
-
width:100%;
|
| 380 |
-
height:18px;
|
| 381 |
-
background-position:4px 2px;
|
| 382 |
-
background-repeat:no-repeat;
|
| 383 |
-
background-color:transparent;
|
| 384 |
-
background-image:url(../images/default/grid/row-expand-sprite.gif);
|
| 385 |
-
}
|
| 386 |
-
.x-grid3-row-collapsed .x-grid3-row-expander {
|
| 387 |
-
background-position:4px 2px;
|
| 388 |
-
}
|
| 389 |
-
.x-grid3-row-expanded .x-grid3-row-expander {
|
| 390 |
-
background-position:-21px 2px;
|
| 391 |
-
}
|
| 392 |
-
.x-grid3-row-collapsed .x-grid3-row-body {
|
| 393 |
-
display:none !important;
|
| 394 |
-
}
|
| 395 |
-
.x-grid3-row-expanded .x-grid3-row-body {
|
| 396 |
-
display:block !important;
|
| 397 |
-
}
|
| 398 |
-
|
| 399 |
-
/* Checkers */
|
| 400 |
-
|
| 401 |
-
.x-grid3-body .x-grid3-td-checker {
|
| 402 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 403 |
-
}
|
| 404 |
-
|
| 405 |
-
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
|
| 406 |
-
padding:0 !important;
|
| 407 |
-
height:100%;
|
| 408 |
-
}
|
| 409 |
-
|
| 410 |
-
.x-grid3-row-checker, .x-grid3-hd-checker {
|
| 411 |
-
width:100%;
|
| 412 |
-
height:18px;
|
| 413 |
-
background-position:2px 2px;
|
| 414 |
-
background-repeat:no-repeat;
|
| 415 |
-
background-color:transparent;
|
| 416 |
-
background-image:url(../images/default/grid/row-check-sprite.gif);
|
| 417 |
-
}
|
| 418 |
-
.x-grid3-row .x-grid3-row-checker {
|
| 419 |
-
background-position:2px 2px;
|
| 420 |
-
}
|
| 421 |
-
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 422 |
-
background-position:-23px 2px;
|
| 423 |
-
}
|
| 424 |
-
.x-grid3-hd-checker {
|
| 425 |
-
background-position:2px 3px;
|
| 426 |
-
}
|
| 427 |
-
.x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 428 |
-
background-position:-23px 3px;
|
| 429 |
-
}
|
| 430 |
-
|
| 431 |
-
/* Numberer */
|
| 432 |
-
|
| 433 |
-
.x-grid3-body .x-grid3-td-numberer {
|
| 434 |
-
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 435 |
-
}
|
| 436 |
-
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
|
| 437 |
-
padding:3px 5px 0 0 !important;
|
| 438 |
-
text-align:right;
|
| 439 |
-
color:#444;
|
| 440 |
-
}
|
| 441 |
-
|
| 442 |
-
/* All specials */
|
| 443 |
-
|
| 444 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
|
| 445 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
|
| 446 |
-
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
|
| 447 |
-
background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
|
| 448 |
-
}
|
| 449 |
-
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
/* Grid2 styles */
|
| 10 |
+
.x-grid3 {
|
| 11 |
+
position:relative;
|
| 12 |
+
overflow:hidden;
|
| 13 |
+
background-color:#fff;
|
| 14 |
+
}
|
| 15 |
+
.ext-ie .x-grid3 table {
|
| 16 |
+
table-layout:fixed;
|
| 17 |
+
}
|
| 18 |
+
.x-grid3-viewport{
|
| 19 |
+
overflow:hidden;
|
| 20 |
+
}
|
| 21 |
+
.x-grid3-hd-row td, .x-grid3-row td{
|
| 22 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 23 |
+
-moz-outline: none;
|
| 24 |
+
-moz-user-focus: normal;
|
| 25 |
+
}
|
| 26 |
+
.x-grid3-row td {
|
| 27 |
+
line-height:13px;
|
| 28 |
+
vertical-align: top;
|
| 29 |
+
padding-left:1px;
|
| 30 |
+
padding-right:1px;
|
| 31 |
+
-moz-user-select: none;
|
| 32 |
+
}
|
| 33 |
+
.x-grid3-hd-row td {
|
| 34 |
+
line-height:15px;
|
| 35 |
+
vertical-align:middle;
|
| 36 |
+
border-left:1px solid #eee;
|
| 37 |
+
border-right:1px solid #d0d0d0;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.x-grid3-hd-row .x-grid3-marker-hd {
|
| 41 |
+
padding:3px;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.x-grid3-row .x-grid3-marker {
|
| 45 |
+
padding:3px;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.x-grid3-cell-inner, .x-grid3-hd-inner{
|
| 49 |
+
overflow:hidden;
|
| 50 |
+
-o-text-overflow: ellipsis;
|
| 51 |
+
text-overflow: ellipsis;
|
| 52 |
+
padding:3px 3px 3px 5px;
|
| 53 |
+
white-space: nowrap;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.x-grid3-hd-inner {
|
| 57 |
+
position:relative;
|
| 58 |
+
cursor:inherit;
|
| 59 |
+
padding:4px 3px 4px 5px;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.x-grid3-row-body {
|
| 63 |
+
white-space:normal;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
/* IE Quirks to clip */
|
| 67 |
+
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
|
| 68 |
+
width:100%;
|
| 69 |
+
}
|
| 70 |
+
/* reverse above in strict mode */
|
| 71 |
+
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
|
| 72 |
+
width:auto;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
.x-grid3-col {
|
| 76 |
+
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
.x-grid3-row {
|
| 80 |
+
cursor: default;
|
| 81 |
+
border:1px solid #ededed;
|
| 82 |
+
border-top-color:#fff;
|
| 83 |
+
/*border-bottom: 1px solid #ededed;*/
|
| 84 |
+
width:100%;
|
| 85 |
+
}
|
| 86 |
+
.x-grid3-row-alt{
|
| 87 |
+
/*background-color:#f1f2f4;*/
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.x-grid3-row-over {
|
| 91 |
+
border:1px solid #dddddd;
|
| 92 |
+
background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
.x-grid3-resize-proxy {
|
| 96 |
+
width:3px;
|
| 97 |
+
background-color:#cccccc;
|
| 98 |
+
cursor: e-resize;
|
| 99 |
+
cursor: col-resize;
|
| 100 |
+
position:absolute;
|
| 101 |
+
top:0;
|
| 102 |
+
height:100px;
|
| 103 |
+
overflow:hidden;
|
| 104 |
+
visibility:hidden;
|
| 105 |
+
border:0 none;
|
| 106 |
+
z-index:7;
|
| 107 |
+
}
|
| 108 |
+
.x-grid3-focus {
|
| 109 |
+
position:absolute;
|
| 110 |
+
top:0;
|
| 111 |
+
-moz-outline:0 none;
|
| 112 |
+
outline:0 none;
|
| 113 |
+
-moz-user-select: normal;
|
| 114 |
+
-khtml-user-select: normal;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
/* header styles */
|
| 118 |
+
.x-grid3-header{
|
| 119 |
+
background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
| 120 |
+
cursor:default;
|
| 121 |
+
zoom:1;
|
| 122 |
+
padding:1px 0 0 0;
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
.x-grid3-header-pop {
|
| 126 |
+
border-left:1px solid #d0d0d0;
|
| 127 |
+
float:right;
|
| 128 |
+
clear:none;
|
| 129 |
+
}
|
| 130 |
+
.x-grid3-header-pop-inner {
|
| 131 |
+
border-left:1px solid #eee;
|
| 132 |
+
width:14px;
|
| 133 |
+
height:19px;
|
| 134 |
+
background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
|
| 135 |
+
}
|
| 136 |
+
.ext-ie .x-grid3-header-pop-inner {
|
| 137 |
+
width:15px;
|
| 138 |
+
}
|
| 139 |
+
.ext-strict .x-grid3-header-pop-inner {
|
| 140 |
+
width:14px;
|
| 141 |
+
}
|
| 142 |
+
.x-grid3-header-inner {
|
| 143 |
+
overflow:hidden;
|
| 144 |
+
zoom:1;
|
| 145 |
+
float:left;
|
| 146 |
+
}
|
| 147 |
+
.x-grid3-header-offset {
|
| 148 |
+
padding-left:1px;
|
| 149 |
+
width:10000px;
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
/*
|
| 153 |
+
.x-grid3-hd-over .x-grid3-hd-inner {
|
| 154 |
+
padding-bottom:2px;
|
| 155 |
+
border-bottom: 1px solid #c3daf9;
|
| 156 |
+
background-color: #fafafa;
|
| 157 |
+
}
|
| 158 |
+
td.x-grid3-hd-over .x-grid3-hd-text {
|
| 159 |
+
border-bottom: 1px solid #b3cae9;
|
| 160 |
+
}*/
|
| 161 |
+
|
| 162 |
+
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
|
| 163 |
+
border-left:1px solid #aaccf6;
|
| 164 |
+
border-right:1px solid #aaccf6;
|
| 165 |
+
}
|
| 166 |
+
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
|
| 167 |
+
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 168 |
+
|
| 169 |
+
}
|
| 170 |
+
.x-grid3-sort-icon{
|
| 171 |
+
background-repeat: no-repeat;
|
| 172 |
+
display: none;
|
| 173 |
+
height: 4px;
|
| 174 |
+
width: 13px;
|
| 175 |
+
margin-left:3px;
|
| 176 |
+
vertical-align: middle;
|
| 177 |
+
}
|
| 178 |
+
.sort-asc .x-grid3-sort-icon {
|
| 179 |
+
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 180 |
+
display: inline;
|
| 181 |
+
}
|
| 182 |
+
.sort-desc .x-grid3-sort-icon {
|
| 183 |
+
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 184 |
+
display: inline;
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
/* Body Styles */
|
| 188 |
+
.x-grid3-body {
|
| 189 |
+
overflow:auto;
|
| 190 |
+
}
|
| 191 |
+
.x-grid3-body-inner {
|
| 192 |
+
overflow:auto;
|
| 193 |
+
}
|
| 194 |
+
.x-grid3-cell-text, .x-grid3-hd-text {
|
| 195 |
+
display: block;
|
| 196 |
+
padding: 3px 5px 3px 5px;
|
| 197 |
+
-moz-user-select: none;
|
| 198 |
+
-khtml-user-select: none;
|
| 199 |
+
color:black;
|
| 200 |
+
}
|
| 201 |
+
.x-grid3-split {
|
| 202 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 203 |
+
background-position: center;
|
| 204 |
+
background-repeat: no-repeat;
|
| 205 |
+
cursor: e-resize;
|
| 206 |
+
cursor: col-resize;
|
| 207 |
+
display: block;
|
| 208 |
+
font-size: 1px;
|
| 209 |
+
height: 16px;
|
| 210 |
+
overflow: hidden;
|
| 211 |
+
position: absolute;
|
| 212 |
+
top: 2px;
|
| 213 |
+
width: 6px;
|
| 214 |
+
z-index: 3;
|
| 215 |
+
}
|
| 216 |
+
|
| 217 |
+
.x-grid3-hd-text {
|
| 218 |
+
color:#15428b;
|
| 219 |
+
}
|
| 220 |
+
/* Column Reorder DD */
|
| 221 |
+
.x-dd-drag-proxy .x-grid3-hd-inner{
|
| 222 |
+
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
|
| 223 |
+
width:120px;
|
| 224 |
+
padding:3px;
|
| 225 |
+
border:1px solid #aaccf6;
|
| 226 |
+
overflow:hidden;
|
| 227 |
+
}
|
| 228 |
+
|
| 229 |
+
.col-move-top, .col-move-bottom{
|
| 230 |
+
width:9px;
|
| 231 |
+
height:9px;
|
| 232 |
+
position:absolute;
|
| 233 |
+
top:0;
|
| 234 |
+
line-height:1px;
|
| 235 |
+
font-size:1px;
|
| 236 |
+
overflow:hidden;
|
| 237 |
+
visibility:hidden;
|
| 238 |
+
z-index:20000;
|
| 239 |
+
}
|
| 240 |
+
.col-move-top{
|
| 241 |
+
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 242 |
+
}
|
| 243 |
+
.col-move-bottom{
|
| 244 |
+
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
/* Selection Styles */
|
| 248 |
+
.x-grid3-row-selected {
|
| 249 |
+
background: #d9e8fb url(../images/default/grid/row-sel.gif) repeat-x left top;
|
| 250 |
+
border:1px solid #99bbe8;
|
| 251 |
+
}/*
|
| 252 |
+
.x-grid3-row-selected td {
|
| 253 |
+
border-left:1px solid #c3daf9;
|
| 254 |
+
border-right:1px solid #719ad5;
|
| 255 |
+
}*/
|
| 256 |
+
.x-grid3-row-selected span, .x-grid3-row-selected b, .x-grid3-row-selected div, .x-grid3-row-selected strong, .x-grid3-row-selected i{
|
| 257 |
+
|
| 258 |
+
}
|
| 259 |
+
.x-grid3-cell-selected{
|
| 260 |
+
background-color: #316ac5 !important;
|
| 261 |
+
color: white;
|
| 262 |
+
}
|
| 263 |
+
.x-grid3-cell-selected span{
|
| 264 |
+
color: white !important;
|
| 265 |
+
}
|
| 266 |
+
.x-grid3-cell-selected .x-grid3-cell-text{
|
| 267 |
+
color: white;
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
|
| 271 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 272 |
+
vertical-align:middle !important;
|
| 273 |
+
color:black;
|
| 274 |
+
padding:0;
|
| 275 |
+
border-top:1px solid white;
|
| 276 |
+
border-bottom:none !important;
|
| 277 |
+
border-right:1px solid #6fa0df !important;
|
| 278 |
+
text-align:center;
|
| 279 |
+
}
|
| 280 |
+
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
|
| 281 |
+
padding:0 4px;
|
| 282 |
+
color:#15428b !important;
|
| 283 |
+
text-align:center;
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
/* dirty cells */
|
| 287 |
+
.x-grid3-dirty-cell {
|
| 288 |
+
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 289 |
+
}
|
| 290 |
+
|
| 291 |
+
/* Grid Toolbars */
|
| 292 |
+
.x-grid3-topbar, .x-grid3-bottombar{
|
| 293 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 294 |
+
overflow:hidden;
|
| 295 |
+
display:none;
|
| 296 |
+
zoom:1;
|
| 297 |
+
position:relative;
|
| 298 |
+
}
|
| 299 |
+
.x-grid3-topbar .x-toolbar{
|
| 300 |
+
border-right:0 none;
|
| 301 |
+
}
|
| 302 |
+
.x-grid3-bottombar .x-toolbar{
|
| 303 |
+
border-right:0 none;
|
| 304 |
+
border-bottom:0 none;
|
| 305 |
+
border-top:1px solid #a9bfd3;
|
| 306 |
+
}
|
| 307 |
+
/* Props Grid Styles */
|
| 308 |
+
.x-props-grid .x-grid3-cell-selected .x-grid3-cell-text{
|
| 309 |
+
background-color: #316ac5 !important;
|
| 310 |
+
}
|
| 311 |
+
.x-props-grid .x-grid3-col-value .x-grid3-cell-text{
|
| 312 |
+
background-color: white;
|
| 313 |
+
}
|
| 314 |
+
.x-props-grid .x-grid3-col-name{
|
| 315 |
+
background-color: #c3daf9;
|
| 316 |
+
}
|
| 317 |
+
.x-props-grid .x-grid3-col-name .x-grid3-cell-text{
|
| 318 |
+
background-color: white;
|
| 319 |
+
margin-left:10px;
|
| 320 |
+
}
|
| 321 |
+
.x-props-grid .x-grid3-split-value {
|
| 322 |
+
visibility:hidden;
|
| 323 |
+
}
|
| 324 |
+
|
| 325 |
+
/* header menu */
|
| 326 |
+
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 327 |
+
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 328 |
+
}
|
| 329 |
+
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 330 |
+
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 331 |
+
}
|
| 332 |
+
.xg-hmenu-lock .x-menu-item-icon{
|
| 333 |
+
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 334 |
+
}
|
| 335 |
+
.xg-hmenu-unlock .x-menu-item-icon{
|
| 336 |
+
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 337 |
+
}
|
| 338 |
+
|
| 339 |
+
/* dd */
|
| 340 |
+
.x-grid3-col-dd {
|
| 341 |
+
border:0 none;
|
| 342 |
+
padding:0;
|
| 343 |
+
background:transparent;
|
| 344 |
+
}
|
| 345 |
+
|
| 346 |
+
.x-dd-drag-ghost .x-grid3-dd-wrap {
|
| 347 |
+
padding:1px 3px 3px 1px;
|
| 348 |
+
}
|
| 349 |
+
|
| 350 |
+
.x-grid3-hd-btn {
|
| 351 |
+
display:none;
|
| 352 |
+
position:absolute;
|
| 353 |
+
width:14px;
|
| 354 |
+
background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
|
| 355 |
+
right:0;
|
| 356 |
+
top:0;
|
| 357 |
+
z-index:2;
|
| 358 |
+
cursor:pointer;
|
| 359 |
+
}
|
| 360 |
+
|
| 361 |
+
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
|
| 362 |
+
display:block;
|
| 363 |
+
}
|
| 364 |
+
|
| 365 |
+
a.x-grid3-hd-btn:hover {
|
| 366 |
+
background-position:-14px center;
|
| 367 |
+
}
|
| 368 |
+
|
| 369 |
+
/* Expanders */
|
| 370 |
+
|
| 371 |
+
.x-grid3-body .x-grid3-td-expander {
|
| 372 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 373 |
+
}
|
| 374 |
+
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
|
| 375 |
+
padding:0 !important;
|
| 376 |
+
height:100%;
|
| 377 |
+
}
|
| 378 |
+
.x-grid3-row-expander {
|
| 379 |
+
width:100%;
|
| 380 |
+
height:18px;
|
| 381 |
+
background-position:4px 2px;
|
| 382 |
+
background-repeat:no-repeat;
|
| 383 |
+
background-color:transparent;
|
| 384 |
+
background-image:url(../images/default/grid/row-expand-sprite.gif);
|
| 385 |
+
}
|
| 386 |
+
.x-grid3-row-collapsed .x-grid3-row-expander {
|
| 387 |
+
background-position:4px 2px;
|
| 388 |
+
}
|
| 389 |
+
.x-grid3-row-expanded .x-grid3-row-expander {
|
| 390 |
+
background-position:-21px 2px;
|
| 391 |
+
}
|
| 392 |
+
.x-grid3-row-collapsed .x-grid3-row-body {
|
| 393 |
+
display:none !important;
|
| 394 |
+
}
|
| 395 |
+
.x-grid3-row-expanded .x-grid3-row-body {
|
| 396 |
+
display:block !important;
|
| 397 |
+
}
|
| 398 |
+
|
| 399 |
+
/* Checkers */
|
| 400 |
+
|
| 401 |
+
.x-grid3-body .x-grid3-td-checker {
|
| 402 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 403 |
+
}
|
| 404 |
+
|
| 405 |
+
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
|
| 406 |
+
padding:0 !important;
|
| 407 |
+
height:100%;
|
| 408 |
+
}
|
| 409 |
+
|
| 410 |
+
.x-grid3-row-checker, .x-grid3-hd-checker {
|
| 411 |
+
width:100%;
|
| 412 |
+
height:18px;
|
| 413 |
+
background-position:2px 2px;
|
| 414 |
+
background-repeat:no-repeat;
|
| 415 |
+
background-color:transparent;
|
| 416 |
+
background-image:url(../images/default/grid/row-check-sprite.gif);
|
| 417 |
+
}
|
| 418 |
+
.x-grid3-row .x-grid3-row-checker {
|
| 419 |
+
background-position:2px 2px;
|
| 420 |
+
}
|
| 421 |
+
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 422 |
+
background-position:-23px 2px;
|
| 423 |
+
}
|
| 424 |
+
.x-grid3-hd-checker {
|
| 425 |
+
background-position:2px 3px;
|
| 426 |
+
}
|
| 427 |
+
.x-grid3-hd-checker-on .x-grid3-hd-checker {
|
| 428 |
+
background-position:-23px 3px;
|
| 429 |
+
}
|
| 430 |
+
|
| 431 |
+
/* Numberer */
|
| 432 |
+
|
| 433 |
+
.x-grid3-body .x-grid3-td-numberer {
|
| 434 |
+
background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
|
| 435 |
+
}
|
| 436 |
+
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
|
| 437 |
+
padding:3px 5px 0 0 !important;
|
| 438 |
+
text-align:right;
|
| 439 |
+
color:#444;
|
| 440 |
+
}
|
| 441 |
+
|
| 442 |
+
/* All specials */
|
| 443 |
+
|
| 444 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
|
| 445 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
|
| 446 |
+
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
|
| 447 |
+
background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
|
| 448 |
+
}
|
| 449 |
+
|
js/extjs/css/layout.css
CHANGED
|
@@ -1,252 +1,252 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-layout-container{
|
| 10 |
-
width:100%;
|
| 11 |
-
height:100%;
|
| 12 |
-
overflow:hidden;
|
| 13 |
-
background-color:#c3daf9;
|
| 14 |
-
}
|
| 15 |
-
.x-layout-container .x-layout-tabs-body{
|
| 16 |
-
border:0 none;
|
| 17 |
-
}
|
| 18 |
-
.x-layout-collapsed{
|
| 19 |
-
position:absolute;
|
| 20 |
-
left:-10000px;
|
| 21 |
-
top:-10000px;
|
| 22 |
-
visibility:hidden;
|
| 23 |
-
background-color:#c3daf9;
|
| 24 |
-
width:20px;
|
| 25 |
-
height:20px;
|
| 26 |
-
overflow:hidden;
|
| 27 |
-
border:1px solid #98c0f4;
|
| 28 |
-
z-index:20;
|
| 29 |
-
}
|
| 30 |
-
.ext-border-box .x-layout-collapsed{
|
| 31 |
-
width:22px;
|
| 32 |
-
height:22px;
|
| 33 |
-
}
|
| 34 |
-
.x-layout-collapsed-over{
|
| 35 |
-
cursor:pointer;
|
| 36 |
-
background-color:#d9e8fb;
|
| 37 |
-
}
|
| 38 |
-
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 39 |
-
position:absolute;
|
| 40 |
-
top:0;
|
| 41 |
-
left:0;
|
| 42 |
-
width:20px;
|
| 43 |
-
height:20px;
|
| 44 |
-
}
|
| 45 |
-
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 46 |
-
position:absolute;
|
| 47 |
-
top:0;
|
| 48 |
-
right:0;
|
| 49 |
-
width:20px;
|
| 50 |
-
height:20px;
|
| 51 |
-
}
|
| 52 |
-
.x-layout-collapsed .x-layout-tools-button{
|
| 53 |
-
margin:0;
|
| 54 |
-
}
|
| 55 |
-
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 56 |
-
width:16px;
|
| 57 |
-
height:16px;
|
| 58 |
-
}
|
| 59 |
-
.x-layout-inactive-content{
|
| 60 |
-
position:absolute;
|
| 61 |
-
left:-10000px;
|
| 62 |
-
top:-10000px;
|
| 63 |
-
visibility:hidden;
|
| 64 |
-
}
|
| 65 |
-
.x-layout-active-content{
|
| 66 |
-
visibility:visible;
|
| 67 |
-
}
|
| 68 |
-
.x-layout-panel{
|
| 69 |
-
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 70 |
-
}
|
| 71 |
-
.x-layout-panel-east, .x-layout-panel-west {
|
| 72 |
-
z-index:10;
|
| 73 |
-
}
|
| 74 |
-
.x-layout-panel-north, .x-layout-panel-south {
|
| 75 |
-
z-index:11;
|
| 76 |
-
}
|
| 77 |
-
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 78 |
-
z-index:12;
|
| 79 |
-
}
|
| 80 |
-
.x-layout-panel-body{
|
| 81 |
-
overflow:hidden;
|
| 82 |
-
}
|
| 83 |
-
.x-layout-grid-wrapper{
|
| 84 |
-
|
| 85 |
-
}
|
| 86 |
-
.x-layout-split{
|
| 87 |
-
position:absolute;
|
| 88 |
-
height:5px;
|
| 89 |
-
width:5px;
|
| 90 |
-
line-height:1px;
|
| 91 |
-
font-size:1px;
|
| 92 |
-
z-index:3;
|
| 93 |
-
background-color:#c3daf9;
|
| 94 |
-
}
|
| 95 |
-
.x-layout-panel-hd{
|
| 96 |
-
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 97 |
-
color: black;
|
| 98 |
-
border-bottom:1px solid #98c0f4;
|
| 99 |
-
position:relative;
|
| 100 |
-
}
|
| 101 |
-
.x-layout-panel-hd-text{
|
| 102 |
-
font:normal 11px tahoma, verdana, helvetica;
|
| 103 |
-
padding: 4px;
|
| 104 |
-
padding-left: 4px;
|
| 105 |
-
display:block;
|
| 106 |
-
white-space:nowrap;
|
| 107 |
-
}
|
| 108 |
-
.x-layout-panel-hd-tools{
|
| 109 |
-
position:absolute;
|
| 110 |
-
right:0;
|
| 111 |
-
top:0;
|
| 112 |
-
text-align:right;
|
| 113 |
-
padding-top:2px;
|
| 114 |
-
padding-right:2px;
|
| 115 |
-
width:60px;
|
| 116 |
-
}
|
| 117 |
-
.x-layout-tools-button{
|
| 118 |
-
z-index:6;
|
| 119 |
-
padding:2px;
|
| 120 |
-
cursor:pointer;
|
| 121 |
-
float:right;
|
| 122 |
-
}
|
| 123 |
-
.x-layout-tools-button-over{
|
| 124 |
-
padding:1px;
|
| 125 |
-
border:1px solid #98c0f4;
|
| 126 |
-
background-color:white;
|
| 127 |
-
}
|
| 128 |
-
.x-layout-tools-button-inner{
|
| 129 |
-
height:12px;
|
| 130 |
-
width:12px;
|
| 131 |
-
line-height:1px;
|
| 132 |
-
font-size:1px;
|
| 133 |
-
background-repeat:no-repeat;
|
| 134 |
-
background-position:center;
|
| 135 |
-
}
|
| 136 |
-
.x-layout-close{
|
| 137 |
-
background-image:url(../images/default/layout/panel-close.gif);
|
| 138 |
-
}
|
| 139 |
-
.x-layout-stick{
|
| 140 |
-
background-image:url(../images/default/layout/stick.gif);
|
| 141 |
-
}
|
| 142 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 143 |
-
background-image:url(../images/default/layout/collapse.gif);
|
| 144 |
-
}
|
| 145 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 146 |
-
background-image:url(../images/default/layout/expand.gif);
|
| 147 |
-
}
|
| 148 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 149 |
-
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 150 |
-
}
|
| 151 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 152 |
-
background-image:url(../images/default/layout/ns-expand.gif);
|
| 153 |
-
}
|
| 154 |
-
.x-layout-split-h{
|
| 155 |
-
background-image:url(../images/default/sizer/e-handle.gif);
|
| 156 |
-
background-position: left;
|
| 157 |
-
}
|
| 158 |
-
.x-layout-split-v{
|
| 159 |
-
background-image:url(../images/default/sizer/s-handle.gif);
|
| 160 |
-
background-position: top;
|
| 161 |
-
}
|
| 162 |
-
.x-layout-panel .x-tabs-wrap{
|
| 163 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 164 |
-
}
|
| 165 |
-
.x-layout-panel .x-tabs-body {
|
| 166 |
-
background-color:white;
|
| 167 |
-
overflow:auto;height:100%;
|
| 168 |
-
}
|
| 169 |
-
.x-layout-component-panel, .x-layout-nested-layout {
|
| 170 |
-
position:relative;
|
| 171 |
-
padding:0;
|
| 172 |
-
overflow:hidden;
|
| 173 |
-
width:200px;
|
| 174 |
-
height:200px;
|
| 175 |
-
}
|
| 176 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 177 |
-
border:0 none;
|
| 178 |
-
}
|
| 179 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 180 |
-
border-bottom:1px solid #98c0f4;
|
| 181 |
-
}
|
| 182 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 183 |
-
border-top:1px solid #98c0f4;
|
| 184 |
-
}
|
| 185 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 186 |
-
border-left:1px solid #98c0f4;
|
| 187 |
-
}
|
| 188 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 189 |
-
border-right:1px solid #98c0f4;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
.x-layout-panel-dragover {
|
| 193 |
-
border: 2px solid #6593cf;
|
| 194 |
-
}
|
| 195 |
-
.x-layout-panel-proxy {
|
| 196 |
-
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 197 |
-
background-color:#c3daf9;
|
| 198 |
-
border:1px dashed #6593cf;
|
| 199 |
-
z-index:10001;
|
| 200 |
-
overflow:hidden;
|
| 201 |
-
position:absolute;
|
| 202 |
-
left:0;top:0;
|
| 203 |
-
}
|
| 204 |
-
.x-layout-slider {
|
| 205 |
-
z-index:15;
|
| 206 |
-
overflow:hidden;
|
| 207 |
-
position:absolute;
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
.x-scroller-up, .x-scroller-down {
|
| 211 |
-
background-color:#c3daf9;
|
| 212 |
-
border: 1px solid #6593cf;
|
| 213 |
-
border-top-color: #fff;
|
| 214 |
-
border-left-color: #fff;
|
| 215 |
-
border-right:0 none;
|
| 216 |
-
cursor:pointer;
|
| 217 |
-
overflow:hidden;
|
| 218 |
-
line-height:16px;
|
| 219 |
-
}
|
| 220 |
-
.x-scroller-down {
|
| 221 |
-
border-bottom: 0 none;
|
| 222 |
-
border-top: 1px solid #6593cf;
|
| 223 |
-
}
|
| 224 |
-
.x-scroller-btn-over {
|
| 225 |
-
background-color: #d9e8f8;
|
| 226 |
-
}
|
| 227 |
-
.x-scroller-btn-click {
|
| 228 |
-
background-color: #AECEF7;
|
| 229 |
-
}
|
| 230 |
-
.x-scroller-btn-disabled {
|
| 231 |
-
cursor:default;
|
| 232 |
-
background-color: #c3daf9;
|
| 233 |
-
-moz-opacity: 0.3;
|
| 234 |
-
opacity:.30;
|
| 235 |
-
filter: alpha(opacity=30);
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
/* Reader Layout */
|
| 239 |
-
|
| 240 |
-
.x-reader .x-layout-panel-north {
|
| 241 |
-
border:0 none;
|
| 242 |
-
}
|
| 243 |
-
.x-reader .x-layout-panel-center{
|
| 244 |
-
border:0 none;
|
| 245 |
-
}
|
| 246 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 247 |
-
border:1px solid #99bbe8;
|
| 248 |
-
border-top:0 none;
|
| 249 |
-
}
|
| 250 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 251 |
-
border:1px solid #99bbe8;
|
| 252 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-layout-container{
|
| 10 |
+
width:100%;
|
| 11 |
+
height:100%;
|
| 12 |
+
overflow:hidden;
|
| 13 |
+
background-color:#c3daf9;
|
| 14 |
+
}
|
| 15 |
+
.x-layout-container .x-layout-tabs-body{
|
| 16 |
+
border:0 none;
|
| 17 |
+
}
|
| 18 |
+
.x-layout-collapsed{
|
| 19 |
+
position:absolute;
|
| 20 |
+
left:-10000px;
|
| 21 |
+
top:-10000px;
|
| 22 |
+
visibility:hidden;
|
| 23 |
+
background-color:#c3daf9;
|
| 24 |
+
width:20px;
|
| 25 |
+
height:20px;
|
| 26 |
+
overflow:hidden;
|
| 27 |
+
border:1px solid #98c0f4;
|
| 28 |
+
z-index:20;
|
| 29 |
+
}
|
| 30 |
+
.ext-border-box .x-layout-collapsed{
|
| 31 |
+
width:22px;
|
| 32 |
+
height:22px;
|
| 33 |
+
}
|
| 34 |
+
.x-layout-collapsed-over{
|
| 35 |
+
cursor:pointer;
|
| 36 |
+
background-color:#d9e8fb;
|
| 37 |
+
}
|
| 38 |
+
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 39 |
+
position:absolute;
|
| 40 |
+
top:0;
|
| 41 |
+
left:0;
|
| 42 |
+
width:20px;
|
| 43 |
+
height:20px;
|
| 44 |
+
}
|
| 45 |
+
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 46 |
+
position:absolute;
|
| 47 |
+
top:0;
|
| 48 |
+
right:0;
|
| 49 |
+
width:20px;
|
| 50 |
+
height:20px;
|
| 51 |
+
}
|
| 52 |
+
.x-layout-collapsed .x-layout-tools-button{
|
| 53 |
+
margin:0;
|
| 54 |
+
}
|
| 55 |
+
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 56 |
+
width:16px;
|
| 57 |
+
height:16px;
|
| 58 |
+
}
|
| 59 |
+
.x-layout-inactive-content{
|
| 60 |
+
position:absolute;
|
| 61 |
+
left:-10000px;
|
| 62 |
+
top:-10000px;
|
| 63 |
+
visibility:hidden;
|
| 64 |
+
}
|
| 65 |
+
.x-layout-active-content{
|
| 66 |
+
visibility:visible;
|
| 67 |
+
}
|
| 68 |
+
.x-layout-panel{
|
| 69 |
+
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 70 |
+
}
|
| 71 |
+
.x-layout-panel-east, .x-layout-panel-west {
|
| 72 |
+
z-index:10;
|
| 73 |
+
}
|
| 74 |
+
.x-layout-panel-north, .x-layout-panel-south {
|
| 75 |
+
z-index:11;
|
| 76 |
+
}
|
| 77 |
+
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 78 |
+
z-index:12;
|
| 79 |
+
}
|
| 80 |
+
.x-layout-panel-body{
|
| 81 |
+
overflow:hidden;
|
| 82 |
+
}
|
| 83 |
+
.x-layout-grid-wrapper{
|
| 84 |
+
|
| 85 |
+
}
|
| 86 |
+
.x-layout-split{
|
| 87 |
+
position:absolute;
|
| 88 |
+
height:5px;
|
| 89 |
+
width:5px;
|
| 90 |
+
line-height:1px;
|
| 91 |
+
font-size:1px;
|
| 92 |
+
z-index:3;
|
| 93 |
+
background-color:#c3daf9;
|
| 94 |
+
}
|
| 95 |
+
.x-layout-panel-hd{
|
| 96 |
+
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 97 |
+
color: black;
|
| 98 |
+
border-bottom:1px solid #98c0f4;
|
| 99 |
+
position:relative;
|
| 100 |
+
}
|
| 101 |
+
.x-layout-panel-hd-text{
|
| 102 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 103 |
+
padding: 4px;
|
| 104 |
+
padding-left: 4px;
|
| 105 |
+
display:block;
|
| 106 |
+
white-space:nowrap;
|
| 107 |
+
}
|
| 108 |
+
.x-layout-panel-hd-tools{
|
| 109 |
+
position:absolute;
|
| 110 |
+
right:0;
|
| 111 |
+
top:0;
|
| 112 |
+
text-align:right;
|
| 113 |
+
padding-top:2px;
|
| 114 |
+
padding-right:2px;
|
| 115 |
+
width:60px;
|
| 116 |
+
}
|
| 117 |
+
.x-layout-tools-button{
|
| 118 |
+
z-index:6;
|
| 119 |
+
padding:2px;
|
| 120 |
+
cursor:pointer;
|
| 121 |
+
float:right;
|
| 122 |
+
}
|
| 123 |
+
.x-layout-tools-button-over{
|
| 124 |
+
padding:1px;
|
| 125 |
+
border:1px solid #98c0f4;
|
| 126 |
+
background-color:white;
|
| 127 |
+
}
|
| 128 |
+
.x-layout-tools-button-inner{
|
| 129 |
+
height:12px;
|
| 130 |
+
width:12px;
|
| 131 |
+
line-height:1px;
|
| 132 |
+
font-size:1px;
|
| 133 |
+
background-repeat:no-repeat;
|
| 134 |
+
background-position:center;
|
| 135 |
+
}
|
| 136 |
+
.x-layout-close{
|
| 137 |
+
background-image:url(../images/default/layout/panel-close.gif);
|
| 138 |
+
}
|
| 139 |
+
.x-layout-stick{
|
| 140 |
+
background-image:url(../images/default/layout/stick.gif);
|
| 141 |
+
}
|
| 142 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 143 |
+
background-image:url(../images/default/layout/collapse.gif);
|
| 144 |
+
}
|
| 145 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 146 |
+
background-image:url(../images/default/layout/expand.gif);
|
| 147 |
+
}
|
| 148 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 149 |
+
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 150 |
+
}
|
| 151 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 152 |
+
background-image:url(../images/default/layout/ns-expand.gif);
|
| 153 |
+
}
|
| 154 |
+
.x-layout-split-h{
|
| 155 |
+
background-image:url(../images/default/sizer/e-handle.gif);
|
| 156 |
+
background-position: left;
|
| 157 |
+
}
|
| 158 |
+
.x-layout-split-v{
|
| 159 |
+
background-image:url(../images/default/sizer/s-handle.gif);
|
| 160 |
+
background-position: top;
|
| 161 |
+
}
|
| 162 |
+
.x-layout-panel .x-tabs-wrap{
|
| 163 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 164 |
+
}
|
| 165 |
+
.x-layout-panel .x-tabs-body {
|
| 166 |
+
background-color:white;
|
| 167 |
+
overflow:auto;height:100%;
|
| 168 |
+
}
|
| 169 |
+
.x-layout-component-panel, .x-layout-nested-layout {
|
| 170 |
+
position:relative;
|
| 171 |
+
padding:0;
|
| 172 |
+
overflow:hidden;
|
| 173 |
+
width:200px;
|
| 174 |
+
height:200px;
|
| 175 |
+
}
|
| 176 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 177 |
+
border:0 none;
|
| 178 |
+
}
|
| 179 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 180 |
+
border-bottom:1px solid #98c0f4;
|
| 181 |
+
}
|
| 182 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 183 |
+
border-top:1px solid #98c0f4;
|
| 184 |
+
}
|
| 185 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 186 |
+
border-left:1px solid #98c0f4;
|
| 187 |
+
}
|
| 188 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 189 |
+
border-right:1px solid #98c0f4;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
.x-layout-panel-dragover {
|
| 193 |
+
border: 2px solid #6593cf;
|
| 194 |
+
}
|
| 195 |
+
.x-layout-panel-proxy {
|
| 196 |
+
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 197 |
+
background-color:#c3daf9;
|
| 198 |
+
border:1px dashed #6593cf;
|
| 199 |
+
z-index:10001;
|
| 200 |
+
overflow:hidden;
|
| 201 |
+
position:absolute;
|
| 202 |
+
left:0;top:0;
|
| 203 |
+
}
|
| 204 |
+
.x-layout-slider {
|
| 205 |
+
z-index:15;
|
| 206 |
+
overflow:hidden;
|
| 207 |
+
position:absolute;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.x-scroller-up, .x-scroller-down {
|
| 211 |
+
background-color:#c3daf9;
|
| 212 |
+
border: 1px solid #6593cf;
|
| 213 |
+
border-top-color: #fff;
|
| 214 |
+
border-left-color: #fff;
|
| 215 |
+
border-right:0 none;
|
| 216 |
+
cursor:pointer;
|
| 217 |
+
overflow:hidden;
|
| 218 |
+
line-height:16px;
|
| 219 |
+
}
|
| 220 |
+
.x-scroller-down {
|
| 221 |
+
border-bottom: 0 none;
|
| 222 |
+
border-top: 1px solid #6593cf;
|
| 223 |
+
}
|
| 224 |
+
.x-scroller-btn-over {
|
| 225 |
+
background-color: #d9e8f8;
|
| 226 |
+
}
|
| 227 |
+
.x-scroller-btn-click {
|
| 228 |
+
background-color: #AECEF7;
|
| 229 |
+
}
|
| 230 |
+
.x-scroller-btn-disabled {
|
| 231 |
+
cursor:default;
|
| 232 |
+
background-color: #c3daf9;
|
| 233 |
+
-moz-opacity: 0.3;
|
| 234 |
+
opacity:.30;
|
| 235 |
+
filter: alpha(opacity=30);
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
/* Reader Layout */
|
| 239 |
+
|
| 240 |
+
.x-reader .x-layout-panel-north {
|
| 241 |
+
border:0 none;
|
| 242 |
+
}
|
| 243 |
+
.x-reader .x-layout-panel-center{
|
| 244 |
+
border:0 none;
|
| 245 |
+
}
|
| 246 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 247 |
+
border:1px solid #99bbe8;
|
| 248 |
+
border-top:0 none;
|
| 249 |
+
}
|
| 250 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 251 |
+
border:1px solid #99bbe8;
|
| 252 |
}
|
js/extjs/css/menu.css
CHANGED
|
@@ -1,118 +1,118 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-menu {
|
| 10 |
-
border:1px solid #718bb7;
|
| 11 |
-
z-index: 15000;
|
| 12 |
-
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 13 |
-
}
|
| 14 |
-
.ext-ie .x-menu {
|
| 15 |
-
zoom:1;
|
| 16 |
-
overflow:hidden;
|
| 17 |
-
}
|
| 18 |
-
.x-menu-list{
|
| 19 |
-
border:1px solid #fff;
|
| 20 |
-
}
|
| 21 |
-
.x-menu li{
|
| 22 |
-
line-height:100%;
|
| 23 |
-
}
|
| 24 |
-
.x-menu li.x-menu-sep-li{
|
| 25 |
-
font-size:1px;
|
| 26 |
-
line-height:1px;
|
| 27 |
-
}
|
| 28 |
-
.x-menu-list-item{
|
| 29 |
-
font:normal 11px tahoma,arial, sans-serif;
|
| 30 |
-
white-space: nowrap;
|
| 31 |
-
-moz-user-select: none;
|
| 32 |
-
-khtml-user-select: none;
|
| 33 |
-
display:block;
|
| 34 |
-
padding:1px;
|
| 35 |
-
}
|
| 36 |
-
.x-menu-item-arrow{
|
| 37 |
-
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 38 |
-
}
|
| 39 |
-
.x-menu-sep {
|
| 40 |
-
display:block;
|
| 41 |
-
font-size:1px;
|
| 42 |
-
line-height:1px;
|
| 43 |
-
background:#c3daf9;
|
| 44 |
-
margin: 3px 3px 3px 32px;
|
| 45 |
-
}
|
| 46 |
-
.x-menu-focus {
|
| 47 |
-
position:absolute;
|
| 48 |
-
left:0;
|
| 49 |
-
top:-5px;
|
| 50 |
-
width:0;
|
| 51 |
-
height:0;
|
| 52 |
-
line-height:1px;
|
| 53 |
-
}
|
| 54 |
-
.x-menu-item {
|
| 55 |
-
display:block;
|
| 56 |
-
line-height:14px;
|
| 57 |
-
padding:3px 21px 3px 3px;
|
| 58 |
-
white-space: nowrap;
|
| 59 |
-
text-decoration:none;
|
| 60 |
-
color:#233d6d;
|
| 61 |
-
-moz-outline: 0 none;
|
| 62 |
-
outline: 0 none;
|
| 63 |
-
cursor:pointer;
|
| 64 |
-
}
|
| 65 |
-
.x-menu-item-active {
|
| 66 |
-
color:#233d6d;
|
| 67 |
-
background:#c3daf9;
|
| 68 |
-
border:1px solid #8BB8F3;
|
| 69 |
-
padding:0;
|
| 70 |
-
}
|
| 71 |
-
.x-menu-item-icon {
|
| 72 |
-
border: 0 none;
|
| 73 |
-
height: 16px;
|
| 74 |
-
padding: 0;
|
| 75 |
-
vertical-align: middle;
|
| 76 |
-
width: 16px;
|
| 77 |
-
margin: 0 11px 0 0;
|
| 78 |
-
background-position:center;
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 82 |
-
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 86 |
-
background-image:url(../images/default/menu/checked.gif);
|
| 87 |
-
}
|
| 88 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 89 |
-
background: transparent;
|
| 90 |
-
}
|
| 91 |
-
|
| 92 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 93 |
-
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-menu-plain {
|
| 97 |
-
background:#fff;
|
| 98 |
-
}
|
| 99 |
-
.x-menu-date-item{
|
| 100 |
-
padding:0;
|
| 101 |
-
}
|
| 102 |
-
|
| 103 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 104 |
-
margin-left:32px;
|
| 105 |
-
margin-right:4px;
|
| 106 |
-
}
|
| 107 |
-
.x-menu .x-date-picker{
|
| 108 |
-
border:1px solid #a3bad9;
|
| 109 |
-
margin-top:2px;
|
| 110 |
-
margin-bottom:2px;
|
| 111 |
-
}
|
| 112 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 113 |
-
margin:0;
|
| 114 |
-
border:0 none;
|
| 115 |
-
}
|
| 116 |
-
.x-date-menu {
|
| 117 |
-
padding:0 !important;
|
| 118 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-menu {
|
| 10 |
+
border:1px solid #718bb7;
|
| 11 |
+
z-index: 15000;
|
| 12 |
+
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 13 |
+
}
|
| 14 |
+
.ext-ie .x-menu {
|
| 15 |
+
zoom:1;
|
| 16 |
+
overflow:hidden;
|
| 17 |
+
}
|
| 18 |
+
.x-menu-list{
|
| 19 |
+
border:1px solid #fff;
|
| 20 |
+
}
|
| 21 |
+
.x-menu li{
|
| 22 |
+
line-height:100%;
|
| 23 |
+
}
|
| 24 |
+
.x-menu li.x-menu-sep-li{
|
| 25 |
+
font-size:1px;
|
| 26 |
+
line-height:1px;
|
| 27 |
+
}
|
| 28 |
+
.x-menu-list-item{
|
| 29 |
+
font:normal 11px tahoma,arial, sans-serif;
|
| 30 |
+
white-space: nowrap;
|
| 31 |
+
-moz-user-select: none;
|
| 32 |
+
-khtml-user-select: none;
|
| 33 |
+
display:block;
|
| 34 |
+
padding:1px;
|
| 35 |
+
}
|
| 36 |
+
.x-menu-item-arrow{
|
| 37 |
+
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 38 |
+
}
|
| 39 |
+
.x-menu-sep {
|
| 40 |
+
display:block;
|
| 41 |
+
font-size:1px;
|
| 42 |
+
line-height:1px;
|
| 43 |
+
background:#c3daf9;
|
| 44 |
+
margin: 3px 3px 3px 32px;
|
| 45 |
+
}
|
| 46 |
+
.x-menu-focus {
|
| 47 |
+
position:absolute;
|
| 48 |
+
left:0;
|
| 49 |
+
top:-5px;
|
| 50 |
+
width:0;
|
| 51 |
+
height:0;
|
| 52 |
+
line-height:1px;
|
| 53 |
+
}
|
| 54 |
+
.x-menu-item {
|
| 55 |
+
display:block;
|
| 56 |
+
line-height:14px;
|
| 57 |
+
padding:3px 21px 3px 3px;
|
| 58 |
+
white-space: nowrap;
|
| 59 |
+
text-decoration:none;
|
| 60 |
+
color:#233d6d;
|
| 61 |
+
-moz-outline: 0 none;
|
| 62 |
+
outline: 0 none;
|
| 63 |
+
cursor:pointer;
|
| 64 |
+
}
|
| 65 |
+
.x-menu-item-active {
|
| 66 |
+
color:#233d6d;
|
| 67 |
+
background:#c3daf9;
|
| 68 |
+
border:1px solid #8BB8F3;
|
| 69 |
+
padding:0;
|
| 70 |
+
}
|
| 71 |
+
.x-menu-item-icon {
|
| 72 |
+
border: 0 none;
|
| 73 |
+
height: 16px;
|
| 74 |
+
padding: 0;
|
| 75 |
+
vertical-align: middle;
|
| 76 |
+
width: 16px;
|
| 77 |
+
margin: 0 11px 0 0;
|
| 78 |
+
background-position:center;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 82 |
+
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 86 |
+
background-image:url(../images/default/menu/checked.gif);
|
| 87 |
+
}
|
| 88 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 89 |
+
background: transparent;
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 93 |
+
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-menu-plain {
|
| 97 |
+
background:#fff;
|
| 98 |
+
}
|
| 99 |
+
.x-menu-date-item{
|
| 100 |
+
padding:0;
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 104 |
+
margin-left:32px;
|
| 105 |
+
margin-right:4px;
|
| 106 |
+
}
|
| 107 |
+
.x-menu .x-date-picker{
|
| 108 |
+
border:1px solid #a3bad9;
|
| 109 |
+
margin-top:2px;
|
| 110 |
+
margin-bottom:2px;
|
| 111 |
+
}
|
| 112 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 113 |
+
margin:0;
|
| 114 |
+
border:0 none;
|
| 115 |
+
}
|
| 116 |
+
.x-date-menu {
|
| 117 |
+
padding:0 !important;
|
| 118 |
+
}
|
js/extjs/css/panel.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-panel-header {
|
| 10 |
overflow:hidden;
|
| 11 |
zoom:1;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-panel-header {
|
| 10 |
overflow:hidden;
|
| 11 |
zoom:1;
|
js/extjs/css/qtips.css
CHANGED
|
@@ -1,120 +1,120 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tip{
|
| 10 |
-
position: absolute;
|
| 11 |
-
top: 0;
|
| 12 |
-
left:0;
|
| 13 |
-
visibility: hidden;
|
| 14 |
-
z-index: 20000;
|
| 15 |
-
border:0 none;
|
| 16 |
-
}
|
| 17 |
-
.x-tip .x-tip-close{
|
| 18 |
-
background-image: url(../images/default/qtip/close.gif);
|
| 19 |
-
height: 15px;
|
| 20 |
-
float:right;
|
| 21 |
-
width: 15px;
|
| 22 |
-
margin:0 0 2px 2px;
|
| 23 |
-
cursor:pointer;
|
| 24 |
-
display:none;
|
| 25 |
-
}
|
| 26 |
-
.x-tip .x-tip-top {
|
| 27 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 28 |
-
height:6px;
|
| 29 |
-
overflow:hidden;
|
| 30 |
-
}
|
| 31 |
-
.x-tip .x-tip-top-left {
|
| 32 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 33 |
-
padding-left:6px;
|
| 34 |
-
zoom:1;
|
| 35 |
-
}
|
| 36 |
-
.x-tip .x-tip-top-right {
|
| 37 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 38 |
-
padding-right:6px;
|
| 39 |
-
zoom:1;
|
| 40 |
-
}
|
| 41 |
-
.x-tip .x-tip-ft {
|
| 42 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 43 |
-
height:6px;
|
| 44 |
-
overflow:hidden;
|
| 45 |
-
}
|
| 46 |
-
.x-tip .x-tip-ft-left {
|
| 47 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 48 |
-
padding-left:6px;
|
| 49 |
-
zoom:1;
|
| 50 |
-
}
|
| 51 |
-
.x-tip .x-tip-ft-right {
|
| 52 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 53 |
-
padding-right:6px;
|
| 54 |
-
zoom:1;
|
| 55 |
-
}
|
| 56 |
-
.x-tip .x-tip-bd {
|
| 57 |
-
border:0 none;
|
| 58 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 59 |
-
}
|
| 60 |
-
.x-tip .x-tip-bd-left {
|
| 61 |
-
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 62 |
-
padding-left:6px;
|
| 63 |
-
zoom:1;
|
| 64 |
-
}
|
| 65 |
-
.x-tip .x-tip-bd-right {
|
| 66 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 67 |
-
padding-right:6px;
|
| 68 |
-
zoom:1;
|
| 69 |
-
}
|
| 70 |
-
|
| 71 |
-
.x-tip h3 {
|
| 72 |
-
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 73 |
-
margin:0;
|
| 74 |
-
padding:2px 0;
|
| 75 |
-
color:#444;
|
| 76 |
-
}
|
| 77 |
-
.x-tip .x-tip-bd-inner {
|
| 78 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 79 |
-
margin:0 !important;
|
| 80 |
-
line-height:14px;
|
| 81 |
-
color:#444;
|
| 82 |
-
padding:0;
|
| 83 |
-
float:left;
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
.x-form-invalid-tip {
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
.x-form-invalid-tip .x-tip-top {
|
| 91 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 92 |
-
}
|
| 93 |
-
.x-form-invalid-tip .x-tip-top-left {
|
| 94 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 95 |
-
}
|
| 96 |
-
.x-form-invalid-tip .x-tip-top-right {
|
| 97 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 98 |
-
}
|
| 99 |
-
.x-form-invalid-tip .x-tip-ft {
|
| 100 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 101 |
-
}
|
| 102 |
-
.x-form-invalid-tip .x-tip-ft-left {
|
| 103 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 104 |
-
}
|
| 105 |
-
.x-form-invalid-tip .x-tip-ft-right {
|
| 106 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 107 |
-
}
|
| 108 |
-
.x-form-invalid-tip .x-tip-bd-left {
|
| 109 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 110 |
-
}
|
| 111 |
-
.x-form-invalid-tip .x-tip-bd-right {
|
| 112 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 113 |
-
}
|
| 114 |
-
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 115 |
-
padding-left:24px;
|
| 116 |
-
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 117 |
-
}
|
| 118 |
-
.x-form-invalid-tip .x-tip-bd-inner {
|
| 119 |
-
padding:2px;
|
| 120 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tip{
|
| 10 |
+
position: absolute;
|
| 11 |
+
top: 0;
|
| 12 |
+
left:0;
|
| 13 |
+
visibility: hidden;
|
| 14 |
+
z-index: 20000;
|
| 15 |
+
border:0 none;
|
| 16 |
+
}
|
| 17 |
+
.x-tip .x-tip-close{
|
| 18 |
+
background-image: url(../images/default/qtip/close.gif);
|
| 19 |
+
height: 15px;
|
| 20 |
+
float:right;
|
| 21 |
+
width: 15px;
|
| 22 |
+
margin:0 0 2px 2px;
|
| 23 |
+
cursor:pointer;
|
| 24 |
+
display:none;
|
| 25 |
+
}
|
| 26 |
+
.x-tip .x-tip-top {
|
| 27 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 28 |
+
height:6px;
|
| 29 |
+
overflow:hidden;
|
| 30 |
+
}
|
| 31 |
+
.x-tip .x-tip-top-left {
|
| 32 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 33 |
+
padding-left:6px;
|
| 34 |
+
zoom:1;
|
| 35 |
+
}
|
| 36 |
+
.x-tip .x-tip-top-right {
|
| 37 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 38 |
+
padding-right:6px;
|
| 39 |
+
zoom:1;
|
| 40 |
+
}
|
| 41 |
+
.x-tip .x-tip-ft {
|
| 42 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 43 |
+
height:6px;
|
| 44 |
+
overflow:hidden;
|
| 45 |
+
}
|
| 46 |
+
.x-tip .x-tip-ft-left {
|
| 47 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 48 |
+
padding-left:6px;
|
| 49 |
+
zoom:1;
|
| 50 |
+
}
|
| 51 |
+
.x-tip .x-tip-ft-right {
|
| 52 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 53 |
+
padding-right:6px;
|
| 54 |
+
zoom:1;
|
| 55 |
+
}
|
| 56 |
+
.x-tip .x-tip-bd {
|
| 57 |
+
border:0 none;
|
| 58 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 59 |
+
}
|
| 60 |
+
.x-tip .x-tip-bd-left {
|
| 61 |
+
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 62 |
+
padding-left:6px;
|
| 63 |
+
zoom:1;
|
| 64 |
+
}
|
| 65 |
+
.x-tip .x-tip-bd-right {
|
| 66 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 67 |
+
padding-right:6px;
|
| 68 |
+
zoom:1;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.x-tip h3 {
|
| 72 |
+
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 73 |
+
margin:0;
|
| 74 |
+
padding:2px 0;
|
| 75 |
+
color:#444;
|
| 76 |
+
}
|
| 77 |
+
.x-tip .x-tip-bd-inner {
|
| 78 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 79 |
+
margin:0 !important;
|
| 80 |
+
line-height:14px;
|
| 81 |
+
color:#444;
|
| 82 |
+
padding:0;
|
| 83 |
+
float:left;
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
.x-form-invalid-tip {
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.x-form-invalid-tip .x-tip-top {
|
| 91 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 92 |
+
}
|
| 93 |
+
.x-form-invalid-tip .x-tip-top-left {
|
| 94 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 95 |
+
}
|
| 96 |
+
.x-form-invalid-tip .x-tip-top-right {
|
| 97 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 98 |
+
}
|
| 99 |
+
.x-form-invalid-tip .x-tip-ft {
|
| 100 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 101 |
+
}
|
| 102 |
+
.x-form-invalid-tip .x-tip-ft-left {
|
| 103 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 104 |
+
}
|
| 105 |
+
.x-form-invalid-tip .x-tip-ft-right {
|
| 106 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 107 |
+
}
|
| 108 |
+
.x-form-invalid-tip .x-tip-bd-left {
|
| 109 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 110 |
+
}
|
| 111 |
+
.x-form-invalid-tip .x-tip-bd-right {
|
| 112 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 113 |
+
}
|
| 114 |
+
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 115 |
+
padding-left:24px;
|
| 116 |
+
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 117 |
+
}
|
| 118 |
+
.x-form-invalid-tip .x-tip-bd-inner {
|
| 119 |
+
padding:2px;
|
| 120 |
}
|
js/extjs/css/reset-min.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
js/extjs/css/resizable.css
CHANGED
|
@@ -1,143 +1,143 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-resizable-handle {
|
| 10 |
-
position:absolute;
|
| 11 |
-
z-index:100;
|
| 12 |
-
/* ie needs these */
|
| 13 |
-
font-size:1px;
|
| 14 |
-
line-height:6px;
|
| 15 |
-
overflow:hidden;
|
| 16 |
-
background:white;
|
| 17 |
-
filter:alpha(opacity=0);
|
| 18 |
-
opacity:0;
|
| 19 |
-
zoom:1;
|
| 20 |
-
}
|
| 21 |
-
.x-resizable-handle-east{
|
| 22 |
-
width:6px;
|
| 23 |
-
cursor:e-resize;
|
| 24 |
-
right:0;
|
| 25 |
-
top:0;
|
| 26 |
-
height:100%;
|
| 27 |
-
}
|
| 28 |
-
.ext-ie .x-resizable-handle-east {
|
| 29 |
-
margin-right:-1px; /*IE rounding error*/
|
| 30 |
-
}
|
| 31 |
-
.x-resizable-handle-south{
|
| 32 |
-
width:100%;
|
| 33 |
-
cursor:s-resize;
|
| 34 |
-
left:0;
|
| 35 |
-
bottom:0;
|
| 36 |
-
height:6px;
|
| 37 |
-
}
|
| 38 |
-
.ext-ie .x-resizable-handle-south {
|
| 39 |
-
margin-bottom:-1px; /*IE rounding error*/
|
| 40 |
-
}
|
| 41 |
-
.x-resizable-handle-west{
|
| 42 |
-
width:6px;
|
| 43 |
-
cursor:w-resize;
|
| 44 |
-
left:0;
|
| 45 |
-
top:0;
|
| 46 |
-
height:100%;
|
| 47 |
-
}
|
| 48 |
-
.x-resizable-handle-north{
|
| 49 |
-
width:100%;
|
| 50 |
-
cursor:n-resize;
|
| 51 |
-
left:0;
|
| 52 |
-
top:0;
|
| 53 |
-
height:6px;
|
| 54 |
-
}
|
| 55 |
-
.x-resizable-handle-southeast{
|
| 56 |
-
width:6px;
|
| 57 |
-
cursor:se-resize;
|
| 58 |
-
right:0;
|
| 59 |
-
bottom:0;
|
| 60 |
-
height:6px;
|
| 61 |
-
z-index:101;
|
| 62 |
-
}
|
| 63 |
-
.x-resizable-handle-northwest{
|
| 64 |
-
width:6px;
|
| 65 |
-
cursor:nw-resize;
|
| 66 |
-
left:0;
|
| 67 |
-
top:0;
|
| 68 |
-
height:6px;
|
| 69 |
-
z-index:101;
|
| 70 |
-
}
|
| 71 |
-
.x-resizable-handle-northeast{
|
| 72 |
-
width:6px;
|
| 73 |
-
cursor:ne-resize;
|
| 74 |
-
right:0;
|
| 75 |
-
top:0;
|
| 76 |
-
height:6px;
|
| 77 |
-
z-index:101;
|
| 78 |
-
}
|
| 79 |
-
.x-resizable-handle-southwest{
|
| 80 |
-
width:6px;
|
| 81 |
-
cursor:sw-resize;
|
| 82 |
-
left:0;
|
| 83 |
-
bottom:0;
|
| 84 |
-
height:6px;
|
| 85 |
-
z-index:101;
|
| 86 |
-
}
|
| 87 |
-
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 88 |
-
filter:alpha(opacity=100);
|
| 89 |
-
opacity:1;
|
| 90 |
-
}
|
| 91 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 92 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 93 |
-
background-position: left;
|
| 94 |
-
}
|
| 95 |
-
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 96 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 97 |
-
background-position: left;
|
| 98 |
-
}
|
| 99 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 100 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 101 |
-
background-position: top;
|
| 102 |
-
}
|
| 103 |
-
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 104 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 105 |
-
background-position: top;
|
| 106 |
-
}
|
| 107 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 108 |
-
background:url(../images/default/sizer/se-handle.gif);
|
| 109 |
-
background-position: top left;
|
| 110 |
-
}
|
| 111 |
-
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 112 |
-
background:url(../images/default/sizer/nw-handle.gif);
|
| 113 |
-
background-position:bottom right;
|
| 114 |
-
}
|
| 115 |
-
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 116 |
-
background:url(../images/default/sizer/ne-handle.gif);
|
| 117 |
-
background-position: bottom left;
|
| 118 |
-
}
|
| 119 |
-
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 120 |
-
background:url(../images/default/sizer/sw-handle.gif);
|
| 121 |
-
background-position: top right;
|
| 122 |
-
}
|
| 123 |
-
.x-resizable-proxy{
|
| 124 |
-
border: 1px dashed #6593cf;
|
| 125 |
-
position:absolute;
|
| 126 |
-
overflow:hidden;
|
| 127 |
-
display:none;
|
| 128 |
-
left:0;top:0;
|
| 129 |
-
z-index:50000;
|
| 130 |
-
}
|
| 131 |
-
.x-resizable-overlay{
|
| 132 |
-
width:100%;
|
| 133 |
-
height:100%;
|
| 134 |
-
display:none;
|
| 135 |
-
position:absolute;
|
| 136 |
-
left:0;
|
| 137 |
-
top:0;
|
| 138 |
-
background:white;
|
| 139 |
-
z-index:200000;
|
| 140 |
-
-moz-opacity: 0;
|
| 141 |
-
opacity:0;
|
| 142 |
-
filter: alpha(opacity=0);
|
| 143 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-resizable-handle {
|
| 10 |
+
position:absolute;
|
| 11 |
+
z-index:100;
|
| 12 |
+
/* ie needs these */
|
| 13 |
+
font-size:1px;
|
| 14 |
+
line-height:6px;
|
| 15 |
+
overflow:hidden;
|
| 16 |
+
background:white;
|
| 17 |
+
filter:alpha(opacity=0);
|
| 18 |
+
opacity:0;
|
| 19 |
+
zoom:1;
|
| 20 |
+
}
|
| 21 |
+
.x-resizable-handle-east{
|
| 22 |
+
width:6px;
|
| 23 |
+
cursor:e-resize;
|
| 24 |
+
right:0;
|
| 25 |
+
top:0;
|
| 26 |
+
height:100%;
|
| 27 |
+
}
|
| 28 |
+
.ext-ie .x-resizable-handle-east {
|
| 29 |
+
margin-right:-1px; /*IE rounding error*/
|
| 30 |
+
}
|
| 31 |
+
.x-resizable-handle-south{
|
| 32 |
+
width:100%;
|
| 33 |
+
cursor:s-resize;
|
| 34 |
+
left:0;
|
| 35 |
+
bottom:0;
|
| 36 |
+
height:6px;
|
| 37 |
+
}
|
| 38 |
+
.ext-ie .x-resizable-handle-south {
|
| 39 |
+
margin-bottom:-1px; /*IE rounding error*/
|
| 40 |
+
}
|
| 41 |
+
.x-resizable-handle-west{
|
| 42 |
+
width:6px;
|
| 43 |
+
cursor:w-resize;
|
| 44 |
+
left:0;
|
| 45 |
+
top:0;
|
| 46 |
+
height:100%;
|
| 47 |
+
}
|
| 48 |
+
.x-resizable-handle-north{
|
| 49 |
+
width:100%;
|
| 50 |
+
cursor:n-resize;
|
| 51 |
+
left:0;
|
| 52 |
+
top:0;
|
| 53 |
+
height:6px;
|
| 54 |
+
}
|
| 55 |
+
.x-resizable-handle-southeast{
|
| 56 |
+
width:6px;
|
| 57 |
+
cursor:se-resize;
|
| 58 |
+
right:0;
|
| 59 |
+
bottom:0;
|
| 60 |
+
height:6px;
|
| 61 |
+
z-index:101;
|
| 62 |
+
}
|
| 63 |
+
.x-resizable-handle-northwest{
|
| 64 |
+
width:6px;
|
| 65 |
+
cursor:nw-resize;
|
| 66 |
+
left:0;
|
| 67 |
+
top:0;
|
| 68 |
+
height:6px;
|
| 69 |
+
z-index:101;
|
| 70 |
+
}
|
| 71 |
+
.x-resizable-handle-northeast{
|
| 72 |
+
width:6px;
|
| 73 |
+
cursor:ne-resize;
|
| 74 |
+
right:0;
|
| 75 |
+
top:0;
|
| 76 |
+
height:6px;
|
| 77 |
+
z-index:101;
|
| 78 |
+
}
|
| 79 |
+
.x-resizable-handle-southwest{
|
| 80 |
+
width:6px;
|
| 81 |
+
cursor:sw-resize;
|
| 82 |
+
left:0;
|
| 83 |
+
bottom:0;
|
| 84 |
+
height:6px;
|
| 85 |
+
z-index:101;
|
| 86 |
+
}
|
| 87 |
+
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 88 |
+
filter:alpha(opacity=100);
|
| 89 |
+
opacity:1;
|
| 90 |
+
}
|
| 91 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 92 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 93 |
+
background-position: left;
|
| 94 |
+
}
|
| 95 |
+
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 96 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 97 |
+
background-position: left;
|
| 98 |
+
}
|
| 99 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 100 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 101 |
+
background-position: top;
|
| 102 |
+
}
|
| 103 |
+
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 104 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 105 |
+
background-position: top;
|
| 106 |
+
}
|
| 107 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 108 |
+
background:url(../images/default/sizer/se-handle.gif);
|
| 109 |
+
background-position: top left;
|
| 110 |
+
}
|
| 111 |
+
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 112 |
+
background:url(../images/default/sizer/nw-handle.gif);
|
| 113 |
+
background-position:bottom right;
|
| 114 |
+
}
|
| 115 |
+
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 116 |
+
background:url(../images/default/sizer/ne-handle.gif);
|
| 117 |
+
background-position: bottom left;
|
| 118 |
+
}
|
| 119 |
+
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 120 |
+
background:url(../images/default/sizer/sw-handle.gif);
|
| 121 |
+
background-position: top right;
|
| 122 |
+
}
|
| 123 |
+
.x-resizable-proxy{
|
| 124 |
+
border: 1px dashed #6593cf;
|
| 125 |
+
position:absolute;
|
| 126 |
+
overflow:hidden;
|
| 127 |
+
display:none;
|
| 128 |
+
left:0;top:0;
|
| 129 |
+
z-index:50000;
|
| 130 |
+
}
|
| 131 |
+
.x-resizable-overlay{
|
| 132 |
+
width:100%;
|
| 133 |
+
height:100%;
|
| 134 |
+
display:none;
|
| 135 |
+
position:absolute;
|
| 136 |
+
left:0;
|
| 137 |
+
top:0;
|
| 138 |
+
background:white;
|
| 139 |
+
z-index:200000;
|
| 140 |
+
-moz-opacity: 0;
|
| 141 |
+
opacity:0;
|
| 142 |
+
filter: alpha(opacity=0);
|
| 143 |
+
}
|
js/extjs/css/tabs.css
CHANGED
|
@@ -1,134 +1,134 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tabs-wrap {
|
| 10 |
-
border-bottom:1px solid #6593cf;
|
| 11 |
-
padding-top:2px;
|
| 12 |
-
}
|
| 13 |
-
.x-tabs-strip-wrap{
|
| 14 |
-
width:100%;
|
| 15 |
-
}
|
| 16 |
-
.x-tabs-wrap table{
|
| 17 |
-
position:relative;
|
| 18 |
-
top:0; left:0;
|
| 19 |
-
}
|
| 20 |
-
.x-tabs-strip td{
|
| 21 |
-
padding:0;
|
| 22 |
-
padding-left:2px;
|
| 23 |
-
}
|
| 24 |
-
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 25 |
-
display:block;
|
| 26 |
-
}
|
| 27 |
-
.x-tabs-strip a {
|
| 28 |
-
text-decoration:none !important;
|
| 29 |
-
-moz-outline: none;
|
| 30 |
-
outline: none;
|
| 31 |
-
cursor:pointer;
|
| 32 |
-
}
|
| 33 |
-
.x-tabs-strip .x-tabs-text {
|
| 34 |
-
font:bold 11px tahoma,arial,helvetica;
|
| 35 |
-
color:#666;
|
| 36 |
-
overflow:hidden;
|
| 37 |
-
white-space: nowrap;
|
| 38 |
-
cursor:pointer;
|
| 39 |
-
text-overflow: ellipsis;
|
| 40 |
-
}
|
| 41 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 42 |
-
cursor:default;
|
| 43 |
-
color:#083772;
|
| 44 |
-
}
|
| 45 |
-
.x-tabs-strip .disabled .x-tabs-text {
|
| 46 |
-
cursor:default;
|
| 47 |
-
color:#aaaaaa;
|
| 48 |
-
}
|
| 49 |
-
.x-tabs-strip .x-tabs-inner {
|
| 50 |
-
padding:4px 10px;
|
| 51 |
-
}
|
| 52 |
-
|
| 53 |
-
.x-tabs-strip .on .x-tabs-right {
|
| 54 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 55 |
-
}
|
| 56 |
-
.x-tabs-strip .on .x-tabs-left {
|
| 57 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 58 |
-
}
|
| 59 |
-
.x-tabs-strip .x-tabs-right {
|
| 60 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 61 |
-
}
|
| 62 |
-
.x-tabs-strip .x-tabs-left {
|
| 63 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-tabs-strip a {
|
| 67 |
-
position:relative;
|
| 68 |
-
top:1px; left:0;
|
| 69 |
-
}
|
| 70 |
-
.x-tabs-strip .on a {
|
| 71 |
-
position:relative;
|
| 72 |
-
}
|
| 73 |
-
.x-tabs-strip .on .x-tabs-inner {
|
| 74 |
-
padding-bottom:5px;
|
| 75 |
-
}
|
| 76 |
-
/** closable tabs */
|
| 77 |
-
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 78 |
-
padding-right:22px;
|
| 79 |
-
position:relative;
|
| 80 |
-
}
|
| 81 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 82 |
-
line-height: 1px;
|
| 83 |
-
font-size:1px;
|
| 84 |
-
background-image:url(../images/default/layout/tab-close.gif);
|
| 85 |
-
display:block;
|
| 86 |
-
position:absolute;
|
| 87 |
-
right:5px;top:4px;
|
| 88 |
-
width:11px;height:11px;
|
| 89 |
-
cursor:pointer;
|
| 90 |
-
}
|
| 91 |
-
.x-tabs-strip .on .close-icon{
|
| 92 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 93 |
-
}
|
| 94 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 95 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 96 |
-
}
|
| 97 |
-
.x-tabs-body {
|
| 98 |
-
border:1px solid #6593cf;
|
| 99 |
-
border-top:0 none;
|
| 100 |
-
}
|
| 101 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 102 |
-
border-top:1px solid #6593cf;
|
| 103 |
-
border-bottom:0 none;
|
| 104 |
-
padding-top:0;
|
| 105 |
-
padding-bottom:2px;
|
| 106 |
-
}
|
| 107 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 108 |
-
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 109 |
-
}
|
| 110 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 111 |
-
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 112 |
-
}
|
| 113 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 114 |
-
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 115 |
-
}
|
| 116 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 117 |
-
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 118 |
-
}
|
| 119 |
-
.x-tabs-bottom .x-tabs-strip a {
|
| 120 |
-
position:relative;
|
| 121 |
-
top:0; left:0;
|
| 122 |
-
}
|
| 123 |
-
.x-tabs-bottom .x-tabs-strip .on a {
|
| 124 |
-
margin-top:-1px;
|
| 125 |
-
}
|
| 126 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 127 |
-
padding-top:5px;
|
| 128 |
-
}
|
| 129 |
-
|
| 130 |
-
.x-tabs-bottom .x-tabs-body {
|
| 131 |
-
border:1px solid #6593cf;
|
| 132 |
-
border-bottom:0 none;
|
| 133 |
-
}
|
| 134 |
-
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tabs-wrap {
|
| 10 |
+
border-bottom:1px solid #6593cf;
|
| 11 |
+
padding-top:2px;
|
| 12 |
+
}
|
| 13 |
+
.x-tabs-strip-wrap{
|
| 14 |
+
width:100%;
|
| 15 |
+
}
|
| 16 |
+
.x-tabs-wrap table{
|
| 17 |
+
position:relative;
|
| 18 |
+
top:0; left:0;
|
| 19 |
+
}
|
| 20 |
+
.x-tabs-strip td{
|
| 21 |
+
padding:0;
|
| 22 |
+
padding-left:2px;
|
| 23 |
+
}
|
| 24 |
+
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 25 |
+
display:block;
|
| 26 |
+
}
|
| 27 |
+
.x-tabs-strip a {
|
| 28 |
+
text-decoration:none !important;
|
| 29 |
+
-moz-outline: none;
|
| 30 |
+
outline: none;
|
| 31 |
+
cursor:pointer;
|
| 32 |
+
}
|
| 33 |
+
.x-tabs-strip .x-tabs-text {
|
| 34 |
+
font:bold 11px tahoma,arial,helvetica;
|
| 35 |
+
color:#666;
|
| 36 |
+
overflow:hidden;
|
| 37 |
+
white-space: nowrap;
|
| 38 |
+
cursor:pointer;
|
| 39 |
+
text-overflow: ellipsis;
|
| 40 |
+
}
|
| 41 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 42 |
+
cursor:default;
|
| 43 |
+
color:#083772;
|
| 44 |
+
}
|
| 45 |
+
.x-tabs-strip .disabled .x-tabs-text {
|
| 46 |
+
cursor:default;
|
| 47 |
+
color:#aaaaaa;
|
| 48 |
+
}
|
| 49 |
+
.x-tabs-strip .x-tabs-inner {
|
| 50 |
+
padding:4px 10px;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.x-tabs-strip .on .x-tabs-right {
|
| 54 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 55 |
+
}
|
| 56 |
+
.x-tabs-strip .on .x-tabs-left {
|
| 57 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 58 |
+
}
|
| 59 |
+
.x-tabs-strip .x-tabs-right {
|
| 60 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 61 |
+
}
|
| 62 |
+
.x-tabs-strip .x-tabs-left {
|
| 63 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-tabs-strip a {
|
| 67 |
+
position:relative;
|
| 68 |
+
top:1px; left:0;
|
| 69 |
+
}
|
| 70 |
+
.x-tabs-strip .on a {
|
| 71 |
+
position:relative;
|
| 72 |
+
}
|
| 73 |
+
.x-tabs-strip .on .x-tabs-inner {
|
| 74 |
+
padding-bottom:5px;
|
| 75 |
+
}
|
| 76 |
+
/** closable tabs */
|
| 77 |
+
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 78 |
+
padding-right:22px;
|
| 79 |
+
position:relative;
|
| 80 |
+
}
|
| 81 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 82 |
+
line-height: 1px;
|
| 83 |
+
font-size:1px;
|
| 84 |
+
background-image:url(../images/default/layout/tab-close.gif);
|
| 85 |
+
display:block;
|
| 86 |
+
position:absolute;
|
| 87 |
+
right:5px;top:4px;
|
| 88 |
+
width:11px;height:11px;
|
| 89 |
+
cursor:pointer;
|
| 90 |
+
}
|
| 91 |
+
.x-tabs-strip .on .close-icon{
|
| 92 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 93 |
+
}
|
| 94 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 95 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 96 |
+
}
|
| 97 |
+
.x-tabs-body {
|
| 98 |
+
border:1px solid #6593cf;
|
| 99 |
+
border-top:0 none;
|
| 100 |
+
}
|
| 101 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 102 |
+
border-top:1px solid #6593cf;
|
| 103 |
+
border-bottom:0 none;
|
| 104 |
+
padding-top:0;
|
| 105 |
+
padding-bottom:2px;
|
| 106 |
+
}
|
| 107 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 108 |
+
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 109 |
+
}
|
| 110 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 111 |
+
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 112 |
+
}
|
| 113 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 114 |
+
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 115 |
+
}
|
| 116 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 117 |
+
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 118 |
+
}
|
| 119 |
+
.x-tabs-bottom .x-tabs-strip a {
|
| 120 |
+
position:relative;
|
| 121 |
+
top:0; left:0;
|
| 122 |
+
}
|
| 123 |
+
.x-tabs-bottom .x-tabs-strip .on a {
|
| 124 |
+
margin-top:-1px;
|
| 125 |
+
}
|
| 126 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 127 |
+
padding-top:5px;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.x-tabs-bottom .x-tabs-body {
|
| 131 |
+
border:1px solid #6593cf;
|
| 132 |
+
border-bottom:0 none;
|
| 133 |
+
}
|
| 134 |
+
|
js/extjs/css/toolbar.css
CHANGED
|
@@ -1,173 +1,173 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-toolbar{
|
| 10 |
-
border-top: 1px solid #eaf0f7;
|
| 11 |
-
border-bottom: 1px solid #a9bfd3;
|
| 12 |
-
display: block;
|
| 13 |
-
padding:2px;
|
| 14 |
-
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 15 |
-
}
|
| 16 |
-
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 17 |
-
opacity: .35;
|
| 18 |
-
-moz-opacity: .35;
|
| 19 |
-
filter: alpha(opacity=35);
|
| 20 |
-
}
|
| 21 |
-
.x-toolbar td {
|
| 22 |
-
vertical-align:middle;
|
| 23 |
-
}
|
| 24 |
-
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 25 |
-
border: 0 none;
|
| 26 |
-
background: url(../images/default/grid/mso-hd.gif);
|
| 27 |
-
}
|
| 28 |
-
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
|
| 29 |
-
white-space: nowrap;
|
| 30 |
-
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 31 |
-
}
|
| 32 |
-
.x-toolbar .x-item-disabled {
|
| 33 |
-
color:gray;
|
| 34 |
-
cursor:default;
|
| 35 |
-
opacity:.6;
|
| 36 |
-
-moz-opacity:.6;
|
| 37 |
-
filter:alpha(opacity=60);
|
| 38 |
-
}
|
| 39 |
-
.x-toolbar .x-item-disabled * {
|
| 40 |
-
color:gray;
|
| 41 |
-
cursor:default;
|
| 42 |
-
}
|
| 43 |
-
.x-toolbar .x-btn-left{
|
| 44 |
-
background:none;
|
| 45 |
-
}
|
| 46 |
-
.x-toolbar .x-btn-right{
|
| 47 |
-
background:none;
|
| 48 |
-
}
|
| 49 |
-
.x-toolbar .x-btn-center{
|
| 50 |
-
background:none;
|
| 51 |
-
padding:0 0;
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
-
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 55 |
-
padding-right:2px;
|
| 56 |
-
}
|
| 57 |
-
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 58 |
-
padding-right:0;
|
| 59 |
-
}
|
| 60 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 61 |
-
padding:0 2px;
|
| 62 |
-
}
|
| 63 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 64 |
-
width:12px;
|
| 65 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 66 |
-
}
|
| 67 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 68 |
-
width:12px;
|
| 69 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 70 |
-
}
|
| 71 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 72 |
-
background-position: 0 -47px;
|
| 73 |
-
}
|
| 74 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 75 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 76 |
-
}
|
| 77 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 78 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 79 |
-
}
|
| 80 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 81 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
.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{
|
| 85 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 86 |
-
}
|
| 87 |
-
.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{
|
| 88 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 89 |
-
}
|
| 90 |
-
.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{
|
| 91 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 92 |
-
}
|
| 93 |
-
|
| 94 |
-
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 95 |
-
padding-right:8px;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.x-toolbar .ytb-text{
|
| 99 |
-
padding:2px;
|
| 100 |
-
}
|
| 101 |
-
.x-toolbar .ytb-sep {
|
| 102 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 103 |
-
background-position: center;
|
| 104 |
-
background-repeat: no-repeat;
|
| 105 |
-
display: block;
|
| 106 |
-
font-size: 1px;
|
| 107 |
-
height: 16px;
|
| 108 |
-
width:4px;
|
| 109 |
-
overflow: hidden;
|
| 110 |
-
cursor:default;
|
| 111 |
-
margin: 0 2px 0;
|
| 112 |
-
border:0;
|
| 113 |
-
}
|
| 114 |
-
.x-toolbar .ytb-spacer {
|
| 115 |
-
width:2px;
|
| 116 |
-
}
|
| 117 |
-
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 118 |
-
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 119 |
-
}
|
| 120 |
-
|
| 121 |
-
/* IE refuses to respect the negative margins in the toolbar */
|
| 122 |
-
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 123 |
-
padding-bottom:1px;
|
| 124 |
-
}
|
| 125 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 126 |
-
top:1px;
|
| 127 |
-
}
|
| 128 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 129 |
-
margin-top:1px;
|
| 130 |
-
}
|
| 131 |
-
|
| 132 |
-
/* Paging Toolbar */
|
| 133 |
-
|
| 134 |
-
.x-grid-page-number{
|
| 135 |
-
width:24px;
|
| 136 |
-
height:14px;
|
| 137 |
-
}
|
| 138 |
-
.x-grid-page-first .x-btn-text{
|
| 139 |
-
background-image: url(../images/default/grid/page-first.gif);
|
| 140 |
-
}
|
| 141 |
-
.x-grid-loading .x-btn-text{
|
| 142 |
-
background-image: url(../images/default/grid/done.gif);
|
| 143 |
-
}
|
| 144 |
-
.x-grid-page-last .x-btn-text{
|
| 145 |
-
background-image: url(../images/default/grid/page-last.gif);
|
| 146 |
-
}
|
| 147 |
-
.x-grid-page-next .x-btn-text{
|
| 148 |
-
background-image: url(../images/default/grid/page-next.gif);
|
| 149 |
-
}
|
| 150 |
-
.x-grid-page-prev .x-btn-text{
|
| 151 |
-
background-image: url(../images/default/grid/page-prev.gif);
|
| 152 |
-
}
|
| 153 |
-
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 154 |
-
background-image: url(../images/default/grid/loading.gif);
|
| 155 |
-
}
|
| 156 |
-
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 157 |
-
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 158 |
-
}
|
| 159 |
-
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 160 |
-
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 161 |
-
}
|
| 162 |
-
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 163 |
-
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 164 |
-
}
|
| 165 |
-
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 166 |
-
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 167 |
-
}
|
| 168 |
-
.x-paging-info {
|
| 169 |
-
position:absolute;
|
| 170 |
-
top:8px;
|
| 171 |
-
right: 8px;
|
| 172 |
-
color:#15428b;
|
| 173 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-toolbar{
|
| 10 |
+
border-top: 1px solid #eaf0f7;
|
| 11 |
+
border-bottom: 1px solid #a9bfd3;
|
| 12 |
+
display: block;
|
| 13 |
+
padding:2px;
|
| 14 |
+
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 15 |
+
}
|
| 16 |
+
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 17 |
+
opacity: .35;
|
| 18 |
+
-moz-opacity: .35;
|
| 19 |
+
filter: alpha(opacity=35);
|
| 20 |
+
}
|
| 21 |
+
.x-toolbar td {
|
| 22 |
+
vertical-align:middle;
|
| 23 |
+
}
|
| 24 |
+
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 25 |
+
border: 0 none;
|
| 26 |
+
background: url(../images/default/grid/mso-hd.gif);
|
| 27 |
+
}
|
| 28 |
+
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
|
| 29 |
+
white-space: nowrap;
|
| 30 |
+
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 31 |
+
}
|
| 32 |
+
.x-toolbar .x-item-disabled {
|
| 33 |
+
color:gray;
|
| 34 |
+
cursor:default;
|
| 35 |
+
opacity:.6;
|
| 36 |
+
-moz-opacity:.6;
|
| 37 |
+
filter:alpha(opacity=60);
|
| 38 |
+
}
|
| 39 |
+
.x-toolbar .x-item-disabled * {
|
| 40 |
+
color:gray;
|
| 41 |
+
cursor:default;
|
| 42 |
+
}
|
| 43 |
+
.x-toolbar .x-btn-left{
|
| 44 |
+
background:none;
|
| 45 |
+
}
|
| 46 |
+
.x-toolbar .x-btn-right{
|
| 47 |
+
background:none;
|
| 48 |
+
}
|
| 49 |
+
.x-toolbar .x-btn-center{
|
| 50 |
+
background:none;
|
| 51 |
+
padding:0 0;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 55 |
+
padding-right:2px;
|
| 56 |
+
}
|
| 57 |
+
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 58 |
+
padding-right:0;
|
| 59 |
+
}
|
| 60 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 61 |
+
padding:0 2px;
|
| 62 |
+
}
|
| 63 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 64 |
+
width:12px;
|
| 65 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 66 |
+
}
|
| 67 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 68 |
+
width:12px;
|
| 69 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 70 |
+
}
|
| 71 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 72 |
+
background-position: 0 -47px;
|
| 73 |
+
}
|
| 74 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 75 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 76 |
+
}
|
| 77 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 78 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 79 |
+
}
|
| 80 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 81 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.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{
|
| 85 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 86 |
+
}
|
| 87 |
+
.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{
|
| 88 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 89 |
+
}
|
| 90 |
+
.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{
|
| 91 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 95 |
+
padding-right:8px;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.x-toolbar .ytb-text{
|
| 99 |
+
padding:2px;
|
| 100 |
+
}
|
| 101 |
+
.x-toolbar .ytb-sep {
|
| 102 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 103 |
+
background-position: center;
|
| 104 |
+
background-repeat: no-repeat;
|
| 105 |
+
display: block;
|
| 106 |
+
font-size: 1px;
|
| 107 |
+
height: 16px;
|
| 108 |
+
width:4px;
|
| 109 |
+
overflow: hidden;
|
| 110 |
+
cursor:default;
|
| 111 |
+
margin: 0 2px 0;
|
| 112 |
+
border:0;
|
| 113 |
+
}
|
| 114 |
+
.x-toolbar .ytb-spacer {
|
| 115 |
+
width:2px;
|
| 116 |
+
}
|
| 117 |
+
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 118 |
+
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 119 |
+
}
|
| 120 |
+
|
| 121 |
+
/* IE refuses to respect the negative margins in the toolbar */
|
| 122 |
+
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 123 |
+
padding-bottom:1px;
|
| 124 |
+
}
|
| 125 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 126 |
+
top:1px;
|
| 127 |
+
}
|
| 128 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 129 |
+
margin-top:1px;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
/* Paging Toolbar */
|
| 133 |
+
|
| 134 |
+
.x-grid-page-number{
|
| 135 |
+
width:24px;
|
| 136 |
+
height:14px;
|
| 137 |
+
}
|
| 138 |
+
.x-grid-page-first .x-btn-text{
|
| 139 |
+
background-image: url(../images/default/grid/page-first.gif);
|
| 140 |
+
}
|
| 141 |
+
.x-grid-loading .x-btn-text{
|
| 142 |
+
background-image: url(../images/default/grid/done.gif);
|
| 143 |
+
}
|
| 144 |
+
.x-grid-page-last .x-btn-text{
|
| 145 |
+
background-image: url(../images/default/grid/page-last.gif);
|
| 146 |
+
}
|
| 147 |
+
.x-grid-page-next .x-btn-text{
|
| 148 |
+
background-image: url(../images/default/grid/page-next.gif);
|
| 149 |
+
}
|
| 150 |
+
.x-grid-page-prev .x-btn-text{
|
| 151 |
+
background-image: url(../images/default/grid/page-prev.gif);
|
| 152 |
+
}
|
| 153 |
+
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 154 |
+
background-image: url(../images/default/grid/loading.gif);
|
| 155 |
+
}
|
| 156 |
+
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 157 |
+
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 158 |
+
}
|
| 159 |
+
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 160 |
+
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 161 |
+
}
|
| 162 |
+
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 163 |
+
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 164 |
+
}
|
| 165 |
+
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 166 |
+
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 167 |
+
}
|
| 168 |
+
.x-paging-info {
|
| 169 |
+
position:absolute;
|
| 170 |
+
top:8px;
|
| 171 |
+
right: 8px;
|
| 172 |
+
color:#15428b;
|
| 173 |
+
}
|
js/extjs/css/tree.css
CHANGED
|
@@ -1,179 +1,179 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 10 |
-
border: 0 none;
|
| 11 |
-
height: 18px;
|
| 12 |
-
margin: 0;
|
| 13 |
-
padding: 0;
|
| 14 |
-
vertical-align: middle;
|
| 15 |
-
width: 16px;
|
| 16 |
-
background-repeat: no-repeat;
|
| 17 |
-
}
|
| 18 |
-
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 19 |
-
border: 0 none;
|
| 20 |
-
height: 18px;
|
| 21 |
-
margin: 0;
|
| 22 |
-
padding: 0;
|
| 23 |
-
vertical-align: middle;
|
| 24 |
-
width: 16px;
|
| 25 |
-
background-position:center;
|
| 26 |
-
background-repeat: no-repeat;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
/* some default icons for leaf/folder */
|
| 30 |
-
.x-tree-node-collapsed .x-tree-node-icon{
|
| 31 |
-
background-image:url(../images/default/tree/folder.gif);
|
| 32 |
-
}
|
| 33 |
-
.x-tree-node-expanded .x-tree-node-icon{
|
| 34 |
-
background-image:url(../images/default/tree/folder-open.gif);
|
| 35 |
-
}
|
| 36 |
-
.x-tree-node-leaf .x-tree-node-icon{
|
| 37 |
-
background-image:url(../images/default/tree/leaf.gif);
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.x-tree-noicon .x-tree-node-icon{
|
| 41 |
-
width:0; height:0;
|
| 42 |
-
}
|
| 43 |
-
/* loading icon */
|
| 44 |
-
.x-tree-node-loading .x-tree-node-icon{
|
| 45 |
-
background-image:url(../images/default/tree/loading.gif) !important;
|
| 46 |
-
}
|
| 47 |
-
.x-tree-node-loading a span{
|
| 48 |
-
font-style: italic;
|
| 49 |
-
color:#444444;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/* Line styles */
|
| 53 |
-
.x-tree-lines .x-tree-elbow{
|
| 54 |
-
background-image:url(../images/default/tree/elbow.gif);
|
| 55 |
-
}
|
| 56 |
-
.x-tree-lines .x-tree-elbow-plus{
|
| 57 |
-
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 58 |
-
}
|
| 59 |
-
.x-tree-lines .x-tree-elbow-minus{
|
| 60 |
-
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 61 |
-
}
|
| 62 |
-
.x-tree-lines .x-tree-elbow-end{
|
| 63 |
-
background-image:url(../images/default/tree/elbow-end.gif);
|
| 64 |
-
}
|
| 65 |
-
.x-tree-lines .x-tree-elbow-end-plus{
|
| 66 |
-
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 67 |
-
}
|
| 68 |
-
.x-tree-lines .x-tree-elbow-end-minus{
|
| 69 |
-
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 70 |
-
}
|
| 71 |
-
.x-tree-lines .x-tree-elbow-line{
|
| 72 |
-
background-image:url(../images/default/tree/elbow-line.gif);
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
/* No line styles */
|
| 76 |
-
.x-tree-no-lines .x-tree-elbow{
|
| 77 |
-
background:transparent;
|
| 78 |
-
}
|
| 79 |
-
.x-tree-no-lines .x-tree-elbow-plus{
|
| 80 |
-
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 81 |
-
}
|
| 82 |
-
.x-tree-no-lines .x-tree-elbow-minus{
|
| 83 |
-
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 84 |
-
}
|
| 85 |
-
.x-tree-no-lines .x-tree-elbow-end{
|
| 86 |
-
background:transparent;
|
| 87 |
-
}
|
| 88 |
-
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 89 |
-
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 90 |
-
}
|
| 91 |
-
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 92 |
-
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 93 |
-
}
|
| 94 |
-
.x-tree-no-lines .x-tree-elbow-line{
|
| 95 |
-
background:transparent;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 99 |
-
cursor:pointer;
|
| 100 |
-
}
|
| 101 |
-
.ext-ie ul.x-tree-node-ct{
|
| 102 |
-
font-size:0;
|
| 103 |
-
line-height:0;
|
| 104 |
-
}
|
| 105 |
-
.x-tree-node{
|
| 106 |
-
color: black;
|
| 107 |
-
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 108 |
-
white-space: nowrap;
|
| 109 |
-
}
|
| 110 |
-
.x-tree-node a, .x-dd-drag-ghost a{
|
| 111 |
-
text-decoration:none;
|
| 112 |
-
color:black;
|
| 113 |
-
-khtml-user-select:none;
|
| 114 |
-
-moz-user-select:none;
|
| 115 |
-
-kthml-user-focus:normal;
|
| 116 |
-
-moz-user-focus:normal;
|
| 117 |
-
-moz-outline: 0 none;
|
| 118 |
-
outline:0 none;
|
| 119 |
-
}
|
| 120 |
-
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 121 |
-
text-decoration:none;
|
| 122 |
-
color:black;
|
| 123 |
-
padding:1px 3px 1px 2px;
|
| 124 |
-
}
|
| 125 |
-
.x-tree-node .x-tree-node-disabled a span{
|
| 126 |
-
color:gray !important;
|
| 127 |
-
}
|
| 128 |
-
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 129 |
-
-moz-opacity: 0.5;
|
| 130 |
-
opacity:.5;
|
| 131 |
-
filter: alpha(opacity=50);
|
| 132 |
-
}
|
| 133 |
-
.x-tree-node .x-tree-node-inline-icon{
|
| 134 |
-
background:transparent;
|
| 135 |
-
}
|
| 136 |
-
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 137 |
-
text-decoration:none;
|
| 138 |
-
}
|
| 139 |
-
.x-tree-node div.x-tree-drag-insert-below{
|
| 140 |
-
border-bottom:1px dotted #3366cc;
|
| 141 |
-
}
|
| 142 |
-
.x-tree-node div.x-tree-drag-insert-above{
|
| 143 |
-
border-top:1px dotted #3366cc;
|
| 144 |
-
}
|
| 145 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 146 |
-
border-bottom:0 none;
|
| 147 |
-
}
|
| 148 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 149 |
-
border-top:0 none;
|
| 150 |
-
}
|
| 151 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 152 |
-
border-bottom:2px solid #3366cc;
|
| 153 |
-
}
|
| 154 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 155 |
-
border-top:2px solid #3366cc;
|
| 156 |
-
}
|
| 157 |
-
.x-tree-node .x-tree-drag-append a span{
|
| 158 |
-
background:#dddddd;
|
| 159 |
-
border:1px dotted gray;
|
| 160 |
-
}
|
| 161 |
-
.x-tree-node .x-tree-selected a span{
|
| 162 |
-
background:#3366cc;
|
| 163 |
-
color:white;
|
| 164 |
-
}
|
| 165 |
-
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 166 |
-
display:none !important;
|
| 167 |
-
}
|
| 168 |
-
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 169 |
-
background-image: url(../images/default/tree/drop-add.gif);
|
| 170 |
-
}
|
| 171 |
-
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 172 |
-
background-image: url(../images/default/tree/drop-over.gif);
|
| 173 |
-
}
|
| 174 |
-
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 175 |
-
background-image: url(../images/default/tree/drop-under.gif);
|
| 176 |
-
}
|
| 177 |
-
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 178 |
-
background-image: url(../images/default/tree/drop-between.gif);
|
| 179 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 10 |
+
border: 0 none;
|
| 11 |
+
height: 18px;
|
| 12 |
+
margin: 0;
|
| 13 |
+
padding: 0;
|
| 14 |
+
vertical-align: middle;
|
| 15 |
+
width: 16px;
|
| 16 |
+
background-repeat: no-repeat;
|
| 17 |
+
}
|
| 18 |
+
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 19 |
+
border: 0 none;
|
| 20 |
+
height: 18px;
|
| 21 |
+
margin: 0;
|
| 22 |
+
padding: 0;
|
| 23 |
+
vertical-align: middle;
|
| 24 |
+
width: 16px;
|
| 25 |
+
background-position:center;
|
| 26 |
+
background-repeat: no-repeat;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
/* some default icons for leaf/folder */
|
| 30 |
+
.x-tree-node-collapsed .x-tree-node-icon{
|
| 31 |
+
background-image:url(../images/default/tree/folder.gif);
|
| 32 |
+
}
|
| 33 |
+
.x-tree-node-expanded .x-tree-node-icon{
|
| 34 |
+
background-image:url(../images/default/tree/folder-open.gif);
|
| 35 |
+
}
|
| 36 |
+
.x-tree-node-leaf .x-tree-node-icon{
|
| 37 |
+
background-image:url(../images/default/tree/leaf.gif);
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.x-tree-noicon .x-tree-node-icon{
|
| 41 |
+
width:0; height:0;
|
| 42 |
+
}
|
| 43 |
+
/* loading icon */
|
| 44 |
+
.x-tree-node-loading .x-tree-node-icon{
|
| 45 |
+
background-image:url(../images/default/tree/loading.gif) !important;
|
| 46 |
+
}
|
| 47 |
+
.x-tree-node-loading a span{
|
| 48 |
+
font-style: italic;
|
| 49 |
+
color:#444444;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
/* Line styles */
|
| 53 |
+
.x-tree-lines .x-tree-elbow{
|
| 54 |
+
background-image:url(../images/default/tree/elbow.gif);
|
| 55 |
+
}
|
| 56 |
+
.x-tree-lines .x-tree-elbow-plus{
|
| 57 |
+
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 58 |
+
}
|
| 59 |
+
.x-tree-lines .x-tree-elbow-minus{
|
| 60 |
+
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 61 |
+
}
|
| 62 |
+
.x-tree-lines .x-tree-elbow-end{
|
| 63 |
+
background-image:url(../images/default/tree/elbow-end.gif);
|
| 64 |
+
}
|
| 65 |
+
.x-tree-lines .x-tree-elbow-end-plus{
|
| 66 |
+
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 67 |
+
}
|
| 68 |
+
.x-tree-lines .x-tree-elbow-end-minus{
|
| 69 |
+
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 70 |
+
}
|
| 71 |
+
.x-tree-lines .x-tree-elbow-line{
|
| 72 |
+
background-image:url(../images/default/tree/elbow-line.gif);
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
/* No line styles */
|
| 76 |
+
.x-tree-no-lines .x-tree-elbow{
|
| 77 |
+
background:transparent;
|
| 78 |
+
}
|
| 79 |
+
.x-tree-no-lines .x-tree-elbow-plus{
|
| 80 |
+
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 81 |
+
}
|
| 82 |
+
.x-tree-no-lines .x-tree-elbow-minus{
|
| 83 |
+
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 84 |
+
}
|
| 85 |
+
.x-tree-no-lines .x-tree-elbow-end{
|
| 86 |
+
background:transparent;
|
| 87 |
+
}
|
| 88 |
+
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 89 |
+
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 90 |
+
}
|
| 91 |
+
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 92 |
+
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 93 |
+
}
|
| 94 |
+
.x-tree-no-lines .x-tree-elbow-line{
|
| 95 |
+
background:transparent;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 99 |
+
cursor:pointer;
|
| 100 |
+
}
|
| 101 |
+
.ext-ie ul.x-tree-node-ct{
|
| 102 |
+
font-size:0;
|
| 103 |
+
line-height:0;
|
| 104 |
+
}
|
| 105 |
+
.x-tree-node{
|
| 106 |
+
color: black;
|
| 107 |
+
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 108 |
+
white-space: nowrap;
|
| 109 |
+
}
|
| 110 |
+
.x-tree-node a, .x-dd-drag-ghost a{
|
| 111 |
+
text-decoration:none;
|
| 112 |
+
color:black;
|
| 113 |
+
-khtml-user-select:none;
|
| 114 |
+
-moz-user-select:none;
|
| 115 |
+
-kthml-user-focus:normal;
|
| 116 |
+
-moz-user-focus:normal;
|
| 117 |
+
-moz-outline: 0 none;
|
| 118 |
+
outline:0 none;
|
| 119 |
+
}
|
| 120 |
+
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 121 |
+
text-decoration:none;
|
| 122 |
+
color:black;
|
| 123 |
+
padding:1px 3px 1px 2px;
|
| 124 |
+
}
|
| 125 |
+
.x-tree-node .x-tree-node-disabled a span{
|
| 126 |
+
color:gray !important;
|
| 127 |
+
}
|
| 128 |
+
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 129 |
+
-moz-opacity: 0.5;
|
| 130 |
+
opacity:.5;
|
| 131 |
+
filter: alpha(opacity=50);
|
| 132 |
+
}
|
| 133 |
+
.x-tree-node .x-tree-node-inline-icon{
|
| 134 |
+
background:transparent;
|
| 135 |
+
}
|
| 136 |
+
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 137 |
+
text-decoration:none;
|
| 138 |
+
}
|
| 139 |
+
.x-tree-node div.x-tree-drag-insert-below{
|
| 140 |
+
border-bottom:1px dotted #3366cc;
|
| 141 |
+
}
|
| 142 |
+
.x-tree-node div.x-tree-drag-insert-above{
|
| 143 |
+
border-top:1px dotted #3366cc;
|
| 144 |
+
}
|
| 145 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 146 |
+
border-bottom:0 none;
|
| 147 |
+
}
|
| 148 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 149 |
+
border-top:0 none;
|
| 150 |
+
}
|
| 151 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 152 |
+
border-bottom:2px solid #3366cc;
|
| 153 |
+
}
|
| 154 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 155 |
+
border-top:2px solid #3366cc;
|
| 156 |
+
}
|
| 157 |
+
.x-tree-node .x-tree-drag-append a span{
|
| 158 |
+
background:#dddddd;
|
| 159 |
+
border:1px dotted gray;
|
| 160 |
+
}
|
| 161 |
+
.x-tree-node .x-tree-selected a span{
|
| 162 |
+
background:#3366cc;
|
| 163 |
+
color:white;
|
| 164 |
+
}
|
| 165 |
+
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 166 |
+
display:none !important;
|
| 167 |
+
}
|
| 168 |
+
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 169 |
+
background-image: url(../images/default/tree/drop-add.gif);
|
| 170 |
+
}
|
| 171 |
+
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 172 |
+
background-image: url(../images/default/tree/drop-over.gif);
|
| 173 |
+
}
|
| 174 |
+
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 175 |
+
background-image: url(../images/default/tree/drop-under.gif);
|
| 176 |
+
}
|
| 177 |
+
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 178 |
+
background-image: url(../images/default/tree/drop-between.gif);
|
| 179 |
+
}
|
js/extjs/css/ytheme-aero.css
CHANGED
|
@@ -1,701 +1,701 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
/* menus */
|
| 10 |
-
.x-menu {
|
| 11 |
-
border: 1px solid #718bb7;
|
| 12 |
-
z-index: 15000;
|
| 13 |
-
zoom: 1;
|
| 14 |
-
background: #f0f0f0 url(../images/aero/menu/menu.gif) repeat-y;
|
| 15 |
-
padding: 2px;
|
| 16 |
-
}
|
| 17 |
-
|
| 18 |
-
.x-menu-list{
|
| 19 |
-
background:transparent;
|
| 20 |
-
border:0 none;
|
| 21 |
-
}
|
| 22 |
-
|
| 23 |
-
.x-menu-item-icon {
|
| 24 |
-
margin-right: 8px;
|
| 25 |
-
}
|
| 26 |
-
|
| 27 |
-
.x-menu-sep {
|
| 28 |
-
background-color:#e0e0e0;
|
| 29 |
-
border-bottom:1px solid #fff;
|
| 30 |
-
margin-left:3px;
|
| 31 |
-
}
|
| 32 |
-
.x-menu-item {
|
| 33 |
-
color:#222;
|
| 34 |
-
}
|
| 35 |
-
.x-menu-item-active {
|
| 36 |
-
color: #233d6d;
|
| 37 |
-
background: #ebf3fd url(../images/aero/menu/item-over.gif) repeat-x left bottom;
|
| 38 |
-
border:1px solid #aaccf6;
|
| 39 |
-
padding: 0;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
.x-date-mmenu .x-menu-list{
|
| 43 |
-
padding: 0;
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
.x-date-mmenu .x-menu-list{
|
| 47 |
-
border: 0 none;
|
| 48 |
-
}
|
| 49 |
-
|
| 50 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 51 |
-
margin-left: 26px;
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 55 |
-
margin: 0;
|
| 56 |
-
border: 0 none;
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 61 |
-
background-image: url(../images/aero/menu/unchecked.gif);
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 65 |
-
background-image:url(../images/aero/menu/checked.gif);
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 69 |
-
background: transparent;
|
| 70 |
-
}
|
| 71 |
-
|
| 72 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 73 |
-
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 74 |
-
}
|
| 75 |
-
/**
|
| 76 |
-
* Tabs
|
| 77 |
-
*/
|
| 78 |
-
.x-tabs-wrap, .x-layout-panel .x-tabs-top .x-tabs-wrap {
|
| 79 |
-
background: #deecfd;
|
| 80 |
-
border: 1px solid #8db2e3;
|
| 81 |
-
padding-bottom: 2px;
|
| 82 |
-
padding-top: 0;
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
.x-tabs-strip-wrap{
|
| 86 |
-
padding-top: 1px;
|
| 87 |
-
background: url(../images/aero/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
|
| 88 |
-
border-bottom: 1px solid #8db2e3;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
-
.x-tabs-strip .x-tabs-text {
|
| 92 |
-
color: #15428b;
|
| 93 |
-
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 97 |
-
cursor: default;
|
| 98 |
-
color: #15428b;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 102 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 103 |
-
}
|
| 104 |
-
|
| 105 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left,.x-tabs-top .x-tabs-strip .on a:hover .x-tabs-left{
|
| 106 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 107 |
-
}
|
| 108 |
-
|
| 109 |
-
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 110 |
-
background: transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 114 |
-
background: transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
.x-tabs-top .x-tabs-body {
|
| 118 |
-
border: 1px solid #8db2e3;
|
| 119 |
-
border-top: 0 none;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.x-tabs-bottom .x-tabs-wrap, .x-layout-panel .x-tabs-bottom .x-tabs-wrap {
|
| 123 |
-
background: #deecfd;
|
| 124 |
-
border: 1px solid #8db2e3;
|
| 125 |
-
padding-top: 2px;
|
| 126 |
-
padding-bottom: 0;
|
| 127 |
-
}
|
| 128 |
-
|
| 129 |
-
.x-tabs-bottom .x-tabs-strip-wrap{
|
| 130 |
-
padding-top: 0;
|
| 131 |
-
padding-bottom: 1px;
|
| 132 |
-
background: url(../images/aero/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
|
| 133 |
-
border-top: 1px solid #8db2e3;
|
| 134 |
-
border-bottom: 0 none;
|
| 135 |
-
}
|
| 136 |
-
|
| 137 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 138 |
-
background: transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 139 |
-
}
|
| 140 |
-
|
| 141 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 142 |
-
background: transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 143 |
-
}
|
| 144 |
-
|
| 145 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right,.x-tabs-bottom .x-tabs-strip .on a:hover {
|
| 146 |
-
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left,.x-tabs-bottom .x-tabs-strip .on a:hover .x-tabs-left {
|
| 150 |
-
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 151 |
-
}
|
| 152 |
-
|
| 153 |
-
.x-tabs-bottom .x-tabs-body {
|
| 154 |
-
border: 1px solid #8db2e3;
|
| 155 |
-
border-bottom: 0 none;
|
| 156 |
-
}
|
| 157 |
-
|
| 158 |
-
/*
|
| 159 |
-
* Basic-Dialog
|
| 160 |
-
*/
|
| 161 |
-
.x-dlg-proxy {
|
| 162 |
-
background: #c7dffc;
|
| 163 |
-
border: 1px solid #a5ccf9;
|
| 164 |
-
}
|
| 165 |
-
|
| 166 |
-
.x-dlg-shadow{
|
| 167 |
-
background: #cccccc;
|
| 168 |
-
opacity: .3;
|
| 169 |
-
-moz-opacity: .3;
|
| 170 |
-
filter: alpha(opacity=30);
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
.x-dlg {
|
| 174 |
-
background: transparent;
|
| 175 |
-
}
|
| 176 |
-
|
| 177 |
-
.x-dlg .x-dlg-hd {
|
| 178 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 179 |
-
background-color: #aabaca;
|
| 180 |
-
color: #15428b;
|
| 181 |
-
zoom: 1;
|
| 182 |
-
padding-top: 7px;
|
| 183 |
-
}
|
| 184 |
-
|
| 185 |
-
.x-dlg .x-dlg-hd-left {
|
| 186 |
-
opacity: .85;
|
| 187 |
-
-moz-opacity: .85;
|
| 188 |
-
filter: alpha(opacity=80);
|
| 189 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 190 |
-
zoom: 1;
|
| 191 |
-
}
|
| 192 |
-
|
| 193 |
-
.x-dlg-modal .x-dlg-hd-left {
|
| 194 |
-
opacity: .75;
|
| 195 |
-
-moz-opacity: .75;
|
| 196 |
-
filter: alpha(opacity=70);
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
.x-dlg .x-dlg-hd-right {
|
| 200 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 201 |
-
zoom: 1;
|
| 202 |
-
}
|
| 203 |
-
|
| 204 |
-
.x-dlg .x-dlg-dlg-body{
|
| 205 |
-
padding: 0 0 0;
|
| 206 |
-
position: absolute;
|
| 207 |
-
top: 24px;
|
| 208 |
-
left: 0;
|
| 209 |
-
z-index: 1;
|
| 210 |
-
border: 0 none;
|
| 211 |
-
background: transparent;
|
| 212 |
-
}
|
| 213 |
-
|
| 214 |
-
.x-dlg .x-dlg-bd{
|
| 215 |
-
background: #ffffff;
|
| 216 |
-
border: 1px solid #96b9e6;
|
| 217 |
-
}
|
| 218 |
-
|
| 219 |
-
.x-dlg .x-dlg-ft{
|
| 220 |
-
border: 0 none;
|
| 221 |
-
background: transparent;
|
| 222 |
-
padding-bottom: 8px;
|
| 223 |
-
}
|
| 224 |
-
|
| 225 |
-
.x-dlg .x-dlg-bg{
|
| 226 |
-
filter: alpha(opacity=80);
|
| 227 |
-
opacity: .85;
|
| 228 |
-
-moz-opacity: .85;
|
| 229 |
-
zoom: 1;
|
| 230 |
-
}
|
| 231 |
-
|
| 232 |
-
.x-dlg-modal .x-dlg-bg {
|
| 233 |
-
opacity: .75;
|
| 234 |
-
-moz-opacity: .75;
|
| 235 |
-
filter: alpha(opacity=70);
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
.x-dlg .x-dlg-bg-center {
|
| 239 |
-
padding: 2px 7px 7px 7px;
|
| 240 |
-
background: transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 241 |
-
zoom: 1;
|
| 242 |
-
}
|
| 243 |
-
|
| 244 |
-
.x-dlg .x-dlg-bg-left{
|
| 245 |
-
padding-left: 7px;
|
| 246 |
-
background: transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 247 |
-
zoom: 1;
|
| 248 |
-
}
|
| 249 |
-
|
| 250 |
-
.x-dlg .x-dlg-bg-right{
|
| 251 |
-
padding-right: 7px;
|
| 252 |
-
background: transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 253 |
-
zoom: 1;
|
| 254 |
-
}
|
| 255 |
-
|
| 256 |
-
.x-dlg-auto-tabs .x-dlg-dlg-body, .x-dlg-auto-layout .x-dlg-dlg-body{
|
| 257 |
-
background: transparent;
|
| 258 |
-
border: 0 none;
|
| 259 |
-
}
|
| 260 |
-
|
| 261 |
-
.x-dlg-auto-tabs .x-dlg-bd, .x-dlg-auto-layout .x-dlg-bd{
|
| 262 |
-
background: #ffffff;
|
| 263 |
-
border: 1px solid #e9f3f5;
|
| 264 |
-
}
|
| 265 |
-
|
| 266 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-body,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-body{
|
| 267 |
-
border-color: #8db2e3;
|
| 268 |
-
}
|
| 269 |
-
|
| 270 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-wrap{
|
| 271 |
-
border-color: #8db2e3;
|
| 272 |
-
}
|
| 273 |
-
|
| 274 |
-
.x-dlg .x-dlg-toolbox {
|
| 275 |
-
width: 50px;
|
| 276 |
-
height: 20px;
|
| 277 |
-
right: 5px;
|
| 278 |
-
top: 5px;
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 282 |
-
width: 21px;
|
| 283 |
-
height: 20px;
|
| 284 |
-
margin: 0;
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
.x-dlg .x-dlg-close {
|
| 288 |
-
background-image: url(../images/aero/basic-dialog/aero-close.gif);
|
| 289 |
-
}
|
| 290 |
-
|
| 291 |
-
.x-dlg .x-dlg-collapse {
|
| 292 |
-
background-image: url(../images/aero/basic-dialog/collapse.gif);
|
| 293 |
-
}
|
| 294 |
-
|
| 295 |
-
.x-dlg-collapsed {
|
| 296 |
-
border-bottom: 1px solid #96b9e6;
|
| 297 |
-
}
|
| 298 |
-
|
| 299 |
-
.x-dlg .x-dlg-close-over {
|
| 300 |
-
background-image: url(../images/aero/basic-dialog/aero-close-over.gif);
|
| 301 |
-
}
|
| 302 |
-
|
| 303 |
-
.x-dlg .x-dlg-collapse-over {
|
| 304 |
-
background-image: url(../images/aero/basic-dialog/collapse-over.gif);
|
| 305 |
-
}
|
| 306 |
-
|
| 307 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 308 |
-
background-image: url(../images/aero/basic-dialog/expand.gif);
|
| 309 |
-
}
|
| 310 |
-
|
| 311 |
-
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 312 |
-
background-image: url(../images/aero/basic-dialog/expand-over.gif);
|
| 313 |
-
}
|
| 314 |
-
|
| 315 |
-
.x-dlg div.x-resizable-handle-east{
|
| 316 |
-
background-image: url(../images/aero/s.gif);
|
| 317 |
-
border: 0 none;
|
| 318 |
-
}
|
| 319 |
-
|
| 320 |
-
.x-dlg div.x-resizable-handle-south{
|
| 321 |
-
background-image: url(../images/aero/s.gif);
|
| 322 |
-
border: 0 none;
|
| 323 |
-
}
|
| 324 |
-
|
| 325 |
-
.x-dlg div.x-resizable-handle-west{
|
| 326 |
-
background-image: url(../images/aero/s.gif);
|
| 327 |
-
border: 0 none;
|
| 328 |
-
}
|
| 329 |
-
|
| 330 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 331 |
-
background-image: url(../images/aero/basic-dialog/se-handle.gif);
|
| 332 |
-
background-position: bottom right;
|
| 333 |
-
width: 9px;
|
| 334 |
-
height: 9px;
|
| 335 |
-
border: 0;
|
| 336 |
-
right: 2px;
|
| 337 |
-
bottom: 2px;
|
| 338 |
-
}
|
| 339 |
-
|
| 340 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 341 |
-
background-image: url(../images/aero/s.gif);
|
| 342 |
-
background-position: top right;
|
| 343 |
-
margin-left: 1px;
|
| 344 |
-
margin-bottom: 1px;
|
| 345 |
-
border: 0;
|
| 346 |
-
}
|
| 347 |
-
|
| 348 |
-
.x-dlg div.x-resizable-handle-north{
|
| 349 |
-
background-image: url(../images/aero/s.gif);
|
| 350 |
-
border: 0 none;
|
| 351 |
-
}
|
| 352 |
-
|
| 353 |
-
#x-msg-box .x-dlg-bd{
|
| 354 |
-
background: #cfe0f5;
|
| 355 |
-
border: 0 none;
|
| 356 |
-
}
|
| 357 |
-
|
| 358 |
-
body.x-masked #x-msg-box .x-dlg-bd, body.x-body-masked #x-msg-box .x-dlg-bd{
|
| 359 |
-
background: #c4d2e3;
|
| 360 |
-
border: 0 none;
|
| 361 |
-
}
|
| 362 |
-
|
| 363 |
-
/* BorderLayout */
|
| 364 |
-
.x-layout-container{
|
| 365 |
-
background: #deecfd;
|
| 366 |
-
}
|
| 367 |
-
|
| 368 |
-
.x-layout-collapsed{
|
| 369 |
-
background-color: #deecfd;
|
| 370 |
-
border: 1px solid #99bbe8;
|
| 371 |
-
}
|
| 372 |
-
|
| 373 |
-
.x-layout-collapsed-over{
|
| 374 |
-
background-color: #f5f9fe;
|
| 375 |
-
}
|
| 376 |
-
|
| 377 |
-
.x-layout-panel{
|
| 378 |
-
border: 1px solid #99bbe8;
|
| 379 |
-
}
|
| 380 |
-
|
| 381 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 382 |
-
border: 0 none;
|
| 383 |
-
}
|
| 384 |
-
|
| 385 |
-
.x-layout-split{
|
| 386 |
-
background-color: #deecfd;
|
| 387 |
-
}
|
| 388 |
-
|
| 389 |
-
.x-layout-panel-hd{
|
| 390 |
-
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x;
|
| 391 |
-
border-bottom: 1px solid #99bbe8;
|
| 392 |
-
}
|
| 393 |
-
|
| 394 |
-
.x-layout-panel-hd-text {
|
| 395 |
-
color: #15428b;
|
| 396 |
-
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 397 |
-
}
|
| 398 |
-
|
| 399 |
-
.x-layout-split-h{
|
| 400 |
-
background: #deecfd;
|
| 401 |
-
}
|
| 402 |
-
|
| 403 |
-
.x-layout-split-v{
|
| 404 |
-
background: #deecfd;
|
| 405 |
-
}
|
| 406 |
-
|
| 407 |
-
.x-layout-panel .x-tabs-top .x-tabs-wrap{
|
| 408 |
-
border: 0 none;
|
| 409 |
-
border-bottom: 1px solid #8db2e3;
|
| 410 |
-
}
|
| 411 |
-
|
| 412 |
-
.x-layout-panel .x-tabs-bottom .x-tabs-wrap{
|
| 413 |
-
border: 0 none;
|
| 414 |
-
border-top: 1px solid #8db2e3;
|
| 415 |
-
}
|
| 416 |
-
|
| 417 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 418 |
-
border-bottom: 1px solid #99bbe8;
|
| 419 |
-
}
|
| 420 |
-
|
| 421 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 422 |
-
border-top: 1px solid #99bbe8;
|
| 423 |
-
}
|
| 424 |
-
|
| 425 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 426 |
-
border-left: 1px solid #99bbe8;
|
| 427 |
-
}
|
| 428 |
-
|
| 429 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 430 |
-
border-right: 1px solid #99bbe8;
|
| 431 |
-
}
|
| 432 |
-
|
| 433 |
-
.x-layout-panel-dragover {
|
| 434 |
-
border: 2px solid #99bbe8;
|
| 435 |
-
}
|
| 436 |
-
|
| 437 |
-
.x-layout-panel-proxy {
|
| 438 |
-
background-image: url(../images/aero/layout/gradient-bg.gif);
|
| 439 |
-
background-color: #f3f2e7;
|
| 440 |
-
border: 1px dashed #99bbe8;
|
| 441 |
-
}
|
| 442 |
-
|
| 443 |
-
.x-layout-container .x-layout-tabs-body{
|
| 444 |
-
border: 0 none;
|
| 445 |
-
}
|
| 446 |
-
|
| 447 |
-
/** Resizable */
|
| 448 |
-
.x-resizable-proxy{
|
| 449 |
-
border: 1px dashed #3b5a82;
|
| 450 |
-
}
|
| 451 |
-
|
| 452 |
-
/* grid */
|
| 453 |
-
.x-grid-hd-text {
|
| 454 |
-
color: #15428b;
|
| 455 |
-
font-weight: bold;
|
| 456 |
-
}
|
| 457 |
-
|
| 458 |
-
.x-grid-locked .x-grid-body td {
|
| 459 |
-
background: #fbfdff;
|
| 460 |
-
border-right: 1px solid #deecfd;
|
| 461 |
-
border-bottom: 1px solid #deecfd !important;
|
| 462 |
-
}
|
| 463 |
-
|
| 464 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 465 |
-
border-top: 0 none;
|
| 466 |
-
}
|
| 467 |
-
|
| 468 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 469 |
-
background: #f5fafe;
|
| 470 |
-
}
|
| 471 |
-
|
| 472 |
-
.x-grid-locked .x-grid-row-selected td{
|
| 473 |
-
color: #ffffff !important;
|
| 474 |
-
background-color: #316ac5 !important;
|
| 475 |
-
}
|
| 476 |
-
|
| 477 |
-
.x-grid-hd{
|
| 478 |
-
border-bottom: 0;
|
| 479 |
-
background: none;
|
| 480 |
-
}
|
| 481 |
-
|
| 482 |
-
.x-grid-hd-row{
|
| 483 |
-
height: auto;
|
| 484 |
-
}
|
| 485 |
-
|
| 486 |
-
.x-grid-hd-over {
|
| 487 |
-
border-bottom: 0 none;
|
| 488 |
-
}
|
| 489 |
-
|
| 490 |
-
.x-grid-hd-over .x-grid-hd-body{
|
| 491 |
-
background: none;
|
| 492 |
-
border-bottom: 0 none;
|
| 493 |
-
}
|
| 494 |
-
|
| 495 |
-
.x-grid-hd-over .x-grid-hd-body{
|
| 496 |
-
background-color: transparent;
|
| 497 |
-
border-bottom: 0;
|
| 498 |
-
}
|
| 499 |
-
|
| 500 |
-
.x-grid-split {
|
| 501 |
-
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 502 |
-
}
|
| 503 |
-
|
| 504 |
-
.x-grid-header{
|
| 505 |
-
background: url(../images/aero/grid/grid-hrow.gif);
|
| 506 |
-
border: 0 none;
|
| 507 |
-
border-bottom: 1px solid #6f99cf;
|
| 508 |
-
}
|
| 509 |
-
|
| 510 |
-
.x-grid-row-alt{
|
| 511 |
-
background-color: #f5f5f5;
|
| 512 |
-
}
|
| 513 |
-
|
| 514 |
-
.x-grid-row-over td, .x-grid-locked .x-grid-row-over td{
|
| 515 |
-
background-color: #d9e8fb;
|
| 516 |
-
}
|
| 517 |
-
|
| 518 |
-
.x-grid-col {
|
| 519 |
-
border-right: 1px solid #eeeeee;
|
| 520 |
-
border-bottom: 1px solid #eeeeee;
|
| 521 |
-
}
|
| 522 |
-
|
| 523 |
-
.x-grid-header .x-grid-hd-inner {
|
| 524 |
-
padding-bottom: 1px;
|
| 525 |
-
}
|
| 526 |
-
|
| 527 |
-
.x-grid-header .x-grid-hd-text {
|
| 528 |
-
padding-bottom: 3px;
|
| 529 |
-
}
|
| 530 |
-
|
| 531 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 532 |
-
border-bottom: 1px solid #316ac5;
|
| 533 |
-
padding-bottom: 0;
|
| 534 |
-
}
|
| 535 |
-
|
| 536 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 537 |
-
background: #d5e4f5;
|
| 538 |
-
border-bottom: 1px solid #ffffff;
|
| 539 |
-
padding-bottom: 2px;
|
| 540 |
-
}
|
| 541 |
-
|
| 542 |
-
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 543 |
-
border-bottom: 1px solid #316ac5;
|
| 544 |
-
padding-bottom: 0;
|
| 545 |
-
}
|
| 546 |
-
|
| 547 |
-
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 548 |
-
border-bottom: 0 none;
|
| 549 |
-
padding-bottom: 3px;
|
| 550 |
-
}
|
| 551 |
-
|
| 552 |
-
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 553 |
-
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 554 |
-
}
|
| 555 |
-
|
| 556 |
-
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 557 |
-
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 558 |
-
}
|
| 559 |
-
|
| 560 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 561 |
-
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x;
|
| 562 |
-
height: 22px;
|
| 563 |
-
width: 120px;
|
| 564 |
-
}
|
| 565 |
-
|
| 566 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 567 |
-
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x 0 0 !important;
|
| 568 |
-
vertical-align: middle !important;
|
| 569 |
-
color: #000000;
|
| 570 |
-
padding: 0;
|
| 571 |
-
border-top: 1px solid #ffffff;
|
| 572 |
-
border-bottom: 1px solid #6f99cf !important;
|
| 573 |
-
border-right: 1px solid #6f99cf !important;
|
| 574 |
-
text-align: center;
|
| 575 |
-
}
|
| 576 |
-
|
| 577 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 578 |
-
padding: 0 4px;
|
| 579 |
-
color: #15428b !important;
|
| 580 |
-
text-align: center;
|
| 581 |
-
}
|
| 582 |
-
|
| 583 |
-
/** Toolbar */
|
| 584 |
-
.x-toolbar{
|
| 585 |
-
padding: 2px 2px 2px 2px;
|
| 586 |
-
background: url(../images/default/toolbar/tb-bg.gif) #d0def0 repeat-x;
|
| 587 |
-
}
|
| 588 |
-
|
| 589 |
-
.x-toolbar .ytb-sep{
|
| 590 |
-
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 591 |
-
}
|
| 592 |
-
|
| 593 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 594 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 595 |
-
}
|
| 596 |
-
|
| 597 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 598 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 599 |
-
}
|
| 600 |
-
|
| 601 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 602 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 603 |
-
}
|
| 604 |
-
|
| 605 |
-
.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{
|
| 606 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 607 |
-
}
|
| 608 |
-
|
| 609 |
-
.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{
|
| 610 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 611 |
-
}
|
| 612 |
-
|
| 613 |
-
.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{
|
| 614 |
-
background: url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 615 |
-
}
|
| 616 |
-
|
| 617 |
-
/*************** TABS 2 *****************/
|
| 618 |
-
/**
|
| 619 |
-
* Tabs
|
| 620 |
-
*/
|
| 621 |
-
.x-tab-panel-header, .x-tab-panel-footer {
|
| 622 |
-
background: #deecfd;
|
| 623 |
-
border: 1px solid #8db2e3;
|
| 624 |
-
}
|
| 625 |
-
|
| 626 |
-
.x-tab-panel-header {
|
| 627 |
-
background: #deecfd;
|
| 628 |
-
border: 1px solid #8db2e3;
|
| 629 |
-
padding-bottom: 2px;
|
| 630 |
-
}
|
| 631 |
-
|
| 632 |
-
.x-tab-panel-footer {
|
| 633 |
-
background: #deecfd;
|
| 634 |
-
border: 1px solid #8db2e3;
|
| 635 |
-
padding-top: 2px;
|
| 636 |
-
}
|
| 637 |
-
|
| 638 |
-
.x-tab-strip-top{
|
| 639 |
-
padding-top: 1px;
|
| 640 |
-
background: url(../images/aero/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
|
| 641 |
-
border-bottom: 1px solid #8db2e3;
|
| 642 |
-
}
|
| 643 |
-
|
| 644 |
-
.x-tab-strip-bottom{
|
| 645 |
-
padding-bottom: 1px;
|
| 646 |
-
background: url(../images/aero/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
|
| 647 |
-
border-top: 1px solid #8db2e3;
|
| 648 |
-
border-bottom: 0 none;
|
| 649 |
-
}
|
| 650 |
-
|
| 651 |
-
.x-tab-strip .x-tab-strip-text {
|
| 652 |
-
color: #15428b;
|
| 653 |
-
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 654 |
-
}
|
| 655 |
-
|
| 656 |
-
.x-tab-strip .x-tab-strip-active .x-tab-text {
|
| 657 |
-
cursor: default;
|
| 658 |
-
color: #15428b;
|
| 659 |
-
}
|
| 660 |
-
|
| 661 |
-
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
|
| 662 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 663 |
-
}
|
| 664 |
-
|
| 665 |
-
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
|
| 666 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 667 |
-
}
|
| 668 |
-
|
| 669 |
-
.x-tab-strip-top .x-tab-right {
|
| 670 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 671 |
-
}
|
| 672 |
-
|
| 673 |
-
.x-tab-strip-top .x-tab-left {
|
| 674 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 675 |
-
}
|
| 676 |
-
|
| 677 |
-
.x-tab-strip-bottom .x-tab-right {
|
| 678 |
-
background: url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 679 |
-
}
|
| 680 |
-
|
| 681 |
-
.x-tab-strip-bottom .x-tab-left {
|
| 682 |
-
background: url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 683 |
-
}
|
| 684 |
-
|
| 685 |
-
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
|
| 686 |
-
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 687 |
-
}
|
| 688 |
-
|
| 689 |
-
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
|
| 690 |
-
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 691 |
-
}
|
| 692 |
-
|
| 693 |
-
.x-tab-panel-body-top {
|
| 694 |
-
border: 1px solid #8db2e3;
|
| 695 |
-
border-top: 0 none;
|
| 696 |
-
}
|
| 697 |
-
|
| 698 |
-
.x-tab-panel-body-bottom {
|
| 699 |
-
border: 1px solid #8db2e3;
|
| 700 |
-
border-bottom: 0 none;
|
| 701 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
/* menus */
|
| 10 |
+
.x-menu {
|
| 11 |
+
border: 1px solid #718bb7;
|
| 12 |
+
z-index: 15000;
|
| 13 |
+
zoom: 1;
|
| 14 |
+
background: #f0f0f0 url(../images/aero/menu/menu.gif) repeat-y;
|
| 15 |
+
padding: 2px;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.x-menu-list{
|
| 19 |
+
background:transparent;
|
| 20 |
+
border:0 none;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
.x-menu-item-icon {
|
| 24 |
+
margin-right: 8px;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.x-menu-sep {
|
| 28 |
+
background-color:#e0e0e0;
|
| 29 |
+
border-bottom:1px solid #fff;
|
| 30 |
+
margin-left:3px;
|
| 31 |
+
}
|
| 32 |
+
.x-menu-item {
|
| 33 |
+
color:#222;
|
| 34 |
+
}
|
| 35 |
+
.x-menu-item-active {
|
| 36 |
+
color: #233d6d;
|
| 37 |
+
background: #ebf3fd url(../images/aero/menu/item-over.gif) repeat-x left bottom;
|
| 38 |
+
border:1px solid #aaccf6;
|
| 39 |
+
padding: 0;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.x-date-mmenu .x-menu-list{
|
| 43 |
+
padding: 0;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.x-date-mmenu .x-menu-list{
|
| 47 |
+
border: 0 none;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 51 |
+
margin-left: 26px;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 55 |
+
margin: 0;
|
| 56 |
+
border: 0 none;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 61 |
+
background-image: url(../images/aero/menu/unchecked.gif);
|
| 62 |
+
}
|
| 63 |
+
|
| 64 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 65 |
+
background-image:url(../images/aero/menu/checked.gif);
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 69 |
+
background: transparent;
|
| 70 |
+
}
|
| 71 |
+
|
| 72 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 73 |
+
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 74 |
+
}
|
| 75 |
+
/**
|
| 76 |
+
* Tabs
|
| 77 |
+
*/
|
| 78 |
+
.x-tabs-wrap, .x-layout-panel .x-tabs-top .x-tabs-wrap {
|
| 79 |
+
background: #deecfd;
|
| 80 |
+
border: 1px solid #8db2e3;
|
| 81 |
+
padding-bottom: 2px;
|
| 82 |
+
padding-top: 0;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.x-tabs-strip-wrap{
|
| 86 |
+
padding-top: 1px;
|
| 87 |
+
background: url(../images/aero/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
|
| 88 |
+
border-bottom: 1px solid #8db2e3;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
.x-tabs-strip .x-tabs-text {
|
| 92 |
+
color: #15428b;
|
| 93 |
+
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 97 |
+
cursor: default;
|
| 98 |
+
color: #15428b;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 102 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left,.x-tabs-top .x-tabs-strip .on a:hover .x-tabs-left{
|
| 106 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 110 |
+
background: transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 114 |
+
background: transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
.x-tabs-top .x-tabs-body {
|
| 118 |
+
border: 1px solid #8db2e3;
|
| 119 |
+
border-top: 0 none;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.x-tabs-bottom .x-tabs-wrap, .x-layout-panel .x-tabs-bottom .x-tabs-wrap {
|
| 123 |
+
background: #deecfd;
|
| 124 |
+
border: 1px solid #8db2e3;
|
| 125 |
+
padding-top: 2px;
|
| 126 |
+
padding-bottom: 0;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
.x-tabs-bottom .x-tabs-strip-wrap{
|
| 130 |
+
padding-top: 0;
|
| 131 |
+
padding-bottom: 1px;
|
| 132 |
+
background: url(../images/aero/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
|
| 133 |
+
border-top: 1px solid #8db2e3;
|
| 134 |
+
border-bottom: 0 none;
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 138 |
+
background: transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 142 |
+
background: transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right,.x-tabs-bottom .x-tabs-strip .on a:hover {
|
| 146 |
+
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left,.x-tabs-bottom .x-tabs-strip .on a:hover .x-tabs-left {
|
| 150 |
+
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.x-tabs-bottom .x-tabs-body {
|
| 154 |
+
border: 1px solid #8db2e3;
|
| 155 |
+
border-bottom: 0 none;
|
| 156 |
+
}
|
| 157 |
+
|
| 158 |
+
/*
|
| 159 |
+
* Basic-Dialog
|
| 160 |
+
*/
|
| 161 |
+
.x-dlg-proxy {
|
| 162 |
+
background: #c7dffc;
|
| 163 |
+
border: 1px solid #a5ccf9;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.x-dlg-shadow{
|
| 167 |
+
background: #cccccc;
|
| 168 |
+
opacity: .3;
|
| 169 |
+
-moz-opacity: .3;
|
| 170 |
+
filter: alpha(opacity=30);
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
.x-dlg {
|
| 174 |
+
background: transparent;
|
| 175 |
+
}
|
| 176 |
+
|
| 177 |
+
.x-dlg .x-dlg-hd {
|
| 178 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 179 |
+
background-color: #aabaca;
|
| 180 |
+
color: #15428b;
|
| 181 |
+
zoom: 1;
|
| 182 |
+
padding-top: 7px;
|
| 183 |
+
}
|
| 184 |
+
|
| 185 |
+
.x-dlg .x-dlg-hd-left {
|
| 186 |
+
opacity: .85;
|
| 187 |
+
-moz-opacity: .85;
|
| 188 |
+
filter: alpha(opacity=80);
|
| 189 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 190 |
+
zoom: 1;
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
+
.x-dlg-modal .x-dlg-hd-left {
|
| 194 |
+
opacity: .75;
|
| 195 |
+
-moz-opacity: .75;
|
| 196 |
+
filter: alpha(opacity=70);
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
.x-dlg .x-dlg-hd-right {
|
| 200 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 201 |
+
zoom: 1;
|
| 202 |
+
}
|
| 203 |
+
|
| 204 |
+
.x-dlg .x-dlg-dlg-body{
|
| 205 |
+
padding: 0 0 0;
|
| 206 |
+
position: absolute;
|
| 207 |
+
top: 24px;
|
| 208 |
+
left: 0;
|
| 209 |
+
z-index: 1;
|
| 210 |
+
border: 0 none;
|
| 211 |
+
background: transparent;
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
.x-dlg .x-dlg-bd{
|
| 215 |
+
background: #ffffff;
|
| 216 |
+
border: 1px solid #96b9e6;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
.x-dlg .x-dlg-ft{
|
| 220 |
+
border: 0 none;
|
| 221 |
+
background: transparent;
|
| 222 |
+
padding-bottom: 8px;
|
| 223 |
+
}
|
| 224 |
+
|
| 225 |
+
.x-dlg .x-dlg-bg{
|
| 226 |
+
filter: alpha(opacity=80);
|
| 227 |
+
opacity: .85;
|
| 228 |
+
-moz-opacity: .85;
|
| 229 |
+
zoom: 1;
|
| 230 |
+
}
|
| 231 |
+
|
| 232 |
+
.x-dlg-modal .x-dlg-bg {
|
| 233 |
+
opacity: .75;
|
| 234 |
+
-moz-opacity: .75;
|
| 235 |
+
filter: alpha(opacity=70);
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.x-dlg .x-dlg-bg-center {
|
| 239 |
+
padding: 2px 7px 7px 7px;
|
| 240 |
+
background: transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 241 |
+
zoom: 1;
|
| 242 |
+
}
|
| 243 |
+
|
| 244 |
+
.x-dlg .x-dlg-bg-left{
|
| 245 |
+
padding-left: 7px;
|
| 246 |
+
background: transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 247 |
+
zoom: 1;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.x-dlg .x-dlg-bg-right{
|
| 251 |
+
padding-right: 7px;
|
| 252 |
+
background: transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 253 |
+
zoom: 1;
|
| 254 |
+
}
|
| 255 |
+
|
| 256 |
+
.x-dlg-auto-tabs .x-dlg-dlg-body, .x-dlg-auto-layout .x-dlg-dlg-body{
|
| 257 |
+
background: transparent;
|
| 258 |
+
border: 0 none;
|
| 259 |
+
}
|
| 260 |
+
|
| 261 |
+
.x-dlg-auto-tabs .x-dlg-bd, .x-dlg-auto-layout .x-dlg-bd{
|
| 262 |
+
background: #ffffff;
|
| 263 |
+
border: 1px solid #e9f3f5;
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-body,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-body{
|
| 267 |
+
border-color: #8db2e3;
|
| 268 |
+
}
|
| 269 |
+
|
| 270 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-wrap{
|
| 271 |
+
border-color: #8db2e3;
|
| 272 |
+
}
|
| 273 |
+
|
| 274 |
+
.x-dlg .x-dlg-toolbox {
|
| 275 |
+
width: 50px;
|
| 276 |
+
height: 20px;
|
| 277 |
+
right: 5px;
|
| 278 |
+
top: 5px;
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 282 |
+
width: 21px;
|
| 283 |
+
height: 20px;
|
| 284 |
+
margin: 0;
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.x-dlg .x-dlg-close {
|
| 288 |
+
background-image: url(../images/aero/basic-dialog/aero-close.gif);
|
| 289 |
+
}
|
| 290 |
+
|
| 291 |
+
.x-dlg .x-dlg-collapse {
|
| 292 |
+
background-image: url(../images/aero/basic-dialog/collapse.gif);
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
.x-dlg-collapsed {
|
| 296 |
+
border-bottom: 1px solid #96b9e6;
|
| 297 |
+
}
|
| 298 |
+
|
| 299 |
+
.x-dlg .x-dlg-close-over {
|
| 300 |
+
background-image: url(../images/aero/basic-dialog/aero-close-over.gif);
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
.x-dlg .x-dlg-collapse-over {
|
| 304 |
+
background-image: url(../images/aero/basic-dialog/collapse-over.gif);
|
| 305 |
+
}
|
| 306 |
+
|
| 307 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 308 |
+
background-image: url(../images/aero/basic-dialog/expand.gif);
|
| 309 |
+
}
|
| 310 |
+
|
| 311 |
+
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 312 |
+
background-image: url(../images/aero/basic-dialog/expand-over.gif);
|
| 313 |
+
}
|
| 314 |
+
|
| 315 |
+
.x-dlg div.x-resizable-handle-east{
|
| 316 |
+
background-image: url(../images/aero/s.gif);
|
| 317 |
+
border: 0 none;
|
| 318 |
+
}
|
| 319 |
+
|
| 320 |
+
.x-dlg div.x-resizable-handle-south{
|
| 321 |
+
background-image: url(../images/aero/s.gif);
|
| 322 |
+
border: 0 none;
|
| 323 |
+
}
|
| 324 |
+
|
| 325 |
+
.x-dlg div.x-resizable-handle-west{
|
| 326 |
+
background-image: url(../images/aero/s.gif);
|
| 327 |
+
border: 0 none;
|
| 328 |
+
}
|
| 329 |
+
|
| 330 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 331 |
+
background-image: url(../images/aero/basic-dialog/se-handle.gif);
|
| 332 |
+
background-position: bottom right;
|
| 333 |
+
width: 9px;
|
| 334 |
+
height: 9px;
|
| 335 |
+
border: 0;
|
| 336 |
+
right: 2px;
|
| 337 |
+
bottom: 2px;
|
| 338 |
+
}
|
| 339 |
+
|
| 340 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 341 |
+
background-image: url(../images/aero/s.gif);
|
| 342 |
+
background-position: top right;
|
| 343 |
+
margin-left: 1px;
|
| 344 |
+
margin-bottom: 1px;
|
| 345 |
+
border: 0;
|
| 346 |
+
}
|
| 347 |
+
|
| 348 |
+
.x-dlg div.x-resizable-handle-north{
|
| 349 |
+
background-image: url(../images/aero/s.gif);
|
| 350 |
+
border: 0 none;
|
| 351 |
+
}
|
| 352 |
+
|
| 353 |
+
#x-msg-box .x-dlg-bd{
|
| 354 |
+
background: #cfe0f5;
|
| 355 |
+
border: 0 none;
|
| 356 |
+
}
|
| 357 |
+
|
| 358 |
+
body.x-masked #x-msg-box .x-dlg-bd, body.x-body-masked #x-msg-box .x-dlg-bd{
|
| 359 |
+
background: #c4d2e3;
|
| 360 |
+
border: 0 none;
|
| 361 |
+
}
|
| 362 |
+
|
| 363 |
+
/* BorderLayout */
|
| 364 |
+
.x-layout-container{
|
| 365 |
+
background: #deecfd;
|
| 366 |
+
}
|
| 367 |
+
|
| 368 |
+
.x-layout-collapsed{
|
| 369 |
+
background-color: #deecfd;
|
| 370 |
+
border: 1px solid #99bbe8;
|
| 371 |
+
}
|
| 372 |
+
|
| 373 |
+
.x-layout-collapsed-over{
|
| 374 |
+
background-color: #f5f9fe;
|
| 375 |
+
}
|
| 376 |
+
|
| 377 |
+
.x-layout-panel{
|
| 378 |
+
border: 1px solid #99bbe8;
|
| 379 |
+
}
|
| 380 |
+
|
| 381 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 382 |
+
border: 0 none;
|
| 383 |
+
}
|
| 384 |
+
|
| 385 |
+
.x-layout-split{
|
| 386 |
+
background-color: #deecfd;
|
| 387 |
+
}
|
| 388 |
+
|
| 389 |
+
.x-layout-panel-hd{
|
| 390 |
+
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x;
|
| 391 |
+
border-bottom: 1px solid #99bbe8;
|
| 392 |
+
}
|
| 393 |
+
|
| 394 |
+
.x-layout-panel-hd-text {
|
| 395 |
+
color: #15428b;
|
| 396 |
+
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 397 |
+
}
|
| 398 |
+
|
| 399 |
+
.x-layout-split-h{
|
| 400 |
+
background: #deecfd;
|
| 401 |
+
}
|
| 402 |
+
|
| 403 |
+
.x-layout-split-v{
|
| 404 |
+
background: #deecfd;
|
| 405 |
+
}
|
| 406 |
+
|
| 407 |
+
.x-layout-panel .x-tabs-top .x-tabs-wrap{
|
| 408 |
+
border: 0 none;
|
| 409 |
+
border-bottom: 1px solid #8db2e3;
|
| 410 |
+
}
|
| 411 |
+
|
| 412 |
+
.x-layout-panel .x-tabs-bottom .x-tabs-wrap{
|
| 413 |
+
border: 0 none;
|
| 414 |
+
border-top: 1px solid #8db2e3;
|
| 415 |
+
}
|
| 416 |
+
|
| 417 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 418 |
+
border-bottom: 1px solid #99bbe8;
|
| 419 |
+
}
|
| 420 |
+
|
| 421 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 422 |
+
border-top: 1px solid #99bbe8;
|
| 423 |
+
}
|
| 424 |
+
|
| 425 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 426 |
+
border-left: 1px solid #99bbe8;
|
| 427 |
+
}
|
| 428 |
+
|
| 429 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 430 |
+
border-right: 1px solid #99bbe8;
|
| 431 |
+
}
|
| 432 |
+
|
| 433 |
+
.x-layout-panel-dragover {
|
| 434 |
+
border: 2px solid #99bbe8;
|
| 435 |
+
}
|
| 436 |
+
|
| 437 |
+
.x-layout-panel-proxy {
|
| 438 |
+
background-image: url(../images/aero/layout/gradient-bg.gif);
|
| 439 |
+
background-color: #f3f2e7;
|
| 440 |
+
border: 1px dashed #99bbe8;
|
| 441 |
+
}
|
| 442 |
+
|
| 443 |
+
.x-layout-container .x-layout-tabs-body{
|
| 444 |
+
border: 0 none;
|
| 445 |
+
}
|
| 446 |
+
|
| 447 |
+
/** Resizable */
|
| 448 |
+
.x-resizable-proxy{
|
| 449 |
+
border: 1px dashed #3b5a82;
|
| 450 |
+
}
|
| 451 |
+
|
| 452 |
+
/* grid */
|
| 453 |
+
.x-grid-hd-text {
|
| 454 |
+
color: #15428b;
|
| 455 |
+
font-weight: bold;
|
| 456 |
+
}
|
| 457 |
+
|
| 458 |
+
.x-grid-locked .x-grid-body td {
|
| 459 |
+
background: #fbfdff;
|
| 460 |
+
border-right: 1px solid #deecfd;
|
| 461 |
+
border-bottom: 1px solid #deecfd !important;
|
| 462 |
+
}
|
| 463 |
+
|
| 464 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 465 |
+
border-top: 0 none;
|
| 466 |
+
}
|
| 467 |
+
|
| 468 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 469 |
+
background: #f5fafe;
|
| 470 |
+
}
|
| 471 |
+
|
| 472 |
+
.x-grid-locked .x-grid-row-selected td{
|
| 473 |
+
color: #ffffff !important;
|
| 474 |
+
background-color: #316ac5 !important;
|
| 475 |
+
}
|
| 476 |
+
|
| 477 |
+
.x-grid-hd{
|
| 478 |
+
border-bottom: 0;
|
| 479 |
+
background: none;
|
| 480 |
+
}
|
| 481 |
+
|
| 482 |
+
.x-grid-hd-row{
|
| 483 |
+
height: auto;
|
| 484 |
+
}
|
| 485 |
+
|
| 486 |
+
.x-grid-hd-over {
|
| 487 |
+
border-bottom: 0 none;
|
| 488 |
+
}
|
| 489 |
+
|
| 490 |
+
.x-grid-hd-over .x-grid-hd-body{
|
| 491 |
+
background: none;
|
| 492 |
+
border-bottom: 0 none;
|
| 493 |
+
}
|
| 494 |
+
|
| 495 |
+
.x-grid-hd-over .x-grid-hd-body{
|
| 496 |
+
background-color: transparent;
|
| 497 |
+
border-bottom: 0;
|
| 498 |
+
}
|
| 499 |
+
|
| 500 |
+
.x-grid-split {
|
| 501 |
+
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 502 |
+
}
|
| 503 |
+
|
| 504 |
+
.x-grid-header{
|
| 505 |
+
background: url(../images/aero/grid/grid-hrow.gif);
|
| 506 |
+
border: 0 none;
|
| 507 |
+
border-bottom: 1px solid #6f99cf;
|
| 508 |
+
}
|
| 509 |
+
|
| 510 |
+
.x-grid-row-alt{
|
| 511 |
+
background-color: #f5f5f5;
|
| 512 |
+
}
|
| 513 |
+
|
| 514 |
+
.x-grid-row-over td, .x-grid-locked .x-grid-row-over td{
|
| 515 |
+
background-color: #d9e8fb;
|
| 516 |
+
}
|
| 517 |
+
|
| 518 |
+
.x-grid-col {
|
| 519 |
+
border-right: 1px solid #eeeeee;
|
| 520 |
+
border-bottom: 1px solid #eeeeee;
|
| 521 |
+
}
|
| 522 |
+
|
| 523 |
+
.x-grid-header .x-grid-hd-inner {
|
| 524 |
+
padding-bottom: 1px;
|
| 525 |
+
}
|
| 526 |
+
|
| 527 |
+
.x-grid-header .x-grid-hd-text {
|
| 528 |
+
padding-bottom: 3px;
|
| 529 |
+
}
|
| 530 |
+
|
| 531 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 532 |
+
border-bottom: 1px solid #316ac5;
|
| 533 |
+
padding-bottom: 0;
|
| 534 |
+
}
|
| 535 |
+
|
| 536 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 537 |
+
background: #d5e4f5;
|
| 538 |
+
border-bottom: 1px solid #ffffff;
|
| 539 |
+
padding-bottom: 2px;
|
| 540 |
+
}
|
| 541 |
+
|
| 542 |
+
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 543 |
+
border-bottom: 1px solid #316ac5;
|
| 544 |
+
padding-bottom: 0;
|
| 545 |
+
}
|
| 546 |
+
|
| 547 |
+
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 548 |
+
border-bottom: 0 none;
|
| 549 |
+
padding-bottom: 3px;
|
| 550 |
+
}
|
| 551 |
+
|
| 552 |
+
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 553 |
+
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 554 |
+
}
|
| 555 |
+
|
| 556 |
+
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 557 |
+
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 558 |
+
}
|
| 559 |
+
|
| 560 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 561 |
+
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x;
|
| 562 |
+
height: 22px;
|
| 563 |
+
width: 120px;
|
| 564 |
+
}
|
| 565 |
+
|
| 566 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 567 |
+
background: url(../images/aero/grid/grid-hrow.gif) #ebeadb repeat-x 0 0 !important;
|
| 568 |
+
vertical-align: middle !important;
|
| 569 |
+
color: #000000;
|
| 570 |
+
padding: 0;
|
| 571 |
+
border-top: 1px solid #ffffff;
|
| 572 |
+
border-bottom: 1px solid #6f99cf !important;
|
| 573 |
+
border-right: 1px solid #6f99cf !important;
|
| 574 |
+
text-align: center;
|
| 575 |
+
}
|
| 576 |
+
|
| 577 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 578 |
+
padding: 0 4px;
|
| 579 |
+
color: #15428b !important;
|
| 580 |
+
text-align: center;
|
| 581 |
+
}
|
| 582 |
+
|
| 583 |
+
/** Toolbar */
|
| 584 |
+
.x-toolbar{
|
| 585 |
+
padding: 2px 2px 2px 2px;
|
| 586 |
+
background: url(../images/default/toolbar/tb-bg.gif) #d0def0 repeat-x;
|
| 587 |
+
}
|
| 588 |
+
|
| 589 |
+
.x-toolbar .ytb-sep{
|
| 590 |
+
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 591 |
+
}
|
| 592 |
+
|
| 593 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 594 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 595 |
+
}
|
| 596 |
+
|
| 597 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 598 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 599 |
+
}
|
| 600 |
+
|
| 601 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 602 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 603 |
+
}
|
| 604 |
+
|
| 605 |
+
.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{
|
| 606 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 607 |
+
}
|
| 608 |
+
|
| 609 |
+
.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{
|
| 610 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 611 |
+
}
|
| 612 |
+
|
| 613 |
+
.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{
|
| 614 |
+
background: url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 615 |
+
}
|
| 616 |
+
|
| 617 |
+
/*************** TABS 2 *****************/
|
| 618 |
+
/**
|
| 619 |
+
* Tabs
|
| 620 |
+
*/
|
| 621 |
+
.x-tab-panel-header, .x-tab-panel-footer {
|
| 622 |
+
background: #deecfd;
|
| 623 |
+
border: 1px solid #8db2e3;
|
| 624 |
+
}
|
| 625 |
+
|
| 626 |
+
.x-tab-panel-header {
|
| 627 |
+
background: #deecfd;
|
| 628 |
+
border: 1px solid #8db2e3;
|
| 629 |
+
padding-bottom: 2px;
|
| 630 |
+
}
|
| 631 |
+
|
| 632 |
+
.x-tab-panel-footer {
|
| 633 |
+
background: #deecfd;
|
| 634 |
+
border: 1px solid #8db2e3;
|
| 635 |
+
padding-top: 2px;
|
| 636 |
+
}
|
| 637 |
+
|
| 638 |
+
.x-tab-strip-top{
|
| 639 |
+
padding-top: 1px;
|
| 640 |
+
background: url(../images/aero/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
|
| 641 |
+
border-bottom: 1px solid #8db2e3;
|
| 642 |
+
}
|
| 643 |
+
|
| 644 |
+
.x-tab-strip-bottom{
|
| 645 |
+
padding-bottom: 1px;
|
| 646 |
+
background: url(../images/aero/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
|
| 647 |
+
border-top: 1px solid #8db2e3;
|
| 648 |
+
border-bottom: 0 none;
|
| 649 |
+
}
|
| 650 |
+
|
| 651 |
+
.x-tab-strip .x-tab-strip-text {
|
| 652 |
+
color: #15428b;
|
| 653 |
+
font: bold 11px tahoma,arial,verdana,sans-serif;
|
| 654 |
+
}
|
| 655 |
+
|
| 656 |
+
.x-tab-strip .x-tab-strip-active .x-tab-text {
|
| 657 |
+
cursor: default;
|
| 658 |
+
color: #15428b;
|
| 659 |
+
}
|
| 660 |
+
|
| 661 |
+
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
|
| 662 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 663 |
+
}
|
| 664 |
+
|
| 665 |
+
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
|
| 666 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 667 |
+
}
|
| 668 |
+
|
| 669 |
+
.x-tab-strip-top .x-tab-right {
|
| 670 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 671 |
+
}
|
| 672 |
+
|
| 673 |
+
.x-tab-strip-top .x-tab-left {
|
| 674 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 675 |
+
}
|
| 676 |
+
|
| 677 |
+
.x-tab-strip-bottom .x-tab-right {
|
| 678 |
+
background: url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 679 |
+
}
|
| 680 |
+
|
| 681 |
+
.x-tab-strip-bottom .x-tab-left {
|
| 682 |
+
background: url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 683 |
+
}
|
| 684 |
+
|
| 685 |
+
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
|
| 686 |
+
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 687 |
+
}
|
| 688 |
+
|
| 689 |
+
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
|
| 690 |
+
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 691 |
+
}
|
| 692 |
+
|
| 693 |
+
.x-tab-panel-body-top {
|
| 694 |
+
border: 1px solid #8db2e3;
|
| 695 |
+
border-top: 0 none;
|
| 696 |
+
}
|
| 697 |
+
|
| 698 |
+
.x-tab-panel-body-bottom {
|
| 699 |
+
border: 1px solid #8db2e3;
|
| 700 |
+
border-bottom: 0 none;
|
| 701 |
+
}
|
js/extjs/css/ytheme-gray.css
CHANGED
|
@@ -1,438 +1,438 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
.ext-el-mask-msg {
|
| 11 |
-
border:1px solid #aaa;
|
| 12 |
-
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 13 |
-
}
|
| 14 |
-
.ext-el-mask-msg div {
|
| 15 |
-
border:1px solid #ccc;
|
| 16 |
-
}
|
| 17 |
-
|
| 18 |
-
/*
|
| 19 |
-
Menu
|
| 20 |
-
*/
|
| 21 |
-
.x-menu {
|
| 22 |
-
border-color: #999 #999 #999 #999;
|
| 23 |
-
background-image:url(../images/gray/menu/menu.gif);
|
| 24 |
-
}
|
| 25 |
-
.x-menu-item-arrow{
|
| 26 |
-
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 27 |
-
}
|
| 28 |
-
.x-menu-item {
|
| 29 |
-
color:#222;
|
| 30 |
-
}
|
| 31 |
-
.x-menu-item-active {
|
| 32 |
-
background:#ddd;
|
| 33 |
-
border:1px solid #aaa;
|
| 34 |
-
}
|
| 35 |
-
.x-menu-sep {
|
| 36 |
-
background:#aaa;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
/* grid */
|
| 40 |
-
.x-grid-header{
|
| 41 |
-
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x;
|
| 42 |
-
overflow:hidden;
|
| 43 |
-
position:relative;
|
| 44 |
-
cursor:default;
|
| 45 |
-
width:100%;
|
| 46 |
-
}
|
| 47 |
-
.x-grid-hd-row{
|
| 48 |
-
height:22px;
|
| 49 |
-
}
|
| 50 |
-
.x-grid-hd {
|
| 51 |
-
padding-right:1px;
|
| 52 |
-
}
|
| 53 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 54 |
-
border-bottom: 1px solid #fcc247;
|
| 55 |
-
}
|
| 56 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 57 |
-
background: #faf9f4;
|
| 58 |
-
padding-bottom:1px;
|
| 59 |
-
border-bottom: 1px solid #f9a900;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
.x-grid-hd-text {
|
| 63 |
-
color:#000000;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-grid-col {
|
| 67 |
-
border-right: 1px solid #f1efe2;
|
| 68 |
-
border-bottom: 1px solid #f1efe2;
|
| 69 |
-
}
|
| 70 |
-
.x-grid-row-alt{
|
| 71 |
-
background:#fcfaf6;
|
| 72 |
-
}
|
| 73 |
-
.x-grid-row-over td{
|
| 74 |
-
background:#f1f1f1;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
.x-grid-locked .x-grid-body td {
|
| 79 |
-
background: #f0efe4;
|
| 80 |
-
border-right: 1px solid #D6D2C2;
|
| 81 |
-
border-bottom: 1px solid #D6D2C2 !important;
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
.x-grid-locked .x-grid-header table{
|
| 85 |
-
border-right:1px solid transparent;
|
| 86 |
-
}
|
| 87 |
-
.x-grid-locked .x-grid-body table{
|
| 88 |
-
border-right:1px solid #c6c2b2;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
-
.x-grid-bottombar .x-toolbar{
|
| 92 |
-
border-right:0 none;
|
| 93 |
-
border-bottom:0 none;
|
| 94 |
-
border-top:1px solid #f1efe2;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
.x-props-grid .x-grid-col-name{
|
| 98 |
-
background-color: #f1efe2;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 104 |
-
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 105 |
-
vertical-align:middle !important;
|
| 106 |
-
color:black;
|
| 107 |
-
padding:0;
|
| 108 |
-
border-top:1px solid white;
|
| 109 |
-
border-bottom:none !important;
|
| 110 |
-
border-right:1px solid #d6d2c2 !important;
|
| 111 |
-
text-align:center;
|
| 112 |
-
}
|
| 113 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 114 |
-
padding:0 4px;
|
| 115 |
-
color:black !important;
|
| 116 |
-
text-align:center;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
/**
|
| 120 |
-
* Basic-Dialog
|
| 121 |
-
*/
|
| 122 |
-
.x-dlg-proxy {
|
| 123 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 124 |
-
background-color:#EAE8D5;
|
| 125 |
-
border:1px solid #b3b6b0;
|
| 126 |
-
}
|
| 127 |
-
.x-dlg-shadow{
|
| 128 |
-
background:#aaaaaa;
|
| 129 |
-
}
|
| 130 |
-
.x-dlg-proxy .tabset{
|
| 131 |
-
background:url(../images/gray/layout/gradient-bg.gif);
|
| 132 |
-
}
|
| 133 |
-
.x-dlg .x-dlg-hd {
|
| 134 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 135 |
-
background-color:#333333;
|
| 136 |
-
}
|
| 137 |
-
.x-dlg .x-dlg-hd-left {
|
| 138 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 139 |
-
}
|
| 140 |
-
.x-dlg .x-dlg-hd-right {
|
| 141 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 142 |
-
}
|
| 143 |
-
.x-dlg .x-dlg-dlg-body{
|
| 144 |
-
background:#efefec;
|
| 145 |
-
border:1px solid #b3b6b0;
|
| 146 |
-
border-top:0 none;
|
| 147 |
-
}
|
| 148 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 149 |
-
border:1px solid #b3b6b0;
|
| 150 |
-
border-top:0 none;
|
| 151 |
-
}
|
| 152 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 153 |
-
border:1px solid #b3b6b0;
|
| 154 |
-
border-bottom:0 none;
|
| 155 |
-
}
|
| 156 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 157 |
-
border:0 none;
|
| 158 |
-
}
|
| 159 |
-
.x-dlg .x-dlg-close {
|
| 160 |
-
background-image:url(../images/gray/basic-dialog/close.gif);
|
| 161 |
-
}
|
| 162 |
-
.x-dlg .x-dlg-collapse {
|
| 163 |
-
background-image:url(../images/gray/basic-dialog/collapse.gif);
|
| 164 |
-
}
|
| 165 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 166 |
-
background-image:url(../images/gray/basic-dialog/expand.gif);
|
| 167 |
-
}
|
| 168 |
-
.x-dlg div.x-resizable-handle-east{
|
| 169 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 170 |
-
border:0 none;
|
| 171 |
-
}
|
| 172 |
-
.x-dlg div.x-resizable-handle-south{
|
| 173 |
-
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 174 |
-
border:0 none;
|
| 175 |
-
}
|
| 176 |
-
.x-dlg div.x-resizable-handle-west{
|
| 177 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 178 |
-
border:0 none;
|
| 179 |
-
}
|
| 180 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 181 |
-
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 182 |
-
background-position: bottom right;
|
| 183 |
-
width:8px;
|
| 184 |
-
height:8px;
|
| 185 |
-
border:0;
|
| 186 |
-
}
|
| 187 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 188 |
-
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 189 |
-
background-position: top right;
|
| 190 |
-
margin-left:1px;
|
| 191 |
-
margin-bottom:1px;
|
| 192 |
-
border:0;
|
| 193 |
-
}
|
| 194 |
-
.x-dlg div.x-resizable-handle-north{
|
| 195 |
-
background-image:url(../images/gray/s.gif);
|
| 196 |
-
border:0 none;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
/**
|
| 200 |
-
* Tabs
|
| 201 |
-
*/
|
| 202 |
-
.x-tabs-wrap {
|
| 203 |
-
border-bottom:1px solid #aca899;
|
| 204 |
-
}
|
| 205 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 206 |
-
cursor:default;
|
| 207 |
-
color:#333333;
|
| 208 |
-
}
|
| 209 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 210 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0;
|
| 211 |
-
}
|
| 212 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 213 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 214 |
-
}
|
| 215 |
-
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 216 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 217 |
-
}
|
| 218 |
-
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 219 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 220 |
-
}
|
| 221 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 222 |
-
background-image:url(../images/gray/layout/tab-close.gif);
|
| 223 |
-
}
|
| 224 |
-
.x-tabs-strip .on .close-icon{
|
| 225 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 226 |
-
}
|
| 227 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 228 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 229 |
-
}
|
| 230 |
-
.x-tabs-body {
|
| 231 |
-
border:1px solid #aca899;
|
| 232 |
-
border-top:0 none;
|
| 233 |
-
}
|
| 234 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 235 |
-
border-bottom:0 none;
|
| 236 |
-
padding-top:0;
|
| 237 |
-
border-top:1px solid #aca899;
|
| 238 |
-
}
|
| 239 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 240 |
-
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 241 |
-
}
|
| 242 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 243 |
-
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 244 |
-
}
|
| 245 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 246 |
-
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 247 |
-
}
|
| 248 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 249 |
-
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 250 |
-
}
|
| 251 |
-
|
| 252 |
-
.x-tabs-bottom .x-tabs-body {
|
| 253 |
-
border:1px solid #aca899;
|
| 254 |
-
border-bottom:0 none;
|
| 255 |
-
}
|
| 256 |
-
|
| 257 |
-
.x-layout-container .x-layout-tabs-body{
|
| 258 |
-
border:0 none;
|
| 259 |
-
}
|
| 260 |
-
/* QuickTips */
|
| 261 |
-
|
| 262 |
-
.x-tip .x-tip-top {
|
| 263 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 264 |
-
}
|
| 265 |
-
.x-tip .x-tip-top-left {
|
| 266 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 267 |
-
}
|
| 268 |
-
.x-tip .x-tip-top-right {
|
| 269 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 270 |
-
}
|
| 271 |
-
.x-tip .x-tip-ft {
|
| 272 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 273 |
-
}
|
| 274 |
-
.x-tip .x-tip-ft-left {
|
| 275 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 276 |
-
}
|
| 277 |
-
.x-tip .x-tip-ft-right {
|
| 278 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 279 |
-
}
|
| 280 |
-
.x-tip .x-tip-bd-left {
|
| 281 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 282 |
-
}
|
| 283 |
-
.x-tip .x-tip-bd-right {
|
| 284 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
/* BorderLayout */
|
| 288 |
-
|
| 289 |
-
.x-layout-container{
|
| 290 |
-
background-color:#f3f2e7;
|
| 291 |
-
}
|
| 292 |
-
.x-layout-collapsed{
|
| 293 |
-
background-color:#f3f2e7;
|
| 294 |
-
border:1px solid #aca899;
|
| 295 |
-
}
|
| 296 |
-
.x-layout-collapsed-over{
|
| 297 |
-
background-color:#fbfbef;
|
| 298 |
-
}
|
| 299 |
-
.x-layout-panel{
|
| 300 |
-
border:1px solid #aca899;
|
| 301 |
-
}
|
| 302 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 303 |
-
border:0 none;
|
| 304 |
-
}
|
| 305 |
-
.x-layout-split{
|
| 306 |
-
background-color:#f3f2e7;
|
| 307 |
-
}
|
| 308 |
-
.x-layout-panel-hd{
|
| 309 |
-
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 310 |
-
border-bottom:1px solid #aca899;
|
| 311 |
-
}
|
| 312 |
-
.x-layout-tools-button-over{
|
| 313 |
-
border:1px solid #aca899;
|
| 314 |
-
}
|
| 315 |
-
.x-layout-close{
|
| 316 |
-
background-image:url(../images/gray/layout/panel-close.gif);
|
| 317 |
-
}
|
| 318 |
-
.x-layout-stick{
|
| 319 |
-
background-image:url(../images/gray/layout/stick.gif);
|
| 320 |
-
}
|
| 321 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 322 |
-
background-image:url(../images/gray/layout/collapse.gif);
|
| 323 |
-
}
|
| 324 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 325 |
-
background-image:url(../images/gray/layout/expand.gif);
|
| 326 |
-
}
|
| 327 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 328 |
-
background-image:url(../images/gray/layout/ns-collapse.gif);
|
| 329 |
-
}
|
| 330 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 331 |
-
background-image:url(../images/gray/layout/ns-expand.gif);
|
| 332 |
-
}
|
| 333 |
-
.x-layout-split-h{
|
| 334 |
-
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 335 |
-
}
|
| 336 |
-
.x-layout-split-v{
|
| 337 |
-
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 338 |
-
}
|
| 339 |
-
.x-layout-panel .x-tabs-wrap{
|
| 340 |
-
background:url(../images/gray/layout/gradient-bg.gif);
|
| 341 |
-
}
|
| 342 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 343 |
-
border-bottom:1px solid #aca899;
|
| 344 |
-
}
|
| 345 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 346 |
-
border-top:1px solid #aca899;
|
| 347 |
-
}
|
| 348 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 349 |
-
border-left:1px solid #aca899;
|
| 350 |
-
}
|
| 351 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 352 |
-
border-right:1px solid #aca899;
|
| 353 |
-
}
|
| 354 |
-
.x-layout-panel-dragover {
|
| 355 |
-
border: 2px solid #aca899;
|
| 356 |
-
}
|
| 357 |
-
.x-layout-panel-proxy {
|
| 358 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 359 |
-
background-color:#f3f2e7;
|
| 360 |
-
border:1px dashed #aca899;
|
| 361 |
-
}
|
| 362 |
-
/** Resizable */
|
| 363 |
-
|
| 364 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 365 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 366 |
-
background-position: left;
|
| 367 |
-
}
|
| 368 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 369 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 370 |
-
background-position: left;
|
| 371 |
-
}
|
| 372 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 373 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 374 |
-
background-position: top;
|
| 375 |
-
}
|
| 376 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 377 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 378 |
-
background-position: top;
|
| 379 |
-
}
|
| 380 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 381 |
-
background:url(../images/gray/sizer/se-handle.gif);
|
| 382 |
-
background-position: top left;
|
| 383 |
-
}
|
| 384 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 385 |
-
background:url(../images/gray/sizer/nw-handle.gif);
|
| 386 |
-
background-position:bottom right;
|
| 387 |
-
}
|
| 388 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 389 |
-
background:url(../images/gray/sizer/ne-handle.gif);
|
| 390 |
-
background-position: bottom left;
|
| 391 |
-
}
|
| 392 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 393 |
-
background:url(../images/gray/sizer/sw-handle.gif);
|
| 394 |
-
background-position: top right;
|
| 395 |
-
}
|
| 396 |
-
.x-resizable-proxy{
|
| 397 |
-
border: 1px dashed #615e55;
|
| 398 |
-
}
|
| 399 |
-
|
| 400 |
-
/** Toolbar */
|
| 401 |
-
.x-toolbar{
|
| 402 |
-
border:0 none;
|
| 403 |
-
background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x;
|
| 404 |
-
padding:3px;
|
| 405 |
-
}
|
| 406 |
-
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 407 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 408 |
-
}
|
| 409 |
-
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 410 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 411 |
-
}
|
| 412 |
-
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 413 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 414 |
-
}
|
| 415 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 416 |
-
background-position: 0 -47px;
|
| 417 |
-
}
|
| 418 |
-
.x-paging-info {
|
| 419 |
-
color:#222222;
|
| 420 |
-
}
|
| 421 |
-
|
| 422 |
-
/* combo box */
|
| 423 |
-
.x-combo-list {
|
| 424 |
-
border:1px solid #999;
|
| 425 |
-
background:#dddddd;
|
| 426 |
-
}
|
| 427 |
-
.x-combo-list-hd {
|
| 428 |
-
color:#222;
|
| 429 |
-
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 430 |
-
border-bottom:1px solid #aca899;
|
| 431 |
-
}
|
| 432 |
-
.x-resizable-pinned .x-combo-list-inner {
|
| 433 |
-
border-bottom:1px solid #aaa;
|
| 434 |
-
}
|
| 435 |
-
.x-combo-list .x-combo-selected{
|
| 436 |
-
background:#ddd !important;
|
| 437 |
-
border:1px solid #aaa;
|
| 438 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
.ext-el-mask-msg {
|
| 11 |
+
border:1px solid #aaa;
|
| 12 |
+
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 13 |
+
}
|
| 14 |
+
.ext-el-mask-msg div {
|
| 15 |
+
border:1px solid #ccc;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
/*
|
| 19 |
+
Menu
|
| 20 |
+
*/
|
| 21 |
+
.x-menu {
|
| 22 |
+
border-color: #999 #999 #999 #999;
|
| 23 |
+
background-image:url(../images/gray/menu/menu.gif);
|
| 24 |
+
}
|
| 25 |
+
.x-menu-item-arrow{
|
| 26 |
+
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 27 |
+
}
|
| 28 |
+
.x-menu-item {
|
| 29 |
+
color:#222;
|
| 30 |
+
}
|
| 31 |
+
.x-menu-item-active {
|
| 32 |
+
background:#ddd;
|
| 33 |
+
border:1px solid #aaa;
|
| 34 |
+
}
|
| 35 |
+
.x-menu-sep {
|
| 36 |
+
background:#aaa;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
/* grid */
|
| 40 |
+
.x-grid-header{
|
| 41 |
+
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x;
|
| 42 |
+
overflow:hidden;
|
| 43 |
+
position:relative;
|
| 44 |
+
cursor:default;
|
| 45 |
+
width:100%;
|
| 46 |
+
}
|
| 47 |
+
.x-grid-hd-row{
|
| 48 |
+
height:22px;
|
| 49 |
+
}
|
| 50 |
+
.x-grid-hd {
|
| 51 |
+
padding-right:1px;
|
| 52 |
+
}
|
| 53 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 54 |
+
border-bottom: 1px solid #fcc247;
|
| 55 |
+
}
|
| 56 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 57 |
+
background: #faf9f4;
|
| 58 |
+
padding-bottom:1px;
|
| 59 |
+
border-bottom: 1px solid #f9a900;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.x-grid-hd-text {
|
| 63 |
+
color:#000000;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-grid-col {
|
| 67 |
+
border-right: 1px solid #f1efe2;
|
| 68 |
+
border-bottom: 1px solid #f1efe2;
|
| 69 |
+
}
|
| 70 |
+
.x-grid-row-alt{
|
| 71 |
+
background:#fcfaf6;
|
| 72 |
+
}
|
| 73 |
+
.x-grid-row-over td{
|
| 74 |
+
background:#f1f1f1;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
.x-grid-locked .x-grid-body td {
|
| 79 |
+
background: #f0efe4;
|
| 80 |
+
border-right: 1px solid #D6D2C2;
|
| 81 |
+
border-bottom: 1px solid #D6D2C2 !important;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.x-grid-locked .x-grid-header table{
|
| 85 |
+
border-right:1px solid transparent;
|
| 86 |
+
}
|
| 87 |
+
.x-grid-locked .x-grid-body table{
|
| 88 |
+
border-right:1px solid #c6c2b2;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
.x-grid-bottombar .x-toolbar{
|
| 92 |
+
border-right:0 none;
|
| 93 |
+
border-bottom:0 none;
|
| 94 |
+
border-top:1px solid #f1efe2;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.x-props-grid .x-grid-col-name{
|
| 98 |
+
background-color: #f1efe2;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 104 |
+
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 105 |
+
vertical-align:middle !important;
|
| 106 |
+
color:black;
|
| 107 |
+
padding:0;
|
| 108 |
+
border-top:1px solid white;
|
| 109 |
+
border-bottom:none !important;
|
| 110 |
+
border-right:1px solid #d6d2c2 !important;
|
| 111 |
+
text-align:center;
|
| 112 |
+
}
|
| 113 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 114 |
+
padding:0 4px;
|
| 115 |
+
color:black !important;
|
| 116 |
+
text-align:center;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
/**
|
| 120 |
+
* Basic-Dialog
|
| 121 |
+
*/
|
| 122 |
+
.x-dlg-proxy {
|
| 123 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 124 |
+
background-color:#EAE8D5;
|
| 125 |
+
border:1px solid #b3b6b0;
|
| 126 |
+
}
|
| 127 |
+
.x-dlg-shadow{
|
| 128 |
+
background:#aaaaaa;
|
| 129 |
+
}
|
| 130 |
+
.x-dlg-proxy .tabset{
|
| 131 |
+
background:url(../images/gray/layout/gradient-bg.gif);
|
| 132 |
+
}
|
| 133 |
+
.x-dlg .x-dlg-hd {
|
| 134 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 135 |
+
background-color:#333333;
|
| 136 |
+
}
|
| 137 |
+
.x-dlg .x-dlg-hd-left {
|
| 138 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 139 |
+
}
|
| 140 |
+
.x-dlg .x-dlg-hd-right {
|
| 141 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 142 |
+
}
|
| 143 |
+
.x-dlg .x-dlg-dlg-body{
|
| 144 |
+
background:#efefec;
|
| 145 |
+
border:1px solid #b3b6b0;
|
| 146 |
+
border-top:0 none;
|
| 147 |
+
}
|
| 148 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 149 |
+
border:1px solid #b3b6b0;
|
| 150 |
+
border-top:0 none;
|
| 151 |
+
}
|
| 152 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 153 |
+
border:1px solid #b3b6b0;
|
| 154 |
+
border-bottom:0 none;
|
| 155 |
+
}
|
| 156 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 157 |
+
border:0 none;
|
| 158 |
+
}
|
| 159 |
+
.x-dlg .x-dlg-close {
|
| 160 |
+
background-image:url(../images/gray/basic-dialog/close.gif);
|
| 161 |
+
}
|
| 162 |
+
.x-dlg .x-dlg-collapse {
|
| 163 |
+
background-image:url(../images/gray/basic-dialog/collapse.gif);
|
| 164 |
+
}
|
| 165 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 166 |
+
background-image:url(../images/gray/basic-dialog/expand.gif);
|
| 167 |
+
}
|
| 168 |
+
.x-dlg div.x-resizable-handle-east{
|
| 169 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 170 |
+
border:0 none;
|
| 171 |
+
}
|
| 172 |
+
.x-dlg div.x-resizable-handle-south{
|
| 173 |
+
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 174 |
+
border:0 none;
|
| 175 |
+
}
|
| 176 |
+
.x-dlg div.x-resizable-handle-west{
|
| 177 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 178 |
+
border:0 none;
|
| 179 |
+
}
|
| 180 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 181 |
+
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 182 |
+
background-position: bottom right;
|
| 183 |
+
width:8px;
|
| 184 |
+
height:8px;
|
| 185 |
+
border:0;
|
| 186 |
+
}
|
| 187 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 188 |
+
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 189 |
+
background-position: top right;
|
| 190 |
+
margin-left:1px;
|
| 191 |
+
margin-bottom:1px;
|
| 192 |
+
border:0;
|
| 193 |
+
}
|
| 194 |
+
.x-dlg div.x-resizable-handle-north{
|
| 195 |
+
background-image:url(../images/gray/s.gif);
|
| 196 |
+
border:0 none;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
/**
|
| 200 |
+
* Tabs
|
| 201 |
+
*/
|
| 202 |
+
.x-tabs-wrap {
|
| 203 |
+
border-bottom:1px solid #aca899;
|
| 204 |
+
}
|
| 205 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 206 |
+
cursor:default;
|
| 207 |
+
color:#333333;
|
| 208 |
+
}
|
| 209 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 210 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0;
|
| 211 |
+
}
|
| 212 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 213 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 214 |
+
}
|
| 215 |
+
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 216 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 217 |
+
}
|
| 218 |
+
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 219 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 220 |
+
}
|
| 221 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 222 |
+
background-image:url(../images/gray/layout/tab-close.gif);
|
| 223 |
+
}
|
| 224 |
+
.x-tabs-strip .on .close-icon{
|
| 225 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 226 |
+
}
|
| 227 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 228 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 229 |
+
}
|
| 230 |
+
.x-tabs-body {
|
| 231 |
+
border:1px solid #aca899;
|
| 232 |
+
border-top:0 none;
|
| 233 |
+
}
|
| 234 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 235 |
+
border-bottom:0 none;
|
| 236 |
+
padding-top:0;
|
| 237 |
+
border-top:1px solid #aca899;
|
| 238 |
+
}
|
| 239 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 240 |
+
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 241 |
+
}
|
| 242 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 243 |
+
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 244 |
+
}
|
| 245 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 246 |
+
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 247 |
+
}
|
| 248 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 249 |
+
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
.x-tabs-bottom .x-tabs-body {
|
| 253 |
+
border:1px solid #aca899;
|
| 254 |
+
border-bottom:0 none;
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
.x-layout-container .x-layout-tabs-body{
|
| 258 |
+
border:0 none;
|
| 259 |
+
}
|
| 260 |
+
/* QuickTips */
|
| 261 |
+
|
| 262 |
+
.x-tip .x-tip-top {
|
| 263 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 264 |
+
}
|
| 265 |
+
.x-tip .x-tip-top-left {
|
| 266 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 267 |
+
}
|
| 268 |
+
.x-tip .x-tip-top-right {
|
| 269 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 270 |
+
}
|
| 271 |
+
.x-tip .x-tip-ft {
|
| 272 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 273 |
+
}
|
| 274 |
+
.x-tip .x-tip-ft-left {
|
| 275 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 276 |
+
}
|
| 277 |
+
.x-tip .x-tip-ft-right {
|
| 278 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 279 |
+
}
|
| 280 |
+
.x-tip .x-tip-bd-left {
|
| 281 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 282 |
+
}
|
| 283 |
+
.x-tip .x-tip-bd-right {
|
| 284 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
/* BorderLayout */
|
| 288 |
+
|
| 289 |
+
.x-layout-container{
|
| 290 |
+
background-color:#f3f2e7;
|
| 291 |
+
}
|
| 292 |
+
.x-layout-collapsed{
|
| 293 |
+
background-color:#f3f2e7;
|
| 294 |
+
border:1px solid #aca899;
|
| 295 |
+
}
|
| 296 |
+
.x-layout-collapsed-over{
|
| 297 |
+
background-color:#fbfbef;
|
| 298 |
+
}
|
| 299 |
+
.x-layout-panel{
|
| 300 |
+
border:1px solid #aca899;
|
| 301 |
+
}
|
| 302 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 303 |
+
border:0 none;
|
| 304 |
+
}
|
| 305 |
+
.x-layout-split{
|
| 306 |
+
background-color:#f3f2e7;
|
| 307 |
+
}
|
| 308 |
+
.x-layout-panel-hd{
|
| 309 |
+
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 310 |
+
border-bottom:1px solid #aca899;
|
| 311 |
+
}
|
| 312 |
+
.x-layout-tools-button-over{
|
| 313 |
+
border:1px solid #aca899;
|
| 314 |
+
}
|
| 315 |
+
.x-layout-close{
|
| 316 |
+
background-image:url(../images/gray/layout/panel-close.gif);
|
| 317 |
+
}
|
| 318 |
+
.x-layout-stick{
|
| 319 |
+
background-image:url(../images/gray/layout/stick.gif);
|
| 320 |
+
}
|
| 321 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 322 |
+
background-image:url(../images/gray/layout/collapse.gif);
|
| 323 |
+
}
|
| 324 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 325 |
+
background-image:url(../images/gray/layout/expand.gif);
|
| 326 |
+
}
|
| 327 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 328 |
+
background-image:url(../images/gray/layout/ns-collapse.gif);
|
| 329 |
+
}
|
| 330 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 331 |
+
background-image:url(../images/gray/layout/ns-expand.gif);
|
| 332 |
+
}
|
| 333 |
+
.x-layout-split-h{
|
| 334 |
+
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 335 |
+
}
|
| 336 |
+
.x-layout-split-v{
|
| 337 |
+
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 338 |
+
}
|
| 339 |
+
.x-layout-panel .x-tabs-wrap{
|
| 340 |
+
background:url(../images/gray/layout/gradient-bg.gif);
|
| 341 |
+
}
|
| 342 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 343 |
+
border-bottom:1px solid #aca899;
|
| 344 |
+
}
|
| 345 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 346 |
+
border-top:1px solid #aca899;
|
| 347 |
+
}
|
| 348 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 349 |
+
border-left:1px solid #aca899;
|
| 350 |
+
}
|
| 351 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 352 |
+
border-right:1px solid #aca899;
|
| 353 |
+
}
|
| 354 |
+
.x-layout-panel-dragover {
|
| 355 |
+
border: 2px solid #aca899;
|
| 356 |
+
}
|
| 357 |
+
.x-layout-panel-proxy {
|
| 358 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 359 |
+
background-color:#f3f2e7;
|
| 360 |
+
border:1px dashed #aca899;
|
| 361 |
+
}
|
| 362 |
+
/** Resizable */
|
| 363 |
+
|
| 364 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 365 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 366 |
+
background-position: left;
|
| 367 |
+
}
|
| 368 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 369 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 370 |
+
background-position: left;
|
| 371 |
+
}
|
| 372 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 373 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 374 |
+
background-position: top;
|
| 375 |
+
}
|
| 376 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 377 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 378 |
+
background-position: top;
|
| 379 |
+
}
|
| 380 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 381 |
+
background:url(../images/gray/sizer/se-handle.gif);
|
| 382 |
+
background-position: top left;
|
| 383 |
+
}
|
| 384 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 385 |
+
background:url(../images/gray/sizer/nw-handle.gif);
|
| 386 |
+
background-position:bottom right;
|
| 387 |
+
}
|
| 388 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 389 |
+
background:url(../images/gray/sizer/ne-handle.gif);
|
| 390 |
+
background-position: bottom left;
|
| 391 |
+
}
|
| 392 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 393 |
+
background:url(../images/gray/sizer/sw-handle.gif);
|
| 394 |
+
background-position: top right;
|
| 395 |
+
}
|
| 396 |
+
.x-resizable-proxy{
|
| 397 |
+
border: 1px dashed #615e55;
|
| 398 |
+
}
|
| 399 |
+
|
| 400 |
+
/** Toolbar */
|
| 401 |
+
.x-toolbar{
|
| 402 |
+
border:0 none;
|
| 403 |
+
background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x;
|
| 404 |
+
padding:3px;
|
| 405 |
+
}
|
| 406 |
+
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 407 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 408 |
+
}
|
| 409 |
+
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 410 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 411 |
+
}
|
| 412 |
+
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 413 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 414 |
+
}
|
| 415 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 416 |
+
background-position: 0 -47px;
|
| 417 |
+
}
|
| 418 |
+
.x-paging-info {
|
| 419 |
+
color:#222222;
|
| 420 |
+
}
|
| 421 |
+
|
| 422 |
+
/* combo box */
|
| 423 |
+
.x-combo-list {
|
| 424 |
+
border:1px solid #999;
|
| 425 |
+
background:#dddddd;
|
| 426 |
+
}
|
| 427 |
+
.x-combo-list-hd {
|
| 428 |
+
color:#222;
|
| 429 |
+
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 430 |
+
border-bottom:1px solid #aca899;
|
| 431 |
+
}
|
| 432 |
+
.x-resizable-pinned .x-combo-list-inner {
|
| 433 |
+
border-bottom:1px solid #aaa;
|
| 434 |
+
}
|
| 435 |
+
.x-combo-list .x-combo-selected{
|
| 436 |
+
background:#ddd !important;
|
| 437 |
+
border:1px solid #aaa;
|
| 438 |
}
|
js/extjs/css/ytheme-vista.css
CHANGED
|
@@ -1,511 +1,511 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 2.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.ext-el-mask-msg {
|
| 10 |
-
border:1px solid #aaa;
|
| 11 |
-
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 12 |
-
}
|
| 13 |
-
.ext-el-mask-msg div {
|
| 14 |
-
border:1px solid #ccc;
|
| 15 |
-
}
|
| 16 |
-
/*
|
| 17 |
-
Menu
|
| 18 |
-
*/
|
| 19 |
-
.x-menu {
|
| 20 |
-
border-color: #999 #999 #999 #999;
|
| 21 |
-
background-image:url(../images/gray/menu/menu.gif);
|
| 22 |
-
}
|
| 23 |
-
.x-menu-item-arrow{
|
| 24 |
-
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 25 |
-
}
|
| 26 |
-
.x-menu-item {
|
| 27 |
-
color:#222;
|
| 28 |
-
}
|
| 29 |
-
.x-menu-item-active {
|
| 30 |
-
background:#ddd;
|
| 31 |
-
border:1px solid #aaa;
|
| 32 |
-
}
|
| 33 |
-
.x-menu-sep {
|
| 34 |
-
background:#aaa;
|
| 35 |
-
}
|
| 36 |
-
/**
|
| 37 |
-
* Tabs
|
| 38 |
-
*/
|
| 39 |
-
.x-tabs-wrap {
|
| 40 |
-
background:#4f4f4f;
|
| 41 |
-
border-bottom:1px solid #b3b6b0;
|
| 42 |
-
}
|
| 43 |
-
.x-tabs-strip .x-tabs-text {
|
| 44 |
-
color:white;
|
| 45 |
-
font-weight:normal;
|
| 46 |
-
}
|
| 47 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 48 |
-
cursor:default;
|
| 49 |
-
color:#333333;
|
| 50 |
-
}
|
| 51 |
-
.x-tabs-top .x-tabs-strip a.x-tabs-right {
|
| 52 |
-
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 53 |
-
}
|
| 54 |
-
.x-tabs-top .x-tabs-strip a .x-tabs-left{
|
| 55 |
-
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 56 |
-
}
|
| 57 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 58 |
-
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0;
|
| 59 |
-
}
|
| 60 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left{
|
| 61 |
-
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 62 |
-
}
|
| 63 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 64 |
-
background-image:url(../images/vista/layout/tab-close.gif);
|
| 65 |
-
}
|
| 66 |
-
.x-tabs-strip .on .close-icon{
|
| 67 |
-
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 68 |
-
}
|
| 69 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 70 |
-
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 71 |
-
}
|
| 72 |
-
.x-tabs-body {
|
| 73 |
-
border:1px solid #b3b6b0;
|
| 74 |
-
border-top:0 none;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
.x-tabs-bottom .x-tabs-strip {
|
| 78 |
-
background:#4f4f4f;
|
| 79 |
-
}
|
| 80 |
-
.x-tabs-bottom .x-tabs-strip a.x-tabs-right {
|
| 81 |
-
background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 82 |
-
}
|
| 83 |
-
.x-tabs-bottom .x-tabs-strip a .x-tabs-left{
|
| 84 |
-
background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 85 |
-
}
|
| 86 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 87 |
-
border-bottom:0 none;
|
| 88 |
-
padding-top:0;
|
| 89 |
-
border-top:1px solid #b3b6b0;
|
| 90 |
-
}
|
| 91 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 92 |
-
background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 93 |
-
}
|
| 94 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 95 |
-
background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.x-tabs-bottom .x-tabs-body {
|
| 99 |
-
border:1px solid #b3b6b0;
|
| 100 |
-
border-bottom:0 none;
|
| 101 |
-
}
|
| 102 |
-
/**
|
| 103 |
-
* Basic-Dialog
|
| 104 |
-
*/
|
| 105 |
-
.x-dlg-proxy {
|
| 106 |
-
background:#d3d6d0;
|
| 107 |
-
border:2px solid #b3b6b0;
|
| 108 |
-
}
|
| 109 |
-
.x-dlg-shadow{
|
| 110 |
-
background:#cccccc;
|
| 111 |
-
opacity:.3;
|
| 112 |
-
-moz-opacity:.3;
|
| 113 |
-
filter: alpha(opacity=30);
|
| 114 |
-
}
|
| 115 |
-
.x-dlg .x-dlg-hd {
|
| 116 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 117 |
-
background-color:#333333;
|
| 118 |
-
zoom:1;
|
| 119 |
-
}
|
| 120 |
-
.x-dlg .x-dlg-hd-left {
|
| 121 |
-
opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
|
| 122 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 123 |
-
zoom:1;
|
| 124 |
-
}
|
| 125 |
-
.x-dlg .x-dlg-hd-right {
|
| 126 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 127 |
-
zoom:1;
|
| 128 |
-
}
|
| 129 |
-
.x-dlg .x-dlg-dlg-body{
|
| 130 |
-
background:#fff;
|
| 131 |
-
border:0 none;
|
| 132 |
-
border-top:0 none;
|
| 133 |
-
padding:0 0px 0px;
|
| 134 |
-
position:absolute;
|
| 135 |
-
top:24px;left:0;
|
| 136 |
-
z-index:1;
|
| 137 |
-
}
|
| 138 |
-
.x-dlg-auto-tabs .x-dlg-dlg-body{
|
| 139 |
-
background:transparent;
|
| 140 |
-
}
|
| 141 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
|
| 142 |
-
background:transparent;
|
| 143 |
-
}
|
| 144 |
-
.x-dlg .x-dlg-ft{
|
| 145 |
-
border-top:1px solid #b3b6b0;
|
| 146 |
-
background:#F0F0F0;
|
| 147 |
-
padding-bottom:8px;
|
| 148 |
-
}
|
| 149 |
-
.x-dlg .x-dlg-bg{
|
| 150 |
-
opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
|
| 151 |
-
zoom:1;
|
| 152 |
-
}
|
| 153 |
-
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
|
| 154 |
-
}
|
| 155 |
-
.x-dlg .x-dlg-bg-center {
|
| 156 |
-
padding: 0px 4px 4px 4px;
|
| 157 |
-
background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 158 |
-
zoom:1;
|
| 159 |
-
}
|
| 160 |
-
.x-dlg .x-dlg-bg-left{
|
| 161 |
-
padding-left:4px;
|
| 162 |
-
background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 163 |
-
zoom:1;
|
| 164 |
-
}
|
| 165 |
-
.x-dlg .x-dlg-bg-right{
|
| 166 |
-
padding-right:4px;
|
| 167 |
-
background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 168 |
-
zoom:1;
|
| 169 |
-
}
|
| 170 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 171 |
-
border:0 none;
|
| 172 |
-
}
|
| 173 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 174 |
-
border:1px solid #b3b6b0;
|
| 175 |
-
border-bottom:0 none;
|
| 176 |
-
}
|
| 177 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 178 |
-
border:0 none;
|
| 179 |
-
}
|
| 180 |
-
.x-dlg .x-dlg-close {
|
| 181 |
-
background-image:url(../images/vista/basic-dialog/close.gif);
|
| 182 |
-
}
|
| 183 |
-
.x-dlg .x-dlg-collapse {
|
| 184 |
-
background-image:url(../images/vista/basic-dialog/collapse.gif);
|
| 185 |
-
}
|
| 186 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 187 |
-
background-image:url(../images/vista/basic-dialog/expand.gif);
|
| 188 |
-
}
|
| 189 |
-
.x-dlg div.x-resizable-handle-east{
|
| 190 |
-
background-image:url(../images/vista/s.gif);
|
| 191 |
-
border:0 none;
|
| 192 |
-
}
|
| 193 |
-
.x-dlg div.x-resizable-handle-south{
|
| 194 |
-
background-image:url(../images/vista/s.gif);
|
| 195 |
-
border:0 none;
|
| 196 |
-
}
|
| 197 |
-
.x-dlg div.x-resizable-handle-west{
|
| 198 |
-
background-image:url(../images/vista/s.gif);
|
| 199 |
-
border:0 none;
|
| 200 |
-
}
|
| 201 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 202 |
-
background-image:url(../images/vista/s.gif);
|
| 203 |
-
background-position: bottom right;
|
| 204 |
-
width:8px;
|
| 205 |
-
height:8px;
|
| 206 |
-
border:0;
|
| 207 |
-
}
|
| 208 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 209 |
-
background-image:url(../images/vista/s.gif);
|
| 210 |
-
background-position: top right;
|
| 211 |
-
margin-left:1px;
|
| 212 |
-
margin-bottom:1px;
|
| 213 |
-
border:0;
|
| 214 |
-
}
|
| 215 |
-
.x-dlg div.x-resizable-handle-north{
|
| 216 |
-
background-image:url(../images/vista/s.gif);
|
| 217 |
-
border:0 none;
|
| 218 |
-
}
|
| 219 |
-
|
| 220 |
-
/* QuickTips */
|
| 221 |
-
|
| 222 |
-
.x-tip .x-tip-top {
|
| 223 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 224 |
-
}
|
| 225 |
-
.x-tip .x-tip-top-left {
|
| 226 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 227 |
-
}
|
| 228 |
-
.x-tip .x-tip-top-right {
|
| 229 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 230 |
-
}
|
| 231 |
-
.x-tip .x-tip-ft {
|
| 232 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 233 |
-
}
|
| 234 |
-
.x-tip .x-tip-ft-left {
|
| 235 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 236 |
-
}
|
| 237 |
-
.x-tip .x-tip-ft-right {
|
| 238 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 239 |
-
}
|
| 240 |
-
.x-tip .x-tip-bd-left {
|
| 241 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 242 |
-
}
|
| 243 |
-
.x-tip .x-tip-bd-right {
|
| 244 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
.x-tip .x-tip-bd-inner {
|
| 248 |
-
padding:2px;
|
| 249 |
-
}
|
| 250 |
-
|
| 251 |
-
/* BorderLayout */
|
| 252 |
-
.x-layout-container{
|
| 253 |
-
background:#4f4f4f;
|
| 254 |
-
}
|
| 255 |
-
.x-layout-collapsed{
|
| 256 |
-
background-color:#9f9f9f;
|
| 257 |
-
border:1px solid #4c535c;
|
| 258 |
-
}
|
| 259 |
-
.x-layout-collapsed-over{
|
| 260 |
-
background-color:#bfbfbf;
|
| 261 |
-
}
|
| 262 |
-
.x-layout-panel{
|
| 263 |
-
border:1px solid #4c535c;
|
| 264 |
-
}
|
| 265 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 266 |
-
border:0 none;
|
| 267 |
-
}
|
| 268 |
-
.x-layout-split{
|
| 269 |
-
background-color:#f3f2e7;
|
| 270 |
-
}
|
| 271 |
-
.x-layout-panel-hd{
|
| 272 |
-
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 273 |
-
border-bottom:1px solid #b5bac1;
|
| 274 |
-
color:white;
|
| 275 |
-
}
|
| 276 |
-
.x-layout-panel-hd-text{
|
| 277 |
-
color:white;
|
| 278 |
-
}
|
| 279 |
-
.x-layout-tools-button-over{
|
| 280 |
-
border:1px solid #4c535c;
|
| 281 |
-
background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x;
|
| 282 |
-
}
|
| 283 |
-
.x-layout-close{
|
| 284 |
-
background-image:url(../images/vista/layout/tab-close.gif);
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
.x-layout-stick{
|
| 288 |
-
background-image:url(../images/vista/layout/stick.gif);
|
| 289 |
-
}
|
| 290 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 291 |
-
background-image:url(../images/vista/layout/collapse.gif);
|
| 292 |
-
}
|
| 293 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 294 |
-
background-image:url(../images/vista/layout/expand.gif);
|
| 295 |
-
}
|
| 296 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 297 |
-
background-image:url(../images/vista/layout/ns-collapse.gif);
|
| 298 |
-
}
|
| 299 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 300 |
-
background-image:url(../images/vista/layout/ns-expand.gif);
|
| 301 |
-
}
|
| 302 |
-
.x-layout-split-h{
|
| 303 |
-
background:#9f9f9f;
|
| 304 |
-
}
|
| 305 |
-
.x-layout-split-v{
|
| 306 |
-
background:#9f9f9f;
|
| 307 |
-
}
|
| 308 |
-
.x-layout-panel .x-tabs-wrap{
|
| 309 |
-
background:#4f4f4f;
|
| 310 |
-
}
|
| 311 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 312 |
-
border-bottom:1px solid #4c535c;
|
| 313 |
-
}
|
| 314 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 315 |
-
border-top:1px solid #4c535c;
|
| 316 |
-
}
|
| 317 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 318 |
-
border-left:1px solid #4c535c;
|
| 319 |
-
}
|
| 320 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 321 |
-
border-right:1px solid #4c535c;
|
| 322 |
-
}
|
| 323 |
-
.x-layout-panel-dragover {
|
| 324 |
-
border: 2px solid #4c535c;
|
| 325 |
-
}
|
| 326 |
-
.x-layout-panel-proxy {
|
| 327 |
-
background-image: url(../images/vista/layout/gradient-bg.gif);
|
| 328 |
-
background-color:#f3f2e7;
|
| 329 |
-
border:1px dashed #4c535c;
|
| 330 |
-
}
|
| 331 |
-
|
| 332 |
-
.x-layout-container .x-layout-tabs-body{
|
| 333 |
-
border:0 none;
|
| 334 |
-
}
|
| 335 |
-
/** Resizable */
|
| 336 |
-
|
| 337 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 338 |
-
background:url(../images/vista/sizer/e-handle.gif);
|
| 339 |
-
background-position: left;
|
| 340 |
-
}
|
| 341 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 342 |
-
background:url(../images/vista/sizer/e-handle.gif);
|
| 343 |
-
background-position: left;
|
| 344 |
-
}
|
| 345 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 346 |
-
background:url(../images/vista/sizer/s-handle.gif);
|
| 347 |
-
background-position: top;
|
| 348 |
-
}
|
| 349 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 350 |
-
background:url(../images/vista/sizer/s-handle.gif);
|
| 351 |
-
background-position: top;
|
| 352 |
-
}
|
| 353 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 354 |
-
background:url(../images/vista/sizer/se-handle.gif);
|
| 355 |
-
background-position: top left;
|
| 356 |
-
}
|
| 357 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 358 |
-
background:url(../images/vista/sizer/nw-handle.gif);
|
| 359 |
-
background-position:bottom right;
|
| 360 |
-
}
|
| 361 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 362 |
-
background:url(../images/vista/sizer/ne-handle.gif);
|
| 363 |
-
background-position: bottom left;
|
| 364 |
-
}
|
| 365 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 366 |
-
background:url(../images/vista/sizer/sw-handle.gif);
|
| 367 |
-
background-position: top right;
|
| 368 |
-
}
|
| 369 |
-
.x-resizable-proxy{
|
| 370 |
-
border: 1px dashed #615e55;
|
| 371 |
-
}
|
| 372 |
-
|
| 373 |
-
/** Toolbar */
|
| 374 |
-
.x-toolbar{
|
| 375 |
-
border:0 none;
|
| 376 |
-
background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x;
|
| 377 |
-
padding:3px;
|
| 378 |
-
}
|
| 379 |
-
.x-toolbar .ytb-button-over{
|
| 380 |
-
border:1px solid transparent;
|
| 381 |
-
border-bottom:1px solid #bbbbbb;
|
| 382 |
-
border-top:1px solid #eeeeee;
|
| 383 |
-
background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 384 |
-
}
|
| 385 |
-
|
| 386 |
-
.x-paging-info {
|
| 387 |
-
color:#000;
|
| 388 |
-
}
|
| 389 |
-
/* grid */
|
| 390 |
-
.x-grid-topbar .x-toolbar{
|
| 391 |
-
border:0;
|
| 392 |
-
border-bottom:1px solid #555;
|
| 393 |
-
}
|
| 394 |
-
.x-grid-bottombar .x-toolbar{
|
| 395 |
-
border:0;
|
| 396 |
-
border-top:1px solid #555;
|
| 397 |
-
}
|
| 398 |
-
.x-grid-locked .x-grid-body td {
|
| 399 |
-
background: #fafafa;
|
| 400 |
-
border-right: 1px solid #e1e1e1;
|
| 401 |
-
border-bottom: 1px solid #e1e1e1 !important;
|
| 402 |
-
}
|
| 403 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 404 |
-
border-top:0 none;
|
| 405 |
-
}
|
| 406 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 407 |
-
background: #f1f1f1;
|
| 408 |
-
}
|
| 409 |
-
.x-grid-locked .x-grid-row-selected td{
|
| 410 |
-
color: #fff !important;
|
| 411 |
-
background-color: #316ac5 !important;
|
| 412 |
-
}
|
| 413 |
-
.x-grid-hd{
|
| 414 |
-
border-bottom:0;
|
| 415 |
-
background:none;
|
| 416 |
-
}
|
| 417 |
-
.x-grid-hd-row{
|
| 418 |
-
height:auto;
|
| 419 |
-
}
|
| 420 |
-
.x-grid-split {
|
| 421 |
-
background-image: url(../images/vista/grid/grid-split.gif);
|
| 422 |
-
}
|
| 423 |
-
.x-grid-header{
|
| 424 |
-
background: url(../images/vista/grid/grid-vista-hd.gif);
|
| 425 |
-
border:0 none;
|
| 426 |
-
border-bottom:1px solid #555;
|
| 427 |
-
}
|
| 428 |
-
.x-grid-row-alt{
|
| 429 |
-
background-color: #f5f5f5;
|
| 430 |
-
}
|
| 431 |
-
.x-grid-row-over td{
|
| 432 |
-
background-color:#eeeeee;
|
| 433 |
-
}
|
| 434 |
-
.x-grid-col {
|
| 435 |
-
border-right: 1px solid #eee;
|
| 436 |
-
border-bottom: 1px solid #eee;
|
| 437 |
-
}
|
| 438 |
-
.x-grid-header .x-grid-hd-inner {
|
| 439 |
-
padding-bottom: 1px;
|
| 440 |
-
}
|
| 441 |
-
.x-grid-header .x-grid-hd-text {
|
| 442 |
-
padding-bottom: 3px;
|
| 443 |
-
color:#333333;
|
| 444 |
-
}
|
| 445 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 446 |
-
border-bottom: 1px solid #555;
|
| 447 |
-
padding-bottom: 0;
|
| 448 |
-
}
|
| 449 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 450 |
-
background-color: #fafafa;
|
| 451 |
-
border-bottom: 1px solid #555;
|
| 452 |
-
padding-bottom: 2px;
|
| 453 |
-
}
|
| 454 |
-
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 455 |
-
border-bottom: 1px solid #555;
|
| 456 |
-
padding-bottom: 0;
|
| 457 |
-
}
|
| 458 |
-
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 459 |
-
border-bottom: 1px solid #3b5a82;
|
| 460 |
-
padding-bottom: 2px;
|
| 461 |
-
}
|
| 462 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 463 |
-
background: url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 464 |
-
height:22px;
|
| 465 |
-
width:120px;
|
| 466 |
-
}
|
| 467 |
-
.x-props-grid .x-grid-col-name{
|
| 468 |
-
background-color: #eee;
|
| 469 |
-
}
|
| 470 |
-
/* toolbar */
|
| 471 |
-
.x-toolbar .ytb-sep{
|
| 472 |
-
background-image: url(../images/vista/grid/grid-split.gif);
|
| 473 |
-
}
|
| 474 |
-
|
| 475 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 476 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 0px;
|
| 477 |
-
}
|
| 478 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 479 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 480 |
-
}
|
| 481 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 482 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 483 |
-
}
|
| 484 |
-
|
| 485 |
-
.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{
|
| 486 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 487 |
-
}
|
| 488 |
-
.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{
|
| 489 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 490 |
-
}
|
| 491 |
-
.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{
|
| 492 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 493 |
-
}
|
| 494 |
-
|
| 495 |
-
/* combo box */
|
| 496 |
-
.x-combo-list {
|
| 497 |
-
border:1px solid #999;
|
| 498 |
-
background:#dddddd;
|
| 499 |
-
}
|
| 500 |
-
.x-combo-list-hd {
|
| 501 |
-
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 502 |
-
border-bottom:1px solid #b5bac1;
|
| 503 |
-
color:white;
|
| 504 |
-
}
|
| 505 |
-
.x-resizable-pinned .x-combo-list-inner {
|
| 506 |
-
border-bottom:1px solid #aaa;
|
| 507 |
-
}
|
| 508 |
-
.x-combo-list .x-combo-selected{
|
| 509 |
-
background:#ddd !important;
|
| 510 |
-
border:1px solid #aaa;
|
| 511 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 2.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.ext-el-mask-msg {
|
| 10 |
+
border:1px solid #aaa;
|
| 11 |
+
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 12 |
+
}
|
| 13 |
+
.ext-el-mask-msg div {
|
| 14 |
+
border:1px solid #ccc;
|
| 15 |
+
}
|
| 16 |
+
/*
|
| 17 |
+
Menu
|
| 18 |
+
*/
|
| 19 |
+
.x-menu {
|
| 20 |
+
border-color: #999 #999 #999 #999;
|
| 21 |
+
background-image:url(../images/gray/menu/menu.gif);
|
| 22 |
+
}
|
| 23 |
+
.x-menu-item-arrow{
|
| 24 |
+
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 25 |
+
}
|
| 26 |
+
.x-menu-item {
|
| 27 |
+
color:#222;
|
| 28 |
+
}
|
| 29 |
+
.x-menu-item-active {
|
| 30 |
+
background:#ddd;
|
| 31 |
+
border:1px solid #aaa;
|
| 32 |
+
}
|
| 33 |
+
.x-menu-sep {
|
| 34 |
+
background:#aaa;
|
| 35 |
+
}
|
| 36 |
+
/**
|
| 37 |
+
* Tabs
|
| 38 |
+
*/
|
| 39 |
+
.x-tabs-wrap {
|
| 40 |
+
background:#4f4f4f;
|
| 41 |
+
border-bottom:1px solid #b3b6b0;
|
| 42 |
+
}
|
| 43 |
+
.x-tabs-strip .x-tabs-text {
|
| 44 |
+
color:white;
|
| 45 |
+
font-weight:normal;
|
| 46 |
+
}
|
| 47 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 48 |
+
cursor:default;
|
| 49 |
+
color:#333333;
|
| 50 |
+
}
|
| 51 |
+
.x-tabs-top .x-tabs-strip a.x-tabs-right {
|
| 52 |
+
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 53 |
+
}
|
| 54 |
+
.x-tabs-top .x-tabs-strip a .x-tabs-left{
|
| 55 |
+
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 56 |
+
}
|
| 57 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 58 |
+
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0;
|
| 59 |
+
}
|
| 60 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left{
|
| 61 |
+
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 62 |
+
}
|
| 63 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 64 |
+
background-image:url(../images/vista/layout/tab-close.gif);
|
| 65 |
+
}
|
| 66 |
+
.x-tabs-strip .on .close-icon{
|
| 67 |
+
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 68 |
+
}
|
| 69 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 70 |
+
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 71 |
+
}
|
| 72 |
+
.x-tabs-body {
|
| 73 |
+
border:1px solid #b3b6b0;
|
| 74 |
+
border-top:0 none;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.x-tabs-bottom .x-tabs-strip {
|
| 78 |
+
background:#4f4f4f;
|
| 79 |
+
}
|
| 80 |
+
.x-tabs-bottom .x-tabs-strip a.x-tabs-right {
|
| 81 |
+
background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 82 |
+
}
|
| 83 |
+
.x-tabs-bottom .x-tabs-strip a .x-tabs-left{
|
| 84 |
+
background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 85 |
+
}
|
| 86 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 87 |
+
border-bottom:0 none;
|
| 88 |
+
padding-top:0;
|
| 89 |
+
border-top:1px solid #b3b6b0;
|
| 90 |
+
}
|
| 91 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 92 |
+
background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 93 |
+
}
|
| 94 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 95 |
+
background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.x-tabs-bottom .x-tabs-body {
|
| 99 |
+
border:1px solid #b3b6b0;
|
| 100 |
+
border-bottom:0 none;
|
| 101 |
+
}
|
| 102 |
+
/**
|
| 103 |
+
* Basic-Dialog
|
| 104 |
+
*/
|
| 105 |
+
.x-dlg-proxy {
|
| 106 |
+
background:#d3d6d0;
|
| 107 |
+
border:2px solid #b3b6b0;
|
| 108 |
+
}
|
| 109 |
+
.x-dlg-shadow{
|
| 110 |
+
background:#cccccc;
|
| 111 |
+
opacity:.3;
|
| 112 |
+
-moz-opacity:.3;
|
| 113 |
+
filter: alpha(opacity=30);
|
| 114 |
+
}
|
| 115 |
+
.x-dlg .x-dlg-hd {
|
| 116 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 117 |
+
background-color:#333333;
|
| 118 |
+
zoom:1;
|
| 119 |
+
}
|
| 120 |
+
.x-dlg .x-dlg-hd-left {
|
| 121 |
+
opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
|
| 122 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 123 |
+
zoom:1;
|
| 124 |
+
}
|
| 125 |
+
.x-dlg .x-dlg-hd-right {
|
| 126 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 127 |
+
zoom:1;
|
| 128 |
+
}
|
| 129 |
+
.x-dlg .x-dlg-dlg-body{
|
| 130 |
+
background:#fff;
|
| 131 |
+
border:0 none;
|
| 132 |
+
border-top:0 none;
|
| 133 |
+
padding:0 0px 0px;
|
| 134 |
+
position:absolute;
|
| 135 |
+
top:24px;left:0;
|
| 136 |
+
z-index:1;
|
| 137 |
+
}
|
| 138 |
+
.x-dlg-auto-tabs .x-dlg-dlg-body{
|
| 139 |
+
background:transparent;
|
| 140 |
+
}
|
| 141 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
|
| 142 |
+
background:transparent;
|
| 143 |
+
}
|
| 144 |
+
.x-dlg .x-dlg-ft{
|
| 145 |
+
border-top:1px solid #b3b6b0;
|
| 146 |
+
background:#F0F0F0;
|
| 147 |
+
padding-bottom:8px;
|
| 148 |
+
}
|
| 149 |
+
.x-dlg .x-dlg-bg{
|
| 150 |
+
opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
|
| 151 |
+
zoom:1;
|
| 152 |
+
}
|
| 153 |
+
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
|
| 154 |
+
}
|
| 155 |
+
.x-dlg .x-dlg-bg-center {
|
| 156 |
+
padding: 0px 4px 4px 4px;
|
| 157 |
+
background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 158 |
+
zoom:1;
|
| 159 |
+
}
|
| 160 |
+
.x-dlg .x-dlg-bg-left{
|
| 161 |
+
padding-left:4px;
|
| 162 |
+
background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 163 |
+
zoom:1;
|
| 164 |
+
}
|
| 165 |
+
.x-dlg .x-dlg-bg-right{
|
| 166 |
+
padding-right:4px;
|
| 167 |
+
background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 168 |
+
zoom:1;
|
| 169 |
+
}
|
| 170 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 171 |
+
border:0 none;
|
| 172 |
+
}
|
| 173 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 174 |
+
border:1px solid #b3b6b0;
|
| 175 |
+
border-bottom:0 none;
|
| 176 |
+
}
|
| 177 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 178 |
+
border:0 none;
|
| 179 |
+
}
|
| 180 |
+
.x-dlg .x-dlg-close {
|
| 181 |
+
background-image:url(../images/vista/basic-dialog/close.gif);
|
| 182 |
+
}
|
| 183 |
+
.x-dlg .x-dlg-collapse {
|
| 184 |
+
background-image:url(../images/vista/basic-dialog/collapse.gif);
|
| 185 |
+
}
|
| 186 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 187 |
+
background-image:url(../images/vista/basic-dialog/expand.gif);
|
| 188 |
+
}
|
| 189 |
+
.x-dlg div.x-resizable-handle-east{
|
| 190 |
+
background-image:url(../images/vista/s.gif);
|
| 191 |
+
border:0 none;
|
| 192 |
+
}
|
| 193 |
+
.x-dlg div.x-resizable-handle-south{
|
| 194 |
+
background-image:url(../images/vista/s.gif);
|
| 195 |
+
border:0 none;
|
| 196 |
+
}
|
| 197 |
+
.x-dlg div.x-resizable-handle-west{
|
| 198 |
+
background-image:url(../images/vista/s.gif);
|
| 199 |
+
border:0 none;
|
| 200 |
+
}
|
| 201 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 202 |
+
background-image:url(../images/vista/s.gif);
|
| 203 |
+
background-position: bottom right;
|
| 204 |
+
width:8px;
|
| 205 |
+
height:8px;
|
| 206 |
+
border:0;
|
| 207 |
+
}
|
| 208 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 209 |
+
background-image:url(../images/vista/s.gif);
|
| 210 |
+
background-position: top right;
|
| 211 |
+
margin-left:1px;
|
| 212 |
+
margin-bottom:1px;
|
| 213 |
+
border:0;
|
| 214 |
+
}
|
| 215 |
+
.x-dlg div.x-resizable-handle-north{
|
| 216 |
+
background-image:url(../images/vista/s.gif);
|
| 217 |
+
border:0 none;
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
/* QuickTips */
|
| 221 |
+
|
| 222 |
+
.x-tip .x-tip-top {
|
| 223 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 224 |
+
}
|
| 225 |
+
.x-tip .x-tip-top-left {
|
| 226 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 227 |
+
}
|
| 228 |
+
.x-tip .x-tip-top-right {
|
| 229 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 230 |
+
}
|
| 231 |
+
.x-tip .x-tip-ft {
|
| 232 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 233 |
+
}
|
| 234 |
+
.x-tip .x-tip-ft-left {
|
| 235 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 236 |
+
}
|
| 237 |
+
.x-tip .x-tip-ft-right {
|
| 238 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 239 |
+
}
|
| 240 |
+
.x-tip .x-tip-bd-left {
|
| 241 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 242 |
+
}
|
| 243 |
+
.x-tip .x-tip-bd-right {
|
| 244 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.x-tip .x-tip-bd-inner {
|
| 248 |
+
padding:2px;
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
/* BorderLayout */
|
| 252 |
+
.x-layout-container{
|
| 253 |
+
background:#4f4f4f;
|
| 254 |
+
}
|
| 255 |
+
.x-layout-collapsed{
|
| 256 |
+
background-color:#9f9f9f;
|
| 257 |
+
border:1px solid #4c535c;
|
| 258 |
+
}
|
| 259 |
+
.x-layout-collapsed-over{
|
| 260 |
+
background-color:#bfbfbf;
|
| 261 |
+
}
|
| 262 |
+
.x-layout-panel{
|
| 263 |
+
border:1px solid #4c535c;
|
| 264 |
+
}
|
| 265 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 266 |
+
border:0 none;
|
| 267 |
+
}
|
| 268 |
+
.x-layout-split{
|
| 269 |
+
background-color:#f3f2e7;
|
| 270 |
+
}
|
| 271 |
+
.x-layout-panel-hd{
|
| 272 |
+
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 273 |
+
border-bottom:1px solid #b5bac1;
|
| 274 |
+
color:white;
|
| 275 |
+
}
|
| 276 |
+
.x-layout-panel-hd-text{
|
| 277 |
+
color:white;
|
| 278 |
+
}
|
| 279 |
+
.x-layout-tools-button-over{
|
| 280 |
+
border:1px solid #4c535c;
|
| 281 |
+
background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x;
|
| 282 |
+
}
|
| 283 |
+
.x-layout-close{
|
| 284 |
+
background-image:url(../images/vista/layout/tab-close.gif);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.x-layout-stick{
|
| 288 |
+
background-image:url(../images/vista/layout/stick.gif);
|
| 289 |
+
}
|
| 290 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 291 |
+
background-image:url(../images/vista/layout/collapse.gif);
|
| 292 |
+
}
|
| 293 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 294 |
+
background-image:url(../images/vista/layout/expand.gif);
|
| 295 |
+
}
|
| 296 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 297 |
+
background-image:url(../images/vista/layout/ns-collapse.gif);
|
| 298 |
+
}
|
| 299 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 300 |
+
background-image:url(../images/vista/layout/ns-expand.gif);
|
| 301 |
+
}
|
| 302 |
+
.x-layout-split-h{
|
| 303 |
+
background:#9f9f9f;
|
| 304 |
+
}
|
| 305 |
+
.x-layout-split-v{
|
| 306 |
+
background:#9f9f9f;
|
| 307 |
+
}
|
| 308 |
+
.x-layout-panel .x-tabs-wrap{
|
| 309 |
+
background:#4f4f4f;
|
| 310 |
+
}
|
| 311 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 312 |
+
border-bottom:1px solid #4c535c;
|
| 313 |
+
}
|
| 314 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 315 |
+
border-top:1px solid #4c535c;
|
| 316 |
+
}
|
| 317 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 318 |
+
border-left:1px solid #4c535c;
|
| 319 |
+
}
|
| 320 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 321 |
+
border-right:1px solid #4c535c;
|
| 322 |
+
}
|
| 323 |
+
.x-layout-panel-dragover {
|
| 324 |
+
border: 2px solid #4c535c;
|
| 325 |
+
}
|
| 326 |
+
.x-layout-panel-proxy {
|
| 327 |
+
background-image: url(../images/vista/layout/gradient-bg.gif);
|
| 328 |
+
background-color:#f3f2e7;
|
| 329 |
+
border:1px dashed #4c535c;
|
| 330 |
+
}
|
| 331 |
+
|
| 332 |
+
.x-layout-container .x-layout-tabs-body{
|
| 333 |
+
border:0 none;
|
| 334 |
+
}
|
| 335 |
+
/** Resizable */
|
| 336 |
+
|
| 337 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 338 |
+
background:url(../images/vista/sizer/e-handle.gif);
|
| 339 |
+
background-position: left;
|
| 340 |
+
}
|
| 341 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 342 |
+
background:url(../images/vista/sizer/e-handle.gif);
|
| 343 |
+
background-position: left;
|
| 344 |
+
}
|
| 345 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 346 |
+
background:url(../images/vista/sizer/s-handle.gif);
|
| 347 |
+
background-position: top;
|
| 348 |
+
}
|
| 349 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 350 |
+
background:url(../images/vista/sizer/s-handle.gif);
|
| 351 |
+
background-position: top;
|
| 352 |
+
}
|
| 353 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 354 |
+
background:url(../images/vista/sizer/se-handle.gif);
|
| 355 |
+
background-position: top left;
|
| 356 |
+
}
|
| 357 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 358 |
+
background:url(../images/vista/sizer/nw-handle.gif);
|
| 359 |
+
background-position:bottom right;
|
| 360 |
+
}
|
| 361 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 362 |
+
background:url(../images/vista/sizer/ne-handle.gif);
|
| 363 |
+
background-position: bottom left;
|
| 364 |
+
}
|
| 365 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 366 |
+
background:url(../images/vista/sizer/sw-handle.gif);
|
| 367 |
+
background-position: top right;
|
| 368 |
+
}
|
| 369 |
+
.x-resizable-proxy{
|
| 370 |
+
border: 1px dashed #615e55;
|
| 371 |
+
}
|
| 372 |
+
|
| 373 |
+
/** Toolbar */
|
| 374 |
+
.x-toolbar{
|
| 375 |
+
border:0 none;
|
| 376 |
+
background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x;
|
| 377 |
+
padding:3px;
|
| 378 |
+
}
|
| 379 |
+
.x-toolbar .ytb-button-over{
|
| 380 |
+
border:1px solid transparent;
|
| 381 |
+
border-bottom:1px solid #bbbbbb;
|
| 382 |
+
border-top:1px solid #eeeeee;
|
| 383 |
+
background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 384 |
+
}
|
| 385 |
+
|
| 386 |
+
.x-paging-info {
|
| 387 |
+
color:#000;
|
| 388 |
+
}
|
| 389 |
+
/* grid */
|
| 390 |
+
.x-grid-topbar .x-toolbar{
|
| 391 |
+
border:0;
|
| 392 |
+
border-bottom:1px solid #555;
|
| 393 |
+
}
|
| 394 |
+
.x-grid-bottombar .x-toolbar{
|
| 395 |
+
border:0;
|
| 396 |
+
border-top:1px solid #555;
|
| 397 |
+
}
|
| 398 |
+
.x-grid-locked .x-grid-body td {
|
| 399 |
+
background: #fafafa;
|
| 400 |
+
border-right: 1px solid #e1e1e1;
|
| 401 |
+
border-bottom: 1px solid #e1e1e1 !important;
|
| 402 |
+
}
|
| 403 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 404 |
+
border-top:0 none;
|
| 405 |
+
}
|
| 406 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 407 |
+
background: #f1f1f1;
|
| 408 |
+
}
|
| 409 |
+
.x-grid-locked .x-grid-row-selected td{
|
| 410 |
+
color: #fff !important;
|
| 411 |
+
background-color: #316ac5 !important;
|
| 412 |
+
}
|
| 413 |
+
.x-grid-hd{
|
| 414 |
+
border-bottom:0;
|
| 415 |
+
background:none;
|
| 416 |
+
}
|
| 417 |
+
.x-grid-hd-row{
|
| 418 |
+
height:auto;
|
| 419 |
+
}
|
| 420 |
+
.x-grid-split {
|
| 421 |
+
background-image: url(../images/vista/grid/grid-split.gif);
|
| 422 |
+
}
|
| 423 |
+
.x-grid-header{
|
| 424 |
+
background: url(../images/vista/grid/grid-vista-hd.gif);
|
| 425 |
+
border:0 none;
|
| 426 |
+
border-bottom:1px solid #555;
|
| 427 |
+
}
|
| 428 |
+
.x-grid-row-alt{
|
| 429 |
+
background-color: #f5f5f5;
|
| 430 |
+
}
|
| 431 |
+
.x-grid-row-over td{
|
| 432 |
+
background-color:#eeeeee;
|
| 433 |
+
}
|
| 434 |
+
.x-grid-col {
|
| 435 |
+
border-right: 1px solid #eee;
|
| 436 |
+
border-bottom: 1px solid #eee;
|
| 437 |
+
}
|
| 438 |
+
.x-grid-header .x-grid-hd-inner {
|
| 439 |
+
padding-bottom: 1px;
|
| 440 |
+
}
|
| 441 |
+
.x-grid-header .x-grid-hd-text {
|
| 442 |
+
padding-bottom: 3px;
|
| 443 |
+
color:#333333;
|
| 444 |
+
}
|
| 445 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 446 |
+
border-bottom: 1px solid #555;
|
| 447 |
+
padding-bottom: 0;
|
| 448 |
+
}
|
| 449 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 450 |
+
background-color: #fafafa;
|
| 451 |
+
border-bottom: 1px solid #555;
|
| 452 |
+
padding-bottom: 2px;
|
| 453 |
+
}
|
| 454 |
+
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 455 |
+
border-bottom: 1px solid #555;
|
| 456 |
+
padding-bottom: 0;
|
| 457 |
+
}
|
| 458 |
+
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 459 |
+
border-bottom: 1px solid #3b5a82;
|
| 460 |
+
padding-bottom: 2px;
|
| 461 |
+
}
|
| 462 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 463 |
+
background: url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 464 |
+
height:22px;
|
| 465 |
+
width:120px;
|
| 466 |
+
}
|
| 467 |
+
.x-props-grid .x-grid-col-name{
|
| 468 |
+
background-color: #eee;
|
| 469 |
+
}
|
| 470 |
+
/* toolbar */
|
| 471 |
+
.x-toolbar .ytb-sep{
|
| 472 |
+
background-image: url(../images/vista/grid/grid-split.gif);
|
| 473 |
+
}
|
| 474 |
+
|
| 475 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 476 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 0px;
|
| 477 |
+
}
|
| 478 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 479 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 480 |
+
}
|
| 481 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 482 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 483 |
+
}
|
| 484 |
+
|
| 485 |
+
.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{
|
| 486 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 487 |
+
}
|
| 488 |
+
.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{
|
| 489 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 490 |
+
}
|
| 491 |
+
.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{
|
| 492 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 493 |
+
}
|
| 494 |
+
|
| 495 |
+
/* combo box */
|
| 496 |
+
.x-combo-list {
|
| 497 |
+
border:1px solid #999;
|
| 498 |
+
background:#dddddd;
|
| 499 |
+
}
|
| 500 |
+
.x-combo-list-hd {
|
| 501 |
+
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 502 |
+
border-bottom:1px solid #b5bac1;
|
| 503 |
+
color:white;
|
| 504 |
+
}
|
| 505 |
+
.x-resizable-pinned .x-combo-list-inner {
|
| 506 |
+
border-bottom:1px solid #aaa;
|
| 507 |
+
}
|
| 508 |
+
.x-combo-list .x-combo-selected{
|
| 509 |
+
background:#ddd !important;
|
| 510 |
+
border:1px solid #aaa;
|
| 511 |
}
|
js/extjs/ext-tree-checkbox.js
CHANGED
|
@@ -1,306 +1,312 @@
|
|
| 1 |
-
/**
|
| 2 |
-
* Retrieve an array of ids of checked nodes
|
| 3 |
-
* @return {Array} array of ids of checked nodes
|
| 4 |
-
*/
|
| 5 |
-
Ext.tree.TreePanel.prototype.getChecked = function(node){
|
| 6 |
-
var checked = [], i;
|
| 7 |
-
if( typeof node == 'undefined' ) {
|
| 8 |
-
//node = this.rootVisible ? this.getRootNode() : this.getRootNode().firstChild;
|
| 9 |
-
node = this.getRootNode();
|
| 10 |
-
}
|
| 11 |
-
|
| 12 |
-
if( node.attributes.checked ) {
|
| 13 |
-
checked.push(node.id);
|
| 14 |
-
}
|
| 15 |
-
if( node.childNodes.length ) {
|
| 16 |
-
for( i = 0; i < node.childNodes.length; i++ ) {
|
| 17 |
-
checked = checked.concat( this.getChecked(node.childNodes[i]) );
|
| 18 |
-
}
|
| 19 |
-
}
|
| 20 |
-
|
| 21 |
-
return checked;
|
| 22 |
-
};
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* @class Ext.tree.CustomUITreeLoader
|
| 26 |
-
* @extends Ext.tree.TreeLoader
|
| 27 |
-
* Overrides createNode to force uiProvider to be an arbitrary TreeNodeUI to save bandwidth
|
| 28 |
-
*/
|
| 29 |
-
Ext.tree.CustomUITreeLoader = function() {
|
| 30 |
-
Ext.tree.CustomUITreeLoader.superclass.constructor.apply(this, arguments);
|
| 31 |
-
};
|
| 32 |
-
|
| 33 |
-
Ext.extend(Ext.tree.CustomUITreeLoader, Ext.tree.TreeLoader, {
|
| 34 |
-
createNode : function(attr){
|
| 35 |
-
Ext.apply(attr, this.baseAttr || {});
|
| 36 |
-
|
| 37 |
-
if(this.applyLoader !== false){
|
| 38 |
-
attr.loader = this;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
if(typeof attr.uiProvider == 'string'){
|
| 42 |
-
attr.uiProvider = this.uiProviders[attr.uiProvider] || eval(attr.uiProvider);
|
| 43 |
-
}
|
| 44 |
-
|
| 45 |
-
return(attr.leaf ?
|
| 46 |
-
new Ext.tree.TreeNode(attr) :
|
| 47 |
-
new Ext.tree.AsyncTreeNode(attr));
|
| 48 |
-
}
|
| 49 |
-
});
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
/**
|
| 53 |
-
* @class Ext.tree.CheckboxNodeUI
|
| 54 |
-
* @extends Ext.tree.TreeNodeUI
|
| 55 |
-
* Adds a checkbox to all nodes
|
| 56 |
-
*/
|
| 57 |
-
Ext.tree.CheckboxNodeUI = function() {
|
| 58 |
-
Ext.tree.CheckboxNodeUI.superclass.constructor.apply(this, arguments);
|
| 59 |
-
};
|
| 60 |
-
|
| 61 |
-
Ext.extend(Ext.tree.CheckboxNodeUI, Ext.tree.TreeNodeUI, {
|
| 62 |
-
/**
|
| 63 |
-
* This is virtually identical to Ext.tree.TreeNodeUI.render, modifications are indicated inline
|
| 64 |
-
*/
|
| 65 |
-
render : function(bulkRender){
|
| 66 |
-
var n = this.node;
|
| 67 |
-
var targetNode = n.parentNode ?
|
| 68 |
-
n.parentNode.ui.getContainer() : n.ownerTree.container.dom; /* in later svn builds this changes to n.ownerTree.innerCt.dom */
|
| 69 |
-
if(!this.rendered){
|
| 70 |
-
this.rendered = true;
|
| 71 |
-
var a = n.attributes;
|
| 72 |
-
|
| 73 |
-
// add some indent caching, this helps performance when rendering a large tree
|
| 74 |
-
this.indentMarkup = "";
|
| 75 |
-
if(n.parentNode){
|
| 76 |
-
this.indentMarkup = n.parentNode.ui.getChildIndent();
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
// modification: added checkbox
|
| 80 |
-
var buf = ['<li class="x-tree-node"><div class="x-tree-node-el ', n.attributes.cls,'">',
|
| 81 |
-
'<span class="x-tree-node-indent">',this.indentMarkup,"</span>",
|
| 82 |
-
'<img src="', this.emptyIcon, '" class="x-tree-ec-icon">',
|
| 83 |
-
'<img src="', a.icon || this.emptyIcon, '" class="x-tree-node-icon',(a.icon ? " x-tree-node-inline-icon" : ""),(a.iconCls ? " "+a.iconCls : ""),'" unselectable="on">',
|
| 84 |
-
'<input class="l-tcb" type="checkbox" ', (a.checked ? "checked>" : '>'),
|
| 85 |
-
'<a hidefocus="on" href="',a.href ? a.href : "#",'" ',
|
| 86 |
-
a.hrefTarget ? ' target="'+a.hrefTarget+'"' : "", '>',
|
| 87 |
-
'<span unselectable="on">',n.text,"</span></a></div>",
|
| 88 |
-
'<ul class="x-tree-node-ct" style="display:none;"></ul>',
|
| 89 |
-
"</li>"];
|
| 90 |
-
|
| 91 |
-
if(bulkRender !== true && n.nextSibling && n.nextSibling.ui.getEl()){
|
| 92 |
-
this.wrap = Ext.DomHelper.insertHtml("beforeBegin",
|
| 93 |
-
n.nextSibling.ui.getEl(), buf.join(""));
|
| 94 |
-
}else{
|
| 95 |
-
this.wrap = Ext.DomHelper.insertHtml("beforeEnd", targetNode, buf.join(""));
|
| 96 |
-
}
|
| 97 |
-
this.elNode = this.wrap.childNodes[0];
|
| 98 |
-
this.ctNode = this.wrap.childNodes[1];
|
| 99 |
-
var cs = this.elNode.childNodes;
|
| 100 |
-
this.indentNode = cs[0];
|
| 101 |
-
this.ecNode = cs[1];
|
| 102 |
-
this.iconNode = cs[2];
|
| 103 |
-
this.checkbox = cs[3]; // modification: inserted checkbox
|
| 104 |
-
this.anchor = cs[4];
|
| 105 |
-
this.textNode = cs[4].firstChild;
|
| 106 |
-
if(a.qtip){
|
| 107 |
-
if(this.textNode.setAttributeNS){
|
| 108 |
-
this.textNode.setAttributeNS("ext", "qtip", a.qtip);
|
| 109 |
-
if(a.qtipTitle){
|
| 110 |
-
this.textNode.setAttributeNS("ext", "qtitle", a.qtipTitle);
|
| 111 |
-
}
|
| 112 |
-
}else{
|
| 113 |
-
this.textNode.setAttribute("ext:qtip", a.qtip);
|
| 114 |
-
if(a.qtipTitle){
|
| 115 |
-
this.textNode.setAttribute("ext:qtitle", a.qtipTitle);
|
| 116 |
-
}
|
| 117 |
-
}
|
| 118 |
-
} else if(a.qtipCfg) {
|
| 119 |
-
a.qtipCfg.target = Ext.id(this.textNode);
|
| 120 |
-
Ext.QuickTips.register(a.qtipCfg);
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
this.initEvents();
|
| 124 |
-
|
| 125 |
-
// modification: Add additional handlers here to avoid modifying Ext.tree.TreeNodeUI
|
| 126 |
-
Ext.fly(this.checkbox).on('click', this.check.createDelegate(this, [null]));
|
| 127 |
-
n.on('dblclick', function(e) {
|
| 128 |
-
if( this.isLeaf() ) {
|
| 129 |
-
this.getUI().toggleCheck();
|
| 130 |
-
}
|
| 131 |
-
});
|
| 132 |
-
|
| 133 |
-
if(!this.node.expanded){
|
| 134 |
-
this.updateExpandIcon();
|
| 135 |
-
}
|
| 136 |
-
}else{
|
| 137 |
-
if(bulkRender === true) {
|
| 138 |
-
targetNode.appendChild(this.wrap);
|
| 139 |
-
}
|
| 140 |
-
}
|
| 141 |
-
},
|
| 142 |
-
|
| 143 |
-
checked : function() {
|
| 144 |
-
return this.checkbox.checked;
|
| 145 |
-
},
|
| 146 |
-
|
| 147 |
-
/**
|
| 148 |
-
* Sets a checkbox appropriately. By default only walks down through child nodes
|
| 149 |
-
* if called with no arguments (onchange event from the checkbox), otherwise
|
| 150 |
-
* it's assumed the call is being made programatically and the correct arguments are provided.
|
| 151 |
-
* @param {Boolean} state true to check the checkbox, false to clear it. (defaults to the opposite of the checkbox.checked)
|
| 152 |
-
* @param {Boolean} descend true to walk through the nodes children and set their checkbox values. (defaults to false)
|
| 153 |
-
*/
|
| 154 |
-
check : function(state, descend, bulk) {
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
if( typeof
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
}
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
*
|
| 206 |
-
*
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
Ext.
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
*
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
if
|
| 230 |
-
|
| 231 |
-
}
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
//
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
*
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
var
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/**
|
| 2 |
+
* Retrieve an array of ids of checked nodes
|
| 3 |
+
* @return {Array} array of ids of checked nodes
|
| 4 |
+
*/
|
| 5 |
+
Ext.tree.TreePanel.prototype.getChecked = function(node){
|
| 6 |
+
var checked = [], i;
|
| 7 |
+
if( typeof node == 'undefined' ) {
|
| 8 |
+
//node = this.rootVisible ? this.getRootNode() : this.getRootNode().firstChild;
|
| 9 |
+
node = this.getRootNode();
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
if( node.attributes.checked ) {
|
| 13 |
+
checked.push(node.id);
|
| 14 |
+
}
|
| 15 |
+
if( node.childNodes.length ) {
|
| 16 |
+
for( i = 0; i < node.childNodes.length; i++ ) {
|
| 17 |
+
checked = checked.concat( this.getChecked(node.childNodes[i]) );
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
return checked;
|
| 22 |
+
};
|
| 23 |
+
|
| 24 |
+
/**
|
| 25 |
+
* @class Ext.tree.CustomUITreeLoader
|
| 26 |
+
* @extends Ext.tree.TreeLoader
|
| 27 |
+
* Overrides createNode to force uiProvider to be an arbitrary TreeNodeUI to save bandwidth
|
| 28 |
+
*/
|
| 29 |
+
Ext.tree.CustomUITreeLoader = function() {
|
| 30 |
+
Ext.tree.CustomUITreeLoader.superclass.constructor.apply(this, arguments);
|
| 31 |
+
};
|
| 32 |
+
|
| 33 |
+
Ext.extend(Ext.tree.CustomUITreeLoader, Ext.tree.TreeLoader, {
|
| 34 |
+
createNode : function(attr){
|
| 35 |
+
Ext.apply(attr, this.baseAttr || {});
|
| 36 |
+
|
| 37 |
+
if(this.applyLoader !== false){
|
| 38 |
+
attr.loader = this;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
if(typeof attr.uiProvider == 'string'){
|
| 42 |
+
attr.uiProvider = this.uiProviders[attr.uiProvider] || eval(attr.uiProvider);
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
return(attr.leaf ?
|
| 46 |
+
new Ext.tree.TreeNode(attr) :
|
| 47 |
+
new Ext.tree.AsyncTreeNode(attr));
|
| 48 |
+
}
|
| 49 |
+
});
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
/**
|
| 53 |
+
* @class Ext.tree.CheckboxNodeUI
|
| 54 |
+
* @extends Ext.tree.TreeNodeUI
|
| 55 |
+
* Adds a checkbox to all nodes
|
| 56 |
+
*/
|
| 57 |
+
Ext.tree.CheckboxNodeUI = function() {
|
| 58 |
+
Ext.tree.CheckboxNodeUI.superclass.constructor.apply(this, arguments);
|
| 59 |
+
};
|
| 60 |
+
|
| 61 |
+
Ext.extend(Ext.tree.CheckboxNodeUI, Ext.tree.TreeNodeUI, {
|
| 62 |
+
/**
|
| 63 |
+
* This is virtually identical to Ext.tree.TreeNodeUI.render, modifications are indicated inline
|
| 64 |
+
*/
|
| 65 |
+
render : function(bulkRender){
|
| 66 |
+
var n = this.node;
|
| 67 |
+
var targetNode = n.parentNode ?
|
| 68 |
+
n.parentNode.ui.getContainer() : n.ownerTree.container.dom; /* in later svn builds this changes to n.ownerTree.innerCt.dom */
|
| 69 |
+
if(!this.rendered){
|
| 70 |
+
this.rendered = true;
|
| 71 |
+
var a = n.attributes;
|
| 72 |
+
|
| 73 |
+
// add some indent caching, this helps performance when rendering a large tree
|
| 74 |
+
this.indentMarkup = "";
|
| 75 |
+
if(n.parentNode){
|
| 76 |
+
this.indentMarkup = n.parentNode.ui.getChildIndent();
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
// modification: added checkbox
|
| 80 |
+
var buf = ['<li class="x-tree-node"><div class="x-tree-node-el ', n.attributes.cls,'">',
|
| 81 |
+
'<span class="x-tree-node-indent">',this.indentMarkup,"</span>",
|
| 82 |
+
'<img src="', this.emptyIcon, '" class="x-tree-ec-icon">',
|
| 83 |
+
'<img src="', a.icon || this.emptyIcon, '" class="x-tree-node-icon',(a.icon ? " x-tree-node-inline-icon" : ""),(a.iconCls ? " "+a.iconCls : ""),'" unselectable="on">',
|
| 84 |
+
'<input class="l-tcb" '+ (n.disabled ? 'disabled="disabled" ' : '') +' type="checkbox" ', (a.checked ? "checked>" : '>'),
|
| 85 |
+
'<a hidefocus="on" href="',a.href ? a.href : "#",'" ',
|
| 86 |
+
a.hrefTarget ? ' target="'+a.hrefTarget+'"' : "", '>',
|
| 87 |
+
'<span unselectable="on">',n.text,"</span></a></div>",
|
| 88 |
+
'<ul class="x-tree-node-ct" style="display:none;"></ul>',
|
| 89 |
+
"</li>"];
|
| 90 |
+
|
| 91 |
+
if(bulkRender !== true && n.nextSibling && n.nextSibling.ui.getEl()){
|
| 92 |
+
this.wrap = Ext.DomHelper.insertHtml("beforeBegin",
|
| 93 |
+
n.nextSibling.ui.getEl(), buf.join(""));
|
| 94 |
+
}else{
|
| 95 |
+
this.wrap = Ext.DomHelper.insertHtml("beforeEnd", targetNode, buf.join(""));
|
| 96 |
+
}
|
| 97 |
+
this.elNode = this.wrap.childNodes[0];
|
| 98 |
+
this.ctNode = this.wrap.childNodes[1];
|
| 99 |
+
var cs = this.elNode.childNodes;
|
| 100 |
+
this.indentNode = cs[0];
|
| 101 |
+
this.ecNode = cs[1];
|
| 102 |
+
this.iconNode = cs[2];
|
| 103 |
+
this.checkbox = cs[3]; // modification: inserted checkbox
|
| 104 |
+
this.anchor = cs[4];
|
| 105 |
+
this.textNode = cs[4].firstChild;
|
| 106 |
+
if(a.qtip){
|
| 107 |
+
if(this.textNode.setAttributeNS){
|
| 108 |
+
this.textNode.setAttributeNS("ext", "qtip", a.qtip);
|
| 109 |
+
if(a.qtipTitle){
|
| 110 |
+
this.textNode.setAttributeNS("ext", "qtitle", a.qtipTitle);
|
| 111 |
+
}
|
| 112 |
+
}else{
|
| 113 |
+
this.textNode.setAttribute("ext:qtip", a.qtip);
|
| 114 |
+
if(a.qtipTitle){
|
| 115 |
+
this.textNode.setAttribute("ext:qtitle", a.qtipTitle);
|
| 116 |
+
}
|
| 117 |
+
}
|
| 118 |
+
} else if(a.qtipCfg) {
|
| 119 |
+
a.qtipCfg.target = Ext.id(this.textNode);
|
| 120 |
+
Ext.QuickTips.register(a.qtipCfg);
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
this.initEvents();
|
| 124 |
+
|
| 125 |
+
// modification: Add additional handlers here to avoid modifying Ext.tree.TreeNodeUI
|
| 126 |
+
Ext.fly(this.checkbox).on('click', this.check.createDelegate(this, [null]));
|
| 127 |
+
n.on('dblclick', function(e) {
|
| 128 |
+
if( this.isLeaf() ) {
|
| 129 |
+
this.getUI().toggleCheck();
|
| 130 |
+
}
|
| 131 |
+
});
|
| 132 |
+
|
| 133 |
+
if(!this.node.expanded){
|
| 134 |
+
this.updateExpandIcon();
|
| 135 |
+
}
|
| 136 |
+
}else{
|
| 137 |
+
if(bulkRender === true) {
|
| 138 |
+
targetNode.appendChild(this.wrap);
|
| 139 |
+
}
|
| 140 |
+
}
|
| 141 |
+
},
|
| 142 |
+
|
| 143 |
+
checked : function() {
|
| 144 |
+
return this.checkbox.checked;
|
| 145 |
+
},
|
| 146 |
+
|
| 147 |
+
/**
|
| 148 |
+
* Sets a checkbox appropriately. By default only walks down through child nodes
|
| 149 |
+
* if called with no arguments (onchange event from the checkbox), otherwise
|
| 150 |
+
* it's assumed the call is being made programatically and the correct arguments are provided.
|
| 151 |
+
* @param {Boolean} state true to check the checkbox, false to clear it. (defaults to the opposite of the checkbox.checked)
|
| 152 |
+
* @param {Boolean} descend true to walk through the nodes children and set their checkbox values. (defaults to false)
|
| 153 |
+
*/
|
| 154 |
+
check : function(state, descend, bulk) {
|
| 155 |
+
if (this.node.disabled) {
|
| 156 |
+
return;
|
| 157 |
+
}
|
| 158 |
+
var n = this.node;
|
| 159 |
+
var tree = n.getOwnerTree();
|
| 160 |
+
var parentNode = n.parentNode;n
|
| 161 |
+
if( !n.expanded && !n.childrenRendered ) {
|
| 162 |
+
n.expand(false, false, this.check.createDelegate(this, arguments));
|
| 163 |
+
}
|
| 164 |
+
|
| 165 |
+
if( typeof bulk == 'undefined' ) {
|
| 166 |
+
bulk = false;
|
| 167 |
+
}
|
| 168 |
+
if( typeof state == 'undefined' || state === null ) {
|
| 169 |
+
state = this.checkbox.checked;
|
| 170 |
+
descend = !state;
|
| 171 |
+
if( state ) {
|
| 172 |
+
n.expand(false, false);
|
| 173 |
+
}
|
| 174 |
+
} else {
|
| 175 |
+
this.checkbox.checked = state;
|
| 176 |
+
}
|
| 177 |
+
n.attributes.checked = state;
|
| 178 |
+
|
| 179 |
+
// do we have parents?
|
| 180 |
+
if( parentNode !== null && state ) {
|
| 181 |
+
// if we're checking the box, check it all the way up
|
| 182 |
+
if( parentNode.getUI().check ) {
|
| 183 |
+
//parentNode.getUI().check(state, false, true);
|
| 184 |
+
}
|
| 185 |
+
}
|
| 186 |
+
if( descend && !n.isLeaf() ) {
|
| 187 |
+
var cs = n.childNodes;
|
| 188 |
+
for(var i = 0; i < cs.length; i++) {
|
| 189 |
+
//cs[i].getUI().check(state, true, true);
|
| 190 |
+
}
|
| 191 |
+
}
|
| 192 |
+
if( !bulk ) {
|
| 193 |
+
tree.fireEvent('check', n, state);
|
| 194 |
+
}
|
| 195 |
+
},
|
| 196 |
+
|
| 197 |
+
toggleCheck : function(state) {
|
| 198 |
+
this.check(!this.checkbox.checked, true);
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
});
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
/**
|
| 205 |
+
* @class Ext.tree.CheckNodeMultiSelectionModel
|
| 206 |
+
* @extends Ext.tree.MultiSelectionModel
|
| 207 |
+
* Multi selection for a TreePanel containing Ext.tree.CheckboxNodeUI.
|
| 208 |
+
* Adds enhanced selection routines for selecting multiple items
|
| 209 |
+
* and key processing to check/clear checkboxes.
|
| 210 |
+
*/
|
| 211 |
+
Ext.tree.CheckNodeMultiSelectionModel = function(){
|
| 212 |
+
Ext.tree.CheckNodeMultiSelectionModel.superclass.constructor.call(this);
|
| 213 |
+
};
|
| 214 |
+
|
| 215 |
+
Ext.extend(Ext.tree.CheckNodeMultiSelectionModel, Ext.tree.MultiSelectionModel, {
|
| 216 |
+
init : function(tree){
|
| 217 |
+
this.tree = tree;
|
| 218 |
+
tree.el.on("keydown", this.onKeyDown, this);
|
| 219 |
+
tree.on("click", this.onNodeClick, this);
|
| 220 |
+
},
|
| 221 |
+
|
| 222 |
+
/**
|
| 223 |
+
* Handle a node click
|
| 224 |
+
* If ctrl key is down and node is selected will unselect the node.
|
| 225 |
+
* If the shift key is down it will create a contiguous selection
|
| 226 |
+
* (see {@link Ext.tree.CheckNodeMultiSelectionModel#extendSelection} for the limitations)
|
| 227 |
+
*/
|
| 228 |
+
onNodeClick : function(node, e){
|
| 229 |
+
if (node.disabled) {
|
| 230 |
+
return;
|
| 231 |
+
}
|
| 232 |
+
if( e.shiftKey && this.extendSelection(node) ) {
|
| 233 |
+
return true;
|
| 234 |
+
}
|
| 235 |
+
if( e.ctrlKey && this.isSelected(node) ) {
|
| 236 |
+
this.unselect(node);
|
| 237 |
+
} else {
|
| 238 |
+
this.select(node, e, e.ctrlKey);
|
| 239 |
+
}
|
| 240 |
+
},
|
| 241 |
+
|
| 242 |
+
/**
|
| 243 |
+
* Selects all nodes between the previously selected node and the one that the user has just selected.
|
| 244 |
+
* Will not span multiple depths, so only children of the same parent will be selected.
|
| 245 |
+
*/
|
| 246 |
+
extendSelection : function(node) {
|
| 247 |
+
var last = this.lastSelNode;
|
| 248 |
+
if( node == last || !last ) {
|
| 249 |
+
return false; /* same selection, process normally normally */
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
if( node.parentNode == last.parentNode ) {
|
| 253 |
+
var cs = node.parentNode.childNodes;
|
| 254 |
+
var i = 0, attr='id', selecting=false, lastSelect=false;
|
| 255 |
+
this.clearSelections(true);
|
| 256 |
+
for( i = 0; i < cs.length; i++ ) {
|
| 257 |
+
// We have to traverse the entire tree b/c don't know of a way to find
|
| 258 |
+
// a numerical representation of a nodes position in a tree.
|
| 259 |
+
if( cs[i].attributes[attr] == last.attributes[attr] || cs[i].attributes[attr] == node.attributes[attr] ) {
|
| 260 |
+
// lastSelect ensures that we select the final node in the list
|
| 261 |
+
lastSelect = selecting;
|
| 262 |
+
selecting = !selecting;
|
| 263 |
+
}
|
| 264 |
+
if( selecting || lastSelect ) {
|
| 265 |
+
this.select(cs[i], null, true);
|
| 266 |
+
// if we're selecting the last node break to avoid traversing the entire tree
|
| 267 |
+
if( lastSelect ) {
|
| 268 |
+
break;
|
| 269 |
+
}
|
| 270 |
+
}
|
| 271 |
+
}
|
| 272 |
+
return true;
|
| 273 |
+
} else {
|
| 274 |
+
return false;
|
| 275 |
+
}
|
| 276 |
+
},
|
| 277 |
+
|
| 278 |
+
/**
|
| 279 |
+
* Traps the press of the SPACE bar and sets the check state of selected nodes to the opposite state of
|
| 280 |
+
* the selected or last selected node. Assume you have the following five Ext.tree.CheckboxNodeUIs:
|
| 281 |
+
* [X] One, [X] Two, [X] Three, [ ] Four, [ ] Five
|
| 282 |
+
* If you select them in this order: One, Two, Three, Four, Five and press the space bar they all
|
| 283 |
+
* will be <b>checked</b> (the opposite of the checkbox state of Five).
|
| 284 |
+
* If you select them in this order: Five, Four, Three, Two, One and press the space bar they all
|
| 285 |
+
* will be <b>unchecked</b> which is the opposite of the checkbox state of One.
|
| 286 |
+
*/
|
| 287 |
+
onKeyDown : Ext.tree.DefaultSelectionModel.prototype.onKeyDown.createInterceptor(function(e) {
|
| 288 |
+
var s = this.selNode || this.lastSelNode;
|
| 289 |
+
// undesirable, but required
|
| 290 |
+
var sm = this;
|
| 291 |
+
if(!s){
|
| 292 |
+
return;
|
| 293 |
+
}
|
| 294 |
+
var k = e.getKey();
|
| 295 |
+
switch(k){
|
| 296 |
+
case e.SPACE:
|
| 297 |
+
e.stopEvent();
|
| 298 |
+
var sel = this.getSelectedNodes();
|
| 299 |
+
var state = !s.getUI().checked();
|
| 300 |
+
if( sel.length == 1 ) {
|
| 301 |
+
s.getUI().check(state, !s.isLeaf());
|
| 302 |
+
} else {
|
| 303 |
+
for( var i = 0; i < sel.length; i++ ) {
|
| 304 |
+
sel[i].getUI().check(state, !sel[i].isLeaf() );
|
| 305 |
+
}
|
| 306 |
+
}
|
| 307 |
+
break;
|
| 308 |
+
}
|
| 309 |
+
|
| 310 |
+
return true;
|
| 311 |
+
})
|
| 312 |
+
});
|
js/extjs/resources/css/README.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
2006-11-21 jvs:
|
| 2 |
-
ext-all.css contains all of the other css files combined and stripped of comments (except themes).
|
| 3 |
-
|
| 1 |
+
2006-11-21 jvs:
|
| 2 |
+
ext-all.css contains all of the other css files combined and stripped of comments (except themes).
|
| 3 |
+
|
js/extjs/resources/css/basic-dialog.css
CHANGED
|
@@ -1,286 +1,286 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-dlg-proxy {
|
| 10 |
-
background-image: url(../images/default/gradient-bg.gif);
|
| 11 |
-
background-color:#c3daf9;
|
| 12 |
-
border:1px solid #6593cf;
|
| 13 |
-
z-index:10001;
|
| 14 |
-
overflow:hidden;
|
| 15 |
-
position:absolute;
|
| 16 |
-
left:0;top:0;
|
| 17 |
-
}
|
| 18 |
-
.x-dlg-shadow{
|
| 19 |
-
background:#aaaaaa;
|
| 20 |
-
position:absolute;
|
| 21 |
-
left:0;top:0;
|
| 22 |
-
}
|
| 23 |
-
.x-dlg-focus{
|
| 24 |
-
-moz-outline:0 none;
|
| 25 |
-
outline:0 none;
|
| 26 |
-
width:0;
|
| 27 |
-
height:0;
|
| 28 |
-
overflow:hidden;
|
| 29 |
-
position:absolute;
|
| 30 |
-
top:0;
|
| 31 |
-
left:0;
|
| 32 |
-
}
|
| 33 |
-
.x-dlg-mask{
|
| 34 |
-
z-index:10000;
|
| 35 |
-
display:none;
|
| 36 |
-
position:absolute;
|
| 37 |
-
top:0;
|
| 38 |
-
left:0;
|
| 39 |
-
-moz-opacity: 0.5;
|
| 40 |
-
opacity:.50;
|
| 41 |
-
filter: alpha(opacity=50);
|
| 42 |
-
background-color:#CCC;
|
| 43 |
-
}
|
| 44 |
-
body.x-body-masked select {
|
| 45 |
-
visibility:hidden;
|
| 46 |
-
}
|
| 47 |
-
body.x-body-masked .x-dlg select {
|
| 48 |
-
visibility:visible;
|
| 49 |
-
}
|
| 50 |
-
.x-dlg{
|
| 51 |
-
z-index:10001;
|
| 52 |
-
overflow:hidden;
|
| 53 |
-
position:absolute;
|
| 54 |
-
left:300;top:0;
|
| 55 |
-
}
|
| 56 |
-
.x-dlg .x-dlg-hd {
|
| 57 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 58 |
-
background-color:navy;
|
| 59 |
-
color:#FFF;
|
| 60 |
-
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 61 |
-
overflow:hidden;
|
| 62 |
-
padding:5px;
|
| 63 |
-
white-space: nowrap;
|
| 64 |
-
}
|
| 65 |
-
.x-dlg .x-dlg-hd-left {
|
| 66 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 67 |
-
padding-left:3px;
|
| 68 |
-
margin:0;
|
| 69 |
-
}
|
| 70 |
-
.x-dlg .x-dlg-hd-right {
|
| 71 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 72 |
-
padding-right:3px;
|
| 73 |
-
}
|
| 74 |
-
.x-dlg .x-dlg-dlg-body{
|
| 75 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 76 |
-
border:1px solid #6593cf;
|
| 77 |
-
border-top:0 none;
|
| 78 |
-
padding:10px;
|
| 79 |
-
position:absolute;
|
| 80 |
-
top:24px;left:0;
|
| 81 |
-
z-index:1;
|
| 82 |
-
overflow:hidden;
|
| 83 |
-
}
|
| 84 |
-
.x-dlg-collapsed .x-resizable-handle{
|
| 85 |
-
display:none;
|
| 86 |
-
}
|
| 87 |
-
.x-dlg .x-dlg-bd{
|
| 88 |
-
overflow:hidden;
|
| 89 |
-
}
|
| 90 |
-
.x-dlg .x-dlg-ft{
|
| 91 |
-
overflow:hidden;
|
| 92 |
-
padding:5px;
|
| 93 |
-
padding-bottom:0;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-dlg .x-tabs-body{
|
| 97 |
-
background:white;
|
| 98 |
-
overflow:auto;
|
| 99 |
-
}
|
| 100 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 101 |
-
border:1px solid #6593cf;
|
| 102 |
-
border-top:0 none;
|
| 103 |
-
}
|
| 104 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 105 |
-
border:1px solid #6593cf;
|
| 106 |
-
border-bottom:0 none;
|
| 107 |
-
}
|
| 108 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 109 |
-
border:0 none;
|
| 110 |
-
}
|
| 111 |
-
.x-dlg .inner-tab{
|
| 112 |
-
margin:5px;
|
| 113 |
-
}
|
| 114 |
-
.x-dlg .x-dlg-ft .x-btn{
|
| 115 |
-
margin-right:5px;
|
| 116 |
-
float:right;
|
| 117 |
-
clear:none;
|
| 118 |
-
}
|
| 119 |
-
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 120 |
-
border:0;
|
| 121 |
-
padding:0;
|
| 122 |
-
}
|
| 123 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 124 |
-
float:right;
|
| 125 |
-
clear:none;
|
| 126 |
-
}
|
| 127 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 128 |
-
float:left;
|
| 129 |
-
clear:none;
|
| 130 |
-
}
|
| 131 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 132 |
-
text-align:center; /*ie*/
|
| 133 |
-
}
|
| 134 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 135 |
-
margin:0 auto; /*everyone else*/
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 140 |
-
background-position:0 -147px;
|
| 141 |
-
}
|
| 142 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 143 |
-
background-position:0 -168px;
|
| 144 |
-
}
|
| 145 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 146 |
-
background-position:0 -189px;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 150 |
-
background-position:0 -126px;
|
| 151 |
-
}
|
| 152 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 153 |
-
background-position:0 -84px;
|
| 154 |
-
}
|
| 155 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 156 |
-
background-position:0 -63px;
|
| 157 |
-
}
|
| 158 |
-
|
| 159 |
-
.x-dlg-draggable .x-dlg-hd{
|
| 160 |
-
cursor:move;
|
| 161 |
-
}
|
| 162 |
-
.x-dlg-closable .x-dlg-hd{
|
| 163 |
-
padding-right:22px;
|
| 164 |
-
}
|
| 165 |
-
.x-dlg-toolbox {
|
| 166 |
-
position:absolute;
|
| 167 |
-
top:4px;
|
| 168 |
-
right:4px;
|
| 169 |
-
z-index:6;
|
| 170 |
-
width:40px;
|
| 171 |
-
cursor:default;
|
| 172 |
-
height:15px;
|
| 173 |
-
background:transparent;
|
| 174 |
-
}
|
| 175 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 176 |
-
float:right;
|
| 177 |
-
height:15px;
|
| 178 |
-
width:15px;
|
| 179 |
-
margin:0;
|
| 180 |
-
margin-left:2px;
|
| 181 |
-
padding:0;
|
| 182 |
-
line-height:1px;
|
| 183 |
-
font-size:1px;
|
| 184 |
-
background-repeat:no-repeat;
|
| 185 |
-
cursor:pointer;
|
| 186 |
-
visibility:inherit;
|
| 187 |
-
}
|
| 188 |
-
.x-dlg .x-dlg-close {
|
| 189 |
-
background-image:url(../images/default/basic-dialog/close.gif);
|
| 190 |
-
}
|
| 191 |
-
.x-dlg .x-dlg-collapse {
|
| 192 |
-
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 193 |
-
}
|
| 194 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 195 |
-
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 196 |
-
}
|
| 197 |
-
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 198 |
-
|
| 199 |
-
}
|
| 200 |
-
.x-dlg div.x-resizable-handle-east{
|
| 201 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 202 |
-
border:0;
|
| 203 |
-
background-position:right;
|
| 204 |
-
margin-right:0;
|
| 205 |
-
}
|
| 206 |
-
.x-dlg div.x-resizable-handle-south{
|
| 207 |
-
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 208 |
-
border:0;
|
| 209 |
-
height:6px;
|
| 210 |
-
}
|
| 211 |
-
.x-dlg div.x-resizable-handle-west{
|
| 212 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 213 |
-
border:0;
|
| 214 |
-
background-position:1px;
|
| 215 |
-
}
|
| 216 |
-
.x-dlg div.x-resizable-handle-north{
|
| 217 |
-
background-image:url(../images/default/s.gif);
|
| 218 |
-
border:0;
|
| 219 |
-
}
|
| 220 |
-
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 221 |
-
background-image:url(../images/default/s.gif);
|
| 222 |
-
border:0;
|
| 223 |
-
}
|
| 224 |
-
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 225 |
-
background-image:url(../images/default/s.gif);
|
| 226 |
-
border:0;
|
| 227 |
-
}
|
| 228 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 229 |
-
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 230 |
-
background-position: bottom right;
|
| 231 |
-
width:8px;
|
| 232 |
-
height:8px;
|
| 233 |
-
border:0;
|
| 234 |
-
}
|
| 235 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 236 |
-
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 237 |
-
background-position: top right;
|
| 238 |
-
margin-left:1px;
|
| 239 |
-
margin-bottom:1px;
|
| 240 |
-
border:0;
|
| 241 |
-
}
|
| 242 |
-
|
| 243 |
-
#x-msg-box .x-dlg-ft .x-btn{
|
| 244 |
-
float:none;
|
| 245 |
-
clear:none;
|
| 246 |
-
margin:0 3px;
|
| 247 |
-
}
|
| 248 |
-
|
| 249 |
-
#x-msg-box .x-dlg-bd {
|
| 250 |
-
padding:5px;
|
| 251 |
-
overflow:hidden !important;
|
| 252 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 253 |
-
}
|
| 254 |
-
#x-msg-box .ext-mb-input {
|
| 255 |
-
margin-top:4px;
|
| 256 |
-
width:95%;
|
| 257 |
-
}
|
| 258 |
-
#x-msg-box .ext-mb-textarea {
|
| 259 |
-
margin-top:4px;
|
| 260 |
-
font:normal 13px verdana,tahoma,sans-serif;
|
| 261 |
-
}
|
| 262 |
-
#x-msg-box .ext-mb-progress-wrap {
|
| 263 |
-
margin-top:4px;
|
| 264 |
-
border:1px solid #6593cf;
|
| 265 |
-
}
|
| 266 |
-
#x-msg-box .ext-mb-progress {
|
| 267 |
-
height:18px;
|
| 268 |
-
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 269 |
-
}
|
| 270 |
-
#x-msg-box .ext-mb-progress-bar {
|
| 271 |
-
height:18px;
|
| 272 |
-
overflow:hidden;
|
| 273 |
-
width:0;
|
| 274 |
-
background:#8BB8F3;
|
| 275 |
-
border-top:1px solid #B2D0F7;
|
| 276 |
-
border-bottom:1px solid #65A1EF;
|
| 277 |
-
border-right:1px solid #65A1EF;
|
| 278 |
-
}
|
| 279 |
-
|
| 280 |
-
#x-msg-box .x-msg-box-wait {
|
| 281 |
-
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 282 |
-
display:block;
|
| 283 |
-
width:300px;
|
| 284 |
-
padding-left:18px;
|
| 285 |
-
line-height:18px;
|
| 286 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-dlg-proxy {
|
| 10 |
+
background-image: url(../images/default/gradient-bg.gif);
|
| 11 |
+
background-color:#c3daf9;
|
| 12 |
+
border:1px solid #6593cf;
|
| 13 |
+
z-index:10001;
|
| 14 |
+
overflow:hidden;
|
| 15 |
+
position:absolute;
|
| 16 |
+
left:0;top:0;
|
| 17 |
+
}
|
| 18 |
+
.x-dlg-shadow{
|
| 19 |
+
background:#aaaaaa;
|
| 20 |
+
position:absolute;
|
| 21 |
+
left:0;top:0;
|
| 22 |
+
}
|
| 23 |
+
.x-dlg-focus{
|
| 24 |
+
-moz-outline:0 none;
|
| 25 |
+
outline:0 none;
|
| 26 |
+
width:0;
|
| 27 |
+
height:0;
|
| 28 |
+
overflow:hidden;
|
| 29 |
+
position:absolute;
|
| 30 |
+
top:0;
|
| 31 |
+
left:0;
|
| 32 |
+
}
|
| 33 |
+
.x-dlg-mask{
|
| 34 |
+
z-index:10000;
|
| 35 |
+
display:none;
|
| 36 |
+
position:absolute;
|
| 37 |
+
top:0;
|
| 38 |
+
left:0;
|
| 39 |
+
-moz-opacity: 0.5;
|
| 40 |
+
opacity:.50;
|
| 41 |
+
filter: alpha(opacity=50);
|
| 42 |
+
background-color:#CCC;
|
| 43 |
+
}
|
| 44 |
+
body.x-body-masked select {
|
| 45 |
+
visibility:hidden;
|
| 46 |
+
}
|
| 47 |
+
body.x-body-masked .x-dlg select {
|
| 48 |
+
visibility:visible;
|
| 49 |
+
}
|
| 50 |
+
.x-dlg{
|
| 51 |
+
z-index:10001;
|
| 52 |
+
overflow:hidden;
|
| 53 |
+
position:absolute;
|
| 54 |
+
left:300;top:0;
|
| 55 |
+
}
|
| 56 |
+
.x-dlg .x-dlg-hd {
|
| 57 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 58 |
+
background-color:navy;
|
| 59 |
+
color:#FFF;
|
| 60 |
+
font:bold 12px "sans serif", tahoma, verdana, helvetica;
|
| 61 |
+
overflow:hidden;
|
| 62 |
+
padding:5px;
|
| 63 |
+
white-space: nowrap;
|
| 64 |
+
}
|
| 65 |
+
.x-dlg .x-dlg-hd-left {
|
| 66 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 67 |
+
padding-left:3px;
|
| 68 |
+
margin:0;
|
| 69 |
+
}
|
| 70 |
+
.x-dlg .x-dlg-hd-right {
|
| 71 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 72 |
+
padding-right:3px;
|
| 73 |
+
}
|
| 74 |
+
.x-dlg .x-dlg-dlg-body{
|
| 75 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 76 |
+
border:1px solid #6593cf;
|
| 77 |
+
border-top:0 none;
|
| 78 |
+
padding:10px;
|
| 79 |
+
position:absolute;
|
| 80 |
+
top:24px;left:0;
|
| 81 |
+
z-index:1;
|
| 82 |
+
overflow:hidden;
|
| 83 |
+
}
|
| 84 |
+
.x-dlg-collapsed .x-resizable-handle{
|
| 85 |
+
display:none;
|
| 86 |
+
}
|
| 87 |
+
.x-dlg .x-dlg-bd{
|
| 88 |
+
overflow:hidden;
|
| 89 |
+
}
|
| 90 |
+
.x-dlg .x-dlg-ft{
|
| 91 |
+
overflow:hidden;
|
| 92 |
+
padding:5px;
|
| 93 |
+
padding-bottom:0;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-dlg .x-tabs-body{
|
| 97 |
+
background:white;
|
| 98 |
+
overflow:auto;
|
| 99 |
+
}
|
| 100 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 101 |
+
border:1px solid #6593cf;
|
| 102 |
+
border-top:0 none;
|
| 103 |
+
}
|
| 104 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 105 |
+
border:1px solid #6593cf;
|
| 106 |
+
border-bottom:0 none;
|
| 107 |
+
}
|
| 108 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 109 |
+
border:0 none;
|
| 110 |
+
}
|
| 111 |
+
.x-dlg .inner-tab{
|
| 112 |
+
margin:5px;
|
| 113 |
+
}
|
| 114 |
+
.x-dlg .x-dlg-ft .x-btn{
|
| 115 |
+
margin-right:5px;
|
| 116 |
+
float:right;
|
| 117 |
+
clear:none;
|
| 118 |
+
}
|
| 119 |
+
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 120 |
+
border:0;
|
| 121 |
+
padding:0;
|
| 122 |
+
}
|
| 123 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 124 |
+
float:right;
|
| 125 |
+
clear:none;
|
| 126 |
+
}
|
| 127 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 128 |
+
float:left;
|
| 129 |
+
clear:none;
|
| 130 |
+
}
|
| 131 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 132 |
+
text-align:center; /*ie*/
|
| 133 |
+
}
|
| 134 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 135 |
+
margin:0 auto; /*everyone else*/
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 140 |
+
background-position:0 -147px;
|
| 141 |
+
}
|
| 142 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 143 |
+
background-position:0 -168px;
|
| 144 |
+
}
|
| 145 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 146 |
+
background-position:0 -189px;
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 150 |
+
background-position:0 -126px;
|
| 151 |
+
}
|
| 152 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 153 |
+
background-position:0 -84px;
|
| 154 |
+
}
|
| 155 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 156 |
+
background-position:0 -63px;
|
| 157 |
+
}
|
| 158 |
+
|
| 159 |
+
.x-dlg-draggable .x-dlg-hd{
|
| 160 |
+
cursor:move;
|
| 161 |
+
}
|
| 162 |
+
.x-dlg-closable .x-dlg-hd{
|
| 163 |
+
padding-right:22px;
|
| 164 |
+
}
|
| 165 |
+
.x-dlg-toolbox {
|
| 166 |
+
position:absolute;
|
| 167 |
+
top:4px;
|
| 168 |
+
right:4px;
|
| 169 |
+
z-index:6;
|
| 170 |
+
width:40px;
|
| 171 |
+
cursor:default;
|
| 172 |
+
height:15px;
|
| 173 |
+
background:transparent;
|
| 174 |
+
}
|
| 175 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 176 |
+
float:right;
|
| 177 |
+
height:15px;
|
| 178 |
+
width:15px;
|
| 179 |
+
margin:0;
|
| 180 |
+
margin-left:2px;
|
| 181 |
+
padding:0;
|
| 182 |
+
line-height:1px;
|
| 183 |
+
font-size:1px;
|
| 184 |
+
background-repeat:no-repeat;
|
| 185 |
+
cursor:pointer;
|
| 186 |
+
visibility:inherit;
|
| 187 |
+
}
|
| 188 |
+
.x-dlg .x-dlg-close {
|
| 189 |
+
background-image:url(../images/default/basic-dialog/close.gif);
|
| 190 |
+
}
|
| 191 |
+
.x-dlg .x-dlg-collapse {
|
| 192 |
+
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 193 |
+
}
|
| 194 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 195 |
+
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 196 |
+
}
|
| 197 |
+
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 198 |
+
|
| 199 |
+
}
|
| 200 |
+
.x-dlg div.x-resizable-handle-east{
|
| 201 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 202 |
+
border:0;
|
| 203 |
+
background-position:right;
|
| 204 |
+
margin-right:0;
|
| 205 |
+
}
|
| 206 |
+
.x-dlg div.x-resizable-handle-south{
|
| 207 |
+
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 208 |
+
border:0;
|
| 209 |
+
height:6px;
|
| 210 |
+
}
|
| 211 |
+
.x-dlg div.x-resizable-handle-west{
|
| 212 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 213 |
+
border:0;
|
| 214 |
+
background-position:1px;
|
| 215 |
+
}
|
| 216 |
+
.x-dlg div.x-resizable-handle-north{
|
| 217 |
+
background-image:url(../images/default/s.gif);
|
| 218 |
+
border:0;
|
| 219 |
+
}
|
| 220 |
+
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 221 |
+
background-image:url(../images/default/s.gif);
|
| 222 |
+
border:0;
|
| 223 |
+
}
|
| 224 |
+
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 225 |
+
background-image:url(../images/default/s.gif);
|
| 226 |
+
border:0;
|
| 227 |
+
}
|
| 228 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 229 |
+
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 230 |
+
background-position: bottom right;
|
| 231 |
+
width:8px;
|
| 232 |
+
height:8px;
|
| 233 |
+
border:0;
|
| 234 |
+
}
|
| 235 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 236 |
+
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 237 |
+
background-position: top right;
|
| 238 |
+
margin-left:1px;
|
| 239 |
+
margin-bottom:1px;
|
| 240 |
+
border:0;
|
| 241 |
+
}
|
| 242 |
+
|
| 243 |
+
#x-msg-box .x-dlg-ft .x-btn{
|
| 244 |
+
float:none;
|
| 245 |
+
clear:none;
|
| 246 |
+
margin:0 3px;
|
| 247 |
+
}
|
| 248 |
+
|
| 249 |
+
#x-msg-box .x-dlg-bd {
|
| 250 |
+
padding:5px;
|
| 251 |
+
overflow:hidden !important;
|
| 252 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 253 |
+
}
|
| 254 |
+
#x-msg-box .ext-mb-input {
|
| 255 |
+
margin-top:4px;
|
| 256 |
+
width:95%;
|
| 257 |
+
}
|
| 258 |
+
#x-msg-box .ext-mb-textarea {
|
| 259 |
+
margin-top:4px;
|
| 260 |
+
font:normal 13px verdana,tahoma,sans-serif;
|
| 261 |
+
}
|
| 262 |
+
#x-msg-box .ext-mb-progress-wrap {
|
| 263 |
+
margin-top:4px;
|
| 264 |
+
border:1px solid #6593cf;
|
| 265 |
+
}
|
| 266 |
+
#x-msg-box .ext-mb-progress {
|
| 267 |
+
height:18px;
|
| 268 |
+
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 269 |
+
}
|
| 270 |
+
#x-msg-box .ext-mb-progress-bar {
|
| 271 |
+
height:18px;
|
| 272 |
+
overflow:hidden;
|
| 273 |
+
width:0;
|
| 274 |
+
background:#8BB8F3;
|
| 275 |
+
border-top:1px solid #B2D0F7;
|
| 276 |
+
border-bottom:1px solid #65A1EF;
|
| 277 |
+
border-right:1px solid #65A1EF;
|
| 278 |
+
}
|
| 279 |
+
|
| 280 |
+
#x-msg-box .x-msg-box-wait {
|
| 281 |
+
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 282 |
+
display:block;
|
| 283 |
+
width:300px;
|
| 284 |
+
padding-left:18px;
|
| 285 |
+
line-height:18px;
|
| 286 |
}
|
js/extjs/resources/css/box.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
/*
|
| 10 |
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
|
| 11 |
<div class="x-box-blue">
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
/*
|
| 10 |
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
|
| 11 |
<div class="x-box-blue">
|
js/extjs/resources/css/button.css
CHANGED
|
@@ -1,148 +1,148 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-btn{
|
| 10 |
-
font:normal 11px tahoma, verdana, helvetica;
|
| 11 |
-
cursor:pointer;
|
| 12 |
-
white-space: nowrap;
|
| 13 |
-
}
|
| 14 |
-
.x-btn button{
|
| 15 |
-
border:0 none;
|
| 16 |
-
background:transparent;
|
| 17 |
-
font:normal 11px tahoma,verdana,helvetica;
|
| 18 |
-
padding-left:3px;
|
| 19 |
-
padding-right:3px;
|
| 20 |
-
cursor:pointer;
|
| 21 |
-
margin:0;
|
| 22 |
-
overflow:visible;
|
| 23 |
-
width:auto;
|
| 24 |
-
-moz-outline:0 none;
|
| 25 |
-
outline:0 none;
|
| 26 |
-
}
|
| 27 |
-
* html .ext-ie .x-btn button {
|
| 28 |
-
width:1px;
|
| 29 |
-
}
|
| 30 |
-
.ext-gecko .x-btn button {
|
| 31 |
-
padding-left:0;
|
| 32 |
-
padding-right:0;
|
| 33 |
-
}
|
| 34 |
-
.ext-ie .x-btn button {
|
| 35 |
-
padding-top:2px;
|
| 36 |
-
}
|
| 37 |
-
/*
|
| 38 |
-
Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
|
| 39 |
-
to your button for a button with just an icon.
|
| 40 |
-
e.g.
|
| 41 |
-
.my-class .x-btn-text { background-image: url(foo.gif); }
|
| 42 |
-
*/
|
| 43 |
-
|
| 44 |
-
.x-btn-icon .x-btn-center .x-btn-text{
|
| 45 |
-
background-position: center;
|
| 46 |
-
background-repeat: no-repeat;
|
| 47 |
-
height: 16px;
|
| 48 |
-
width: 16px;
|
| 49 |
-
cursor:pointer;
|
| 50 |
-
white-space: nowrap;
|
| 51 |
-
padding:0;
|
| 52 |
-
}
|
| 53 |
-
.x-btn-icon .x-btn-center{
|
| 54 |
-
padding:1px;
|
| 55 |
-
}
|
| 56 |
-
.x-btn em {
|
| 57 |
-
font-style:normal;
|
| 58 |
-
font-weight:normal;
|
| 59 |
-
}
|
| 60 |
-
/*
|
| 61 |
-
Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
|
| 62 |
-
to your button for both text and icon.
|
| 63 |
-
*/
|
| 64 |
-
|
| 65 |
-
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 66 |
-
background-position: 0 2px;
|
| 67 |
-
background-repeat: no-repeat;
|
| 68 |
-
padding-left:18px;
|
| 69 |
-
padding-top:3px;
|
| 70 |
-
padding-bottom:3px;
|
| 71 |
-
padding-right:0;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
.x-btn-left, .x-btn-right{
|
| 75 |
-
font-size:1px;
|
| 76 |
-
line-height:1px;
|
| 77 |
-
}
|
| 78 |
-
.x-btn-left{
|
| 79 |
-
width:3px;
|
| 80 |
-
height:21px;
|
| 81 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 82 |
-
}
|
| 83 |
-
.x-btn-right{
|
| 84 |
-
width:3px;
|
| 85 |
-
height:21px;
|
| 86 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 87 |
-
}
|
| 88 |
-
.x-btn-left i, .x-btn-right i{
|
| 89 |
-
display:block;
|
| 90 |
-
width:3px;
|
| 91 |
-
overflow:hidden;
|
| 92 |
-
font-size:1px;
|
| 93 |
-
line-height:1px;
|
| 94 |
-
}
|
| 95 |
-
.x-btn-center{
|
| 96 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 97 |
-
vertical-align: middle;
|
| 98 |
-
text-align:center;
|
| 99 |
-
padding:0 5px;
|
| 100 |
-
cursor:pointer;
|
| 101 |
-
white-space:nowrap;
|
| 102 |
-
}
|
| 103 |
-
.x-btn-over .x-btn-left{
|
| 104 |
-
background-position:0 -63px;
|
| 105 |
-
}
|
| 106 |
-
.x-btn-over .x-btn-right{
|
| 107 |
-
background-position:0 -84px;
|
| 108 |
-
}
|
| 109 |
-
.x-btn-over .x-btn-center{
|
| 110 |
-
background-position:0 -105px;
|
| 111 |
-
}
|
| 112 |
-
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 113 |
-
background-position:0 -126px;
|
| 114 |
-
}
|
| 115 |
-
.x-btn-disabled *{
|
| 116 |
-
color:gray !important;
|
| 117 |
-
cursor:default !important;
|
| 118 |
-
}
|
| 119 |
-
.x-btn-menu-text-wrap .x-btn-center {
|
| 120 |
-
padding:0 3px;
|
| 121 |
-
}
|
| 122 |
-
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 123 |
-
padding:0 1px;
|
| 124 |
-
}
|
| 125 |
-
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 126 |
-
padding:0;
|
| 127 |
-
}
|
| 128 |
-
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 129 |
-
width:12px !important;
|
| 130 |
-
height:21px;
|
| 131 |
-
padding:0 !important;
|
| 132 |
-
display:block;
|
| 133 |
-
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 134 |
-
}
|
| 135 |
-
.x-btn-with-menu .x-btn-center {
|
| 136 |
-
padding-right:2px !important;
|
| 137 |
-
}
|
| 138 |
-
.x-btn-with-menu .x-btn-center em {
|
| 139 |
-
display:block;
|
| 140 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 141 |
-
padding-right:10px;
|
| 142 |
-
}
|
| 143 |
-
|
| 144 |
-
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 145 |
-
display:block;
|
| 146 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 147 |
-
padding-right:10px;
|
| 148 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-btn{
|
| 10 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 11 |
+
cursor:pointer;
|
| 12 |
+
white-space: nowrap;
|
| 13 |
+
}
|
| 14 |
+
.x-btn button{
|
| 15 |
+
border:0 none;
|
| 16 |
+
background:transparent;
|
| 17 |
+
font:normal 11px tahoma,verdana,helvetica;
|
| 18 |
+
padding-left:3px;
|
| 19 |
+
padding-right:3px;
|
| 20 |
+
cursor:pointer;
|
| 21 |
+
margin:0;
|
| 22 |
+
overflow:visible;
|
| 23 |
+
width:auto;
|
| 24 |
+
-moz-outline:0 none;
|
| 25 |
+
outline:0 none;
|
| 26 |
+
}
|
| 27 |
+
* html .ext-ie .x-btn button {
|
| 28 |
+
width:1px;
|
| 29 |
+
}
|
| 30 |
+
.ext-gecko .x-btn button {
|
| 31 |
+
padding-left:0;
|
| 32 |
+
padding-right:0;
|
| 33 |
+
}
|
| 34 |
+
.ext-ie .x-btn button {
|
| 35 |
+
padding-top:2px;
|
| 36 |
+
}
|
| 37 |
+
/*
|
| 38 |
+
Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
|
| 39 |
+
to your button for a button with just an icon.
|
| 40 |
+
e.g.
|
| 41 |
+
.my-class .x-btn-text { background-image: url(foo.gif); }
|
| 42 |
+
*/
|
| 43 |
+
|
| 44 |
+
.x-btn-icon .x-btn-center .x-btn-text{
|
| 45 |
+
background-position: center;
|
| 46 |
+
background-repeat: no-repeat;
|
| 47 |
+
height: 16px;
|
| 48 |
+
width: 16px;
|
| 49 |
+
cursor:pointer;
|
| 50 |
+
white-space: nowrap;
|
| 51 |
+
padding:0;
|
| 52 |
+
}
|
| 53 |
+
.x-btn-icon .x-btn-center{
|
| 54 |
+
padding:1px;
|
| 55 |
+
}
|
| 56 |
+
.x-btn em {
|
| 57 |
+
font-style:normal;
|
| 58 |
+
font-weight:normal;
|
| 59 |
+
}
|
| 60 |
+
/*
|
| 61 |
+
Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
|
| 62 |
+
to your button for both text and icon.
|
| 63 |
+
*/
|
| 64 |
+
|
| 65 |
+
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 66 |
+
background-position: 0 2px;
|
| 67 |
+
background-repeat: no-repeat;
|
| 68 |
+
padding-left:18px;
|
| 69 |
+
padding-top:3px;
|
| 70 |
+
padding-bottom:3px;
|
| 71 |
+
padding-right:0;
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
.x-btn-left, .x-btn-right{
|
| 75 |
+
font-size:1px;
|
| 76 |
+
line-height:1px;
|
| 77 |
+
}
|
| 78 |
+
.x-btn-left{
|
| 79 |
+
width:3px;
|
| 80 |
+
height:21px;
|
| 81 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 82 |
+
}
|
| 83 |
+
.x-btn-right{
|
| 84 |
+
width:3px;
|
| 85 |
+
height:21px;
|
| 86 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 87 |
+
}
|
| 88 |
+
.x-btn-left i, .x-btn-right i{
|
| 89 |
+
display:block;
|
| 90 |
+
width:3px;
|
| 91 |
+
overflow:hidden;
|
| 92 |
+
font-size:1px;
|
| 93 |
+
line-height:1px;
|
| 94 |
+
}
|
| 95 |
+
.x-btn-center{
|
| 96 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 97 |
+
vertical-align: middle;
|
| 98 |
+
text-align:center;
|
| 99 |
+
padding:0 5px;
|
| 100 |
+
cursor:pointer;
|
| 101 |
+
white-space:nowrap;
|
| 102 |
+
}
|
| 103 |
+
.x-btn-over .x-btn-left{
|
| 104 |
+
background-position:0 -63px;
|
| 105 |
+
}
|
| 106 |
+
.x-btn-over .x-btn-right{
|
| 107 |
+
background-position:0 -84px;
|
| 108 |
+
}
|
| 109 |
+
.x-btn-over .x-btn-center{
|
| 110 |
+
background-position:0 -105px;
|
| 111 |
+
}
|
| 112 |
+
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 113 |
+
background-position:0 -126px;
|
| 114 |
+
}
|
| 115 |
+
.x-btn-disabled *{
|
| 116 |
+
color:gray !important;
|
| 117 |
+
cursor:default !important;
|
| 118 |
+
}
|
| 119 |
+
.x-btn-menu-text-wrap .x-btn-center {
|
| 120 |
+
padding:0 3px;
|
| 121 |
+
}
|
| 122 |
+
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 123 |
+
padding:0 1px;
|
| 124 |
+
}
|
| 125 |
+
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 126 |
+
padding:0;
|
| 127 |
+
}
|
| 128 |
+
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 129 |
+
width:12px !important;
|
| 130 |
+
height:21px;
|
| 131 |
+
padding:0 !important;
|
| 132 |
+
display:block;
|
| 133 |
+
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 134 |
+
}
|
| 135 |
+
.x-btn-with-menu .x-btn-center {
|
| 136 |
+
padding-right:2px !important;
|
| 137 |
+
}
|
| 138 |
+
.x-btn-with-menu .x-btn-center em {
|
| 139 |
+
display:block;
|
| 140 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 141 |
+
padding-right:10px;
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 145 |
+
display:block;
|
| 146 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 147 |
+
padding-right:10px;
|
| 148 |
}
|
js/extjs/resources/css/combo.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-combo-list {
|
| 10 |
border:1px solid #98c0f4;
|
| 11 |
background:#ddecfe;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-combo-list {
|
| 10 |
border:1px solid #98c0f4;
|
| 11 |
background:#ddecfe;
|
js/extjs/resources/css/core.css
CHANGED
|
@@ -1,292 +1,292 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.ext-el-mask {
|
| 10 |
-
z-index: 20000;
|
| 11 |
-
position: absolute;
|
| 12 |
-
top: 0;
|
| 13 |
-
left: 0;
|
| 14 |
-
-moz-opacity: 0.5;
|
| 15 |
-
opacity: .50;
|
| 16 |
-
filter: alpha(opacity=50);
|
| 17 |
-
background-color: #CCC;
|
| 18 |
-
width: 100%;
|
| 19 |
-
height: 100%;
|
| 20 |
-
zoom: 1;
|
| 21 |
-
}
|
| 22 |
-
.ext-el-mask-msg {
|
| 23 |
-
z-index: 20001;
|
| 24 |
-
position: absolute;
|
| 25 |
-
top: 0;
|
| 26 |
-
left: 0;
|
| 27 |
-
border:1px solid #6593cf;
|
| 28 |
-
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
-
padding:2px;
|
| 30 |
-
}
|
| 31 |
-
.ext-el-mask-msg div {
|
| 32 |
-
padding:5px 10px 5px 10px;
|
| 33 |
-
background: #eee;
|
| 34 |
-
border:1px solid #a3bad9;
|
| 35 |
-
color:#333;
|
| 36 |
-
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 37 |
-
cursor:wait;
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.ext-shim {
|
| 41 |
-
position:absolute;
|
| 42 |
-
visibility:hidden;
|
| 43 |
-
left:0;
|
| 44 |
-
top:0;
|
| 45 |
-
overflow:hidden;
|
| 46 |
-
}
|
| 47 |
-
.ext-ie .ext-shim {
|
| 48 |
-
filter: alpha(opacity=0);
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
.x-mask-loading div {
|
| 52 |
-
padding:5px 10px 5px 25px;
|
| 53 |
-
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
-
line-height: 16px;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
/* class for hiding elements without using display:none */
|
| 58 |
-
.x-hidden {
|
| 59 |
-
position:absolute;
|
| 60 |
-
left:-2000px;
|
| 61 |
-
top:-2000px;
|
| 62 |
-
visibility:hidden;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.x-masked {
|
| 66 |
-
overflow: hidden !important;
|
| 67 |
-
}
|
| 68 |
-
|
| 69 |
-
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
-
visibility: hidden;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
.x-layer {
|
| 74 |
-
visibility: hidden;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
.x-unselectable, .x-unselectable * {
|
| 78 |
-
-moz-user-select: none;
|
| 79 |
-
-khtml-user-select: none;
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
.x-repaint {
|
| 83 |
-
zoom: 1;
|
| 84 |
-
background-color: transparent;
|
| 85 |
-
-moz-outline: none;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
.x-item-disabled {
|
| 89 |
-
color: gray;
|
| 90 |
-
cursor: default;
|
| 91 |
-
opacity: .6;
|
| 92 |
-
-moz-opacity: .6;
|
| 93 |
-
filter: alpha(opacity=60);
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-item-disabled * {
|
| 97 |
-
color: gray;
|
| 98 |
-
cursor: default !important;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
.x-splitbar-proxy {
|
| 102 |
-
position: absolute;
|
| 103 |
-
visibility: hidden;
|
| 104 |
-
z-index: 20001;
|
| 105 |
-
background: #aaa;
|
| 106 |
-
zoom: 1;
|
| 107 |
-
line-height: 1px;
|
| 108 |
-
font-size: 1px;
|
| 109 |
-
overflow: hidden;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
-
cursor: e-resize;
|
| 114 |
-
cursor: col-resize;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
-
cursor: s-resize;
|
| 119 |
-
cursor: row-resize;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.x-color-palette {
|
| 123 |
-
width: 150px;
|
| 124 |
-
height: 92px;
|
| 125 |
-
cursor: pointer;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
.x-color-palette a {
|
| 129 |
-
border: 1px solid #fff;
|
| 130 |
-
float: left;
|
| 131 |
-
padding: 2px;
|
| 132 |
-
text-decoration: none;
|
| 133 |
-
-moz-outline: 0 none;
|
| 134 |
-
outline: 0 none;
|
| 135 |
-
cursor: pointer;
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
-
border: 1px solid #8BB8F3;
|
| 140 |
-
background: #deecfd;
|
| 141 |
-
}
|
| 142 |
-
|
| 143 |
-
.x-color-palette em {
|
| 144 |
-
display: block;
|
| 145 |
-
border: 1px solid #ACA899;
|
| 146 |
-
}
|
| 147 |
-
|
| 148 |
-
.x-color-palette em span {
|
| 149 |
-
cursor: pointer;
|
| 150 |
-
display: block;
|
| 151 |
-
height: 10px;
|
| 152 |
-
line-height: 10px;
|
| 153 |
-
width: 10px;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.x-ie-shadow {
|
| 157 |
-
display: none;
|
| 158 |
-
position: absolute;
|
| 159 |
-
overflow: hidden;
|
| 160 |
-
left:0;
|
| 161 |
-
top:0;
|
| 162 |
-
background:#777;
|
| 163 |
-
zoom:1;
|
| 164 |
-
}
|
| 165 |
-
|
| 166 |
-
.x-shadow {
|
| 167 |
-
display: none;
|
| 168 |
-
position: absolute;
|
| 169 |
-
overflow: hidden;
|
| 170 |
-
left:0;
|
| 171 |
-
top:0;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
.x-shadow * {
|
| 175 |
-
overflow: hidden;
|
| 176 |
-
}
|
| 177 |
-
|
| 178 |
-
.x-shadow * {
|
| 179 |
-
padding: 0;
|
| 180 |
-
border: 0;
|
| 181 |
-
margin: 0;
|
| 182 |
-
clear: none;
|
| 183 |
-
zoom: 1;
|
| 184 |
-
}
|
| 185 |
-
|
| 186 |
-
/* top bottom */
|
| 187 |
-
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
-
height: 6px;
|
| 189 |
-
float: left;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
/* corners */
|
| 193 |
-
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
-
width: 6px;
|
| 195 |
-
height: 6px;
|
| 196 |
-
float: left;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
/* sides */
|
| 200 |
-
.x-shadow .xsc {
|
| 201 |
-
width: 100%;
|
| 202 |
-
}
|
| 203 |
-
|
| 204 |
-
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
-
width: 6px;
|
| 206 |
-
float: left;
|
| 207 |
-
height: 100%;
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
.x-shadow .xsmc {
|
| 211 |
-
float: left;
|
| 212 |
-
height: 100%;
|
| 213 |
-
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
-
}
|
| 215 |
-
|
| 216 |
-
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
-
height: 6px;
|
| 218 |
-
overflow: hidden;
|
| 219 |
-
width: 100%;
|
| 220 |
-
}
|
| 221 |
-
|
| 222 |
-
.x-shadow .xsml {
|
| 223 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
-
}
|
| 225 |
-
|
| 226 |
-
.x-shadow .xsmr {
|
| 227 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
-
}
|
| 229 |
-
|
| 230 |
-
.x-shadow .xstl {
|
| 231 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
-
}
|
| 233 |
-
|
| 234 |
-
.x-shadow .xstc {
|
| 235 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
.x-shadow .xstr {
|
| 239 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
-
}
|
| 241 |
-
|
| 242 |
-
.x-shadow .xsbl {
|
| 243 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
-
}
|
| 245 |
-
|
| 246 |
-
.x-shadow .xsbc {
|
| 247 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
-
}
|
| 249 |
-
|
| 250 |
-
.x-shadow .xsbr {
|
| 251 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
-
}
|
| 253 |
-
|
| 254 |
-
.loading-indicator {
|
| 255 |
-
font-size: 11px;
|
| 256 |
-
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
-
background-repeat: no-repeat;
|
| 258 |
-
background-position: left;
|
| 259 |
-
padding-left: 20px;
|
| 260 |
-
line-height: 16px;
|
| 261 |
-
margin: 3px;
|
| 262 |
-
}
|
| 263 |
-
|
| 264 |
-
.x-text-resize {
|
| 265 |
-
position: absolute;
|
| 266 |
-
left: -1000px;
|
| 267 |
-
top: -1000px;
|
| 268 |
-
visibility: hidden;
|
| 269 |
-
zoom: 1;
|
| 270 |
-
}
|
| 271 |
-
|
| 272 |
-
.x-drag-overlay {
|
| 273 |
-
width: 100%;
|
| 274 |
-
height: 100%;
|
| 275 |
-
display: none;
|
| 276 |
-
position: absolute;
|
| 277 |
-
left: 0;
|
| 278 |
-
top: 0;
|
| 279 |
-
background: white;
|
| 280 |
-
z-index: 20000;
|
| 281 |
-
-moz-opacity: 0;
|
| 282 |
-
opacity: 0;
|
| 283 |
-
filter: alpha(opacity=0);
|
| 284 |
-
}
|
| 285 |
-
|
| 286 |
-
.x-clear {
|
| 287 |
-
clear:both;
|
| 288 |
-
height:0;
|
| 289 |
-
overflow:hidden;
|
| 290 |
-
line-height:0;
|
| 291 |
-
font-size:0;
|
| 292 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.ext-el-mask {
|
| 10 |
+
z-index: 20000;
|
| 11 |
+
position: absolute;
|
| 12 |
+
top: 0;
|
| 13 |
+
left: 0;
|
| 14 |
+
-moz-opacity: 0.5;
|
| 15 |
+
opacity: .50;
|
| 16 |
+
filter: alpha(opacity=50);
|
| 17 |
+
background-color: #CCC;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
zoom: 1;
|
| 21 |
+
}
|
| 22 |
+
.ext-el-mask-msg {
|
| 23 |
+
z-index: 20001;
|
| 24 |
+
position: absolute;
|
| 25 |
+
top: 0;
|
| 26 |
+
left: 0;
|
| 27 |
+
border:1px solid #6593cf;
|
| 28 |
+
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
+
padding:2px;
|
| 30 |
+
}
|
| 31 |
+
.ext-el-mask-msg div {
|
| 32 |
+
padding:5px 10px 5px 10px;
|
| 33 |
+
background: #eee;
|
| 34 |
+
border:1px solid #a3bad9;
|
| 35 |
+
color:#333;
|
| 36 |
+
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
| 37 |
+
cursor:wait;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.ext-shim {
|
| 41 |
+
position:absolute;
|
| 42 |
+
visibility:hidden;
|
| 43 |
+
left:0;
|
| 44 |
+
top:0;
|
| 45 |
+
overflow:hidden;
|
| 46 |
+
}
|
| 47 |
+
.ext-ie .ext-shim {
|
| 48 |
+
filter: alpha(opacity=0);
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.x-mask-loading div {
|
| 52 |
+
padding:5px 10px 5px 25px;
|
| 53 |
+
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
+
line-height: 16px;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
/* class for hiding elements without using display:none */
|
| 58 |
+
.x-hidden {
|
| 59 |
+
position:absolute;
|
| 60 |
+
left:-2000px;
|
| 61 |
+
top:-2000px;
|
| 62 |
+
visibility:hidden;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.x-masked {
|
| 66 |
+
overflow: hidden !important;
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
+
visibility: hidden;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.x-layer {
|
| 74 |
+
visibility: hidden;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.x-unselectable, .x-unselectable * {
|
| 78 |
+
-moz-user-select: none;
|
| 79 |
+
-khtml-user-select: none;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.x-repaint {
|
| 83 |
+
zoom: 1;
|
| 84 |
+
background-color: transparent;
|
| 85 |
+
-moz-outline: none;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.x-item-disabled {
|
| 89 |
+
color: gray;
|
| 90 |
+
cursor: default;
|
| 91 |
+
opacity: .6;
|
| 92 |
+
-moz-opacity: .6;
|
| 93 |
+
filter: alpha(opacity=60);
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-item-disabled * {
|
| 97 |
+
color: gray;
|
| 98 |
+
cursor: default !important;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.x-splitbar-proxy {
|
| 102 |
+
position: absolute;
|
| 103 |
+
visibility: hidden;
|
| 104 |
+
z-index: 20001;
|
| 105 |
+
background: #aaa;
|
| 106 |
+
zoom: 1;
|
| 107 |
+
line-height: 1px;
|
| 108 |
+
font-size: 1px;
|
| 109 |
+
overflow: hidden;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
+
cursor: e-resize;
|
| 114 |
+
cursor: col-resize;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
+
cursor: s-resize;
|
| 119 |
+
cursor: row-resize;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.x-color-palette {
|
| 123 |
+
width: 150px;
|
| 124 |
+
height: 92px;
|
| 125 |
+
cursor: pointer;
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
.x-color-palette a {
|
| 129 |
+
border: 1px solid #fff;
|
| 130 |
+
float: left;
|
| 131 |
+
padding: 2px;
|
| 132 |
+
text-decoration: none;
|
| 133 |
+
-moz-outline: 0 none;
|
| 134 |
+
outline: 0 none;
|
| 135 |
+
cursor: pointer;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
+
border: 1px solid #8BB8F3;
|
| 140 |
+
background: #deecfd;
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
.x-color-palette em {
|
| 144 |
+
display: block;
|
| 145 |
+
border: 1px solid #ACA899;
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
.x-color-palette em span {
|
| 149 |
+
cursor: pointer;
|
| 150 |
+
display: block;
|
| 151 |
+
height: 10px;
|
| 152 |
+
line-height: 10px;
|
| 153 |
+
width: 10px;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
.x-ie-shadow {
|
| 157 |
+
display: none;
|
| 158 |
+
position: absolute;
|
| 159 |
+
overflow: hidden;
|
| 160 |
+
left:0;
|
| 161 |
+
top:0;
|
| 162 |
+
background:#777;
|
| 163 |
+
zoom:1;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.x-shadow {
|
| 167 |
+
display: none;
|
| 168 |
+
position: absolute;
|
| 169 |
+
overflow: hidden;
|
| 170 |
+
left:0;
|
| 171 |
+
top:0;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.x-shadow * {
|
| 175 |
+
overflow: hidden;
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
.x-shadow * {
|
| 179 |
+
padding: 0;
|
| 180 |
+
border: 0;
|
| 181 |
+
margin: 0;
|
| 182 |
+
clear: none;
|
| 183 |
+
zoom: 1;
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
/* top bottom */
|
| 187 |
+
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
+
height: 6px;
|
| 189 |
+
float: left;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
/* corners */
|
| 193 |
+
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
+
width: 6px;
|
| 195 |
+
height: 6px;
|
| 196 |
+
float: left;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
/* sides */
|
| 200 |
+
.x-shadow .xsc {
|
| 201 |
+
width: 100%;
|
| 202 |
+
}
|
| 203 |
+
|
| 204 |
+
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
+
width: 6px;
|
| 206 |
+
float: left;
|
| 207 |
+
height: 100%;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.x-shadow .xsmc {
|
| 211 |
+
float: left;
|
| 212 |
+
height: 100%;
|
| 213 |
+
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
+
height: 6px;
|
| 218 |
+
overflow: hidden;
|
| 219 |
+
width: 100%;
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.x-shadow .xsml {
|
| 223 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.x-shadow .xsmr {
|
| 227 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.x-shadow .xstl {
|
| 231 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.x-shadow .xstc {
|
| 235 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.x-shadow .xstr {
|
| 239 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
+
}
|
| 241 |
+
|
| 242 |
+
.x-shadow .xsbl {
|
| 243 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
+
}
|
| 245 |
+
|
| 246 |
+
.x-shadow .xsbc {
|
| 247 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.x-shadow .xsbr {
|
| 251 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.loading-indicator {
|
| 255 |
+
font-size: 11px;
|
| 256 |
+
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
+
background-repeat: no-repeat;
|
| 258 |
+
background-position: left;
|
| 259 |
+
padding-left: 20px;
|
| 260 |
+
line-height: 16px;
|
| 261 |
+
margin: 3px;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.x-text-resize {
|
| 265 |
+
position: absolute;
|
| 266 |
+
left: -1000px;
|
| 267 |
+
top: -1000px;
|
| 268 |
+
visibility: hidden;
|
| 269 |
+
zoom: 1;
|
| 270 |
+
}
|
| 271 |
+
|
| 272 |
+
.x-drag-overlay {
|
| 273 |
+
width: 100%;
|
| 274 |
+
height: 100%;
|
| 275 |
+
display: none;
|
| 276 |
+
position: absolute;
|
| 277 |
+
left: 0;
|
| 278 |
+
top: 0;
|
| 279 |
+
background: white;
|
| 280 |
+
z-index: 20000;
|
| 281 |
+
-moz-opacity: 0;
|
| 282 |
+
opacity: 0;
|
| 283 |
+
filter: alpha(opacity=0);
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
.x-clear {
|
| 287 |
+
clear:both;
|
| 288 |
+
height:0;
|
| 289 |
+
overflow:hidden;
|
| 290 |
+
line-height:0;
|
| 291 |
+
font-size:0;
|
| 292 |
+
}
|
js/extjs/resources/css/date-picker.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-date-picker {
|
| 10 |
border: 1px solid #1b376c;
|
| 11 |
border-top:0 none;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-date-picker {
|
| 10 |
border: 1px solid #1b376c;
|
| 11 |
border-top:0 none;
|
js/extjs/resources/css/dd.css
CHANGED
|
@@ -1,61 +1,61 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-dd-drag-proxy{
|
| 10 |
-
position:absolute;
|
| 11 |
-
left:0;top:0;
|
| 12 |
-
visibility:hidden;
|
| 13 |
-
z-index:15000;
|
| 14 |
-
}
|
| 15 |
-
.x-dd-drag-ghost{
|
| 16 |
-
color: black;
|
| 17 |
-
font: normal 11px arial, helvetica, sans-serif;
|
| 18 |
-
-moz-opacity: 0.85;
|
| 19 |
-
opacity:.85;
|
| 20 |
-
filter: alpha(opacity=85);
|
| 21 |
-
border-top:1px solid #dddddd;
|
| 22 |
-
border-left:1px solid #dddddd;
|
| 23 |
-
border-right:1px solid #bbbbbb;
|
| 24 |
-
border-bottom:1px solid #bbbbbb;
|
| 25 |
-
padding:3px;
|
| 26 |
-
padding-left:20px;
|
| 27 |
-
background-color:white;
|
| 28 |
-
white-space:nowrap;
|
| 29 |
-
}
|
| 30 |
-
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 31 |
-
-moz-opacity: 0.4;
|
| 32 |
-
opacity:.4;
|
| 33 |
-
filter: alpha(opacity=40);
|
| 34 |
-
border:0 none;
|
| 35 |
-
padding:0;
|
| 36 |
-
background-color:transparent;
|
| 37 |
-
}
|
| 38 |
-
.x-dd-drag-repair .x-dd-drop-icon{
|
| 39 |
-
visibility:hidden;
|
| 40 |
-
}
|
| 41 |
-
.x-dd-drop-icon{
|
| 42 |
-
position:absolute;
|
| 43 |
-
top:3px;
|
| 44 |
-
left:3px;
|
| 45 |
-
display:block;
|
| 46 |
-
width:16px;
|
| 47 |
-
height:16px;
|
| 48 |
-
background-color:transparent;
|
| 49 |
-
background-position: center;
|
| 50 |
-
background-repeat: no-repeat;
|
| 51 |
-
z-index:1;
|
| 52 |
-
}
|
| 53 |
-
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 54 |
-
background-image: url(../images/default/dd/drop-no.gif);
|
| 55 |
-
}
|
| 56 |
-
.x-dd-drop-ok .x-dd-drop-icon{
|
| 57 |
-
background-image: url(../images/default/dd/drop-yes.gif);
|
| 58 |
-
}
|
| 59 |
-
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 60 |
-
background-image: url(../images/default/dd/drop-add.gif);
|
| 61 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-dd-drag-proxy{
|
| 10 |
+
position:absolute;
|
| 11 |
+
left:0;top:0;
|
| 12 |
+
visibility:hidden;
|
| 13 |
+
z-index:15000;
|
| 14 |
+
}
|
| 15 |
+
.x-dd-drag-ghost{
|
| 16 |
+
color: black;
|
| 17 |
+
font: normal 11px arial, helvetica, sans-serif;
|
| 18 |
+
-moz-opacity: 0.85;
|
| 19 |
+
opacity:.85;
|
| 20 |
+
filter: alpha(opacity=85);
|
| 21 |
+
border-top:1px solid #dddddd;
|
| 22 |
+
border-left:1px solid #dddddd;
|
| 23 |
+
border-right:1px solid #bbbbbb;
|
| 24 |
+
border-bottom:1px solid #bbbbbb;
|
| 25 |
+
padding:3px;
|
| 26 |
+
padding-left:20px;
|
| 27 |
+
background-color:white;
|
| 28 |
+
white-space:nowrap;
|
| 29 |
+
}
|
| 30 |
+
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 31 |
+
-moz-opacity: 0.4;
|
| 32 |
+
opacity:.4;
|
| 33 |
+
filter: alpha(opacity=40);
|
| 34 |
+
border:0 none;
|
| 35 |
+
padding:0;
|
| 36 |
+
background-color:transparent;
|
| 37 |
+
}
|
| 38 |
+
.x-dd-drag-repair .x-dd-drop-icon{
|
| 39 |
+
visibility:hidden;
|
| 40 |
+
}
|
| 41 |
+
.x-dd-drop-icon{
|
| 42 |
+
position:absolute;
|
| 43 |
+
top:3px;
|
| 44 |
+
left:3px;
|
| 45 |
+
display:block;
|
| 46 |
+
width:16px;
|
| 47 |
+
height:16px;
|
| 48 |
+
background-color:transparent;
|
| 49 |
+
background-position: center;
|
| 50 |
+
background-repeat: no-repeat;
|
| 51 |
+
z-index:1;
|
| 52 |
+
}
|
| 53 |
+
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 54 |
+
background-image: url(../images/default/dd/drop-no.gif);
|
| 55 |
+
}
|
| 56 |
+
.x-dd-drop-ok .x-dd-drop-icon{
|
| 57 |
+
background-image: url(../images/default/dd/drop-yes.gif);
|
| 58 |
+
}
|
| 59 |
+
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 60 |
+
background-image: url(../images/default/dd/drop-add.gif);
|
| 61 |
}
|
js/extjs/resources/css/debug.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
#x-debug-browser .x-tree .x-tree-node a span {
|
| 10 |
color:#222297;
|
| 11 |
font-size:12px;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
#x-debug-browser .x-tree .x-tree-node a span {
|
| 10 |
color:#222297;
|
| 11 |
font-size:12px;
|
js/extjs/resources/css/editor.css
CHANGED
|
@@ -1,59 +1,59 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-html-editor-wrap {
|
| 10 |
-
border:1px solid #a9bfd3;
|
| 11 |
-
background:white;
|
| 12 |
-
}
|
| 13 |
-
.x-html-editor-tb .x-btn-text {
|
| 14 |
-
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 15 |
-
}
|
| 16 |
-
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 17 |
-
background-position:0 0;
|
| 18 |
-
}
|
| 19 |
-
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 20 |
-
background-position:-16px 0;
|
| 21 |
-
}
|
| 22 |
-
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 23 |
-
background-position:-32px 0;
|
| 24 |
-
}
|
| 25 |
-
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 26 |
-
background-position:-160px 0;
|
| 27 |
-
}
|
| 28 |
-
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 29 |
-
background-position:-176px 0;
|
| 30 |
-
}
|
| 31 |
-
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 32 |
-
background-position:-112px 0;
|
| 33 |
-
}
|
| 34 |
-
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 35 |
-
background-position:-128px 0;
|
| 36 |
-
}
|
| 37 |
-
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 38 |
-
background-position:-144px 0;
|
| 39 |
-
}
|
| 40 |
-
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 41 |
-
background-position:-80px 0;
|
| 42 |
-
}
|
| 43 |
-
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 44 |
-
background-position:-96px 0;
|
| 45 |
-
}
|
| 46 |
-
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 47 |
-
background-position:-48px 0;
|
| 48 |
-
}
|
| 49 |
-
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 50 |
-
background-position:-64px 0;
|
| 51 |
-
}
|
| 52 |
-
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 53 |
-
background-position:-192px 0;
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 57 |
-
padding:5px;
|
| 58 |
-
padding-bottom:1px;
|
| 59 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-html-editor-wrap {
|
| 10 |
+
border:1px solid #a9bfd3;
|
| 11 |
+
background:white;
|
| 12 |
+
}
|
| 13 |
+
.x-html-editor-tb .x-btn-text {
|
| 14 |
+
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 15 |
+
}
|
| 16 |
+
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 17 |
+
background-position:0 0;
|
| 18 |
+
}
|
| 19 |
+
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 20 |
+
background-position:-16px 0;
|
| 21 |
+
}
|
| 22 |
+
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 23 |
+
background-position:-32px 0;
|
| 24 |
+
}
|
| 25 |
+
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 26 |
+
background-position:-160px 0;
|
| 27 |
+
}
|
| 28 |
+
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 29 |
+
background-position:-176px 0;
|
| 30 |
+
}
|
| 31 |
+
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 32 |
+
background-position:-112px 0;
|
| 33 |
+
}
|
| 34 |
+
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 35 |
+
background-position:-128px 0;
|
| 36 |
+
}
|
| 37 |
+
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 38 |
+
background-position:-144px 0;
|
| 39 |
+
}
|
| 40 |
+
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 41 |
+
background-position:-80px 0;
|
| 42 |
+
}
|
| 43 |
+
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 44 |
+
background-position:-96px 0;
|
| 45 |
+
}
|
| 46 |
+
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 47 |
+
background-position:-48px 0;
|
| 48 |
+
}
|
| 49 |
+
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 50 |
+
background-position:-64px 0;
|
| 51 |
+
}
|
| 52 |
+
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 53 |
+
background-position:-192px 0;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 57 |
+
padding:5px;
|
| 58 |
+
padding-bottom:1px;
|
| 59 |
}
|
js/extjs/resources/css/ext-all.css
CHANGED
|
@@ -1,2151 +1,2151 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.ext-el-mask {
|
| 10 |
-
z-index: 20000;
|
| 11 |
-
position: absolute;
|
| 12 |
-
top: 0;
|
| 13 |
-
left: 0;
|
| 14 |
-
-moz-opacity: 0.5;
|
| 15 |
-
opacity: .50;
|
| 16 |
-
filter: alpha(opacity=50);
|
| 17 |
-
background-color: #CCC;
|
| 18 |
-
width: 100%;
|
| 19 |
-
height: 100%;
|
| 20 |
-
zoom: 1;
|
| 21 |
-
}
|
| 22 |
-
.ext-el-mask-msg {
|
| 23 |
-
z-index: 20001;
|
| 24 |
-
position: absolute;
|
| 25 |
-
top: 0;
|
| 26 |
-
left: 0;
|
| 27 |
-
border:1px solid #6593cf;
|
| 28 |
-
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
-
padding:2px;
|
| 30 |
-
}
|
| 31 |
-
.ext-el-mask-msg div {
|
| 32 |
-
padding:5px 10px 5px 10px;
|
| 33 |
-
background: #eee;
|
| 34 |
-
border:1px solid #a3bad9;
|
| 35 |
-
color:#333;
|
| 36 |
-
/* font:normal 12px tahoma, arial, helvetica, sans-serif; */
|
| 37 |
-
cursor:wait;
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.ext-shim {
|
| 41 |
-
position:absolute;
|
| 42 |
-
visibility:hidden;
|
| 43 |
-
left:0;
|
| 44 |
-
top:0;
|
| 45 |
-
overflow:hidden;
|
| 46 |
-
}
|
| 47 |
-
.ext-ie .ext-shim {
|
| 48 |
-
filter: alpha(opacity=0);
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
.x-mask-loading div {
|
| 52 |
-
padding:5px 10px 5px 25px;
|
| 53 |
-
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
-
line-height: 16px;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
.x-hidden {
|
| 59 |
-
position:absolute;
|
| 60 |
-
left:-2000px;
|
| 61 |
-
top:-2000px;
|
| 62 |
-
visibility:hidden;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.x-masked {
|
| 66 |
-
overflow: hidden !important;
|
| 67 |
-
}
|
| 68 |
-
|
| 69 |
-
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
-
visibility: hidden;
|
| 71 |
-
}
|
| 72 |
-
|
| 73 |
-
.x-layer {
|
| 74 |
-
visibility: hidden;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
.x-unselectable, .x-unselectable * {
|
| 78 |
-
-moz-user-select: none;
|
| 79 |
-
-khtml-user-select: none;
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
.x-repaint {
|
| 83 |
-
zoom: 1;
|
| 84 |
-
background-color: transparent;
|
| 85 |
-
-moz-outline: none;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
.x-item-disabled {
|
| 89 |
-
color: gray;
|
| 90 |
-
cursor: default;
|
| 91 |
-
opacity: .6;
|
| 92 |
-
-moz-opacity: .6;
|
| 93 |
-
filter: alpha(opacity=60);
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-item-disabled * {
|
| 97 |
-
color: gray;
|
| 98 |
-
cursor: default !important;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
.x-splitbar-proxy {
|
| 102 |
-
position: absolute;
|
| 103 |
-
visibility: hidden;
|
| 104 |
-
z-index: 20001;
|
| 105 |
-
background: #aaa;
|
| 106 |
-
zoom: 1;
|
| 107 |
-
line-height: 1px;
|
| 108 |
-
font-size: 1px;
|
| 109 |
-
overflow: hidden;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
-
cursor: e-resize;
|
| 114 |
-
cursor: col-resize;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
-
cursor: s-resize;
|
| 119 |
-
cursor: row-resize;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.x-color-palette {
|
| 123 |
-
width: 150px;
|
| 124 |
-
height: 92px;
|
| 125 |
-
cursor: pointer;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
.x-color-palette a {
|
| 129 |
-
border: 1px solid #fff;
|
| 130 |
-
float: left;
|
| 131 |
-
padding: 2px;
|
| 132 |
-
text-decoration: none;
|
| 133 |
-
-moz-outline: 0 none;
|
| 134 |
-
outline: 0 none;
|
| 135 |
-
cursor: pointer;
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
-
border: 1px solid #8BB8F3;
|
| 140 |
-
background: #deecfd;
|
| 141 |
-
}
|
| 142 |
-
|
| 143 |
-
.x-color-palette em {
|
| 144 |
-
display: block;
|
| 145 |
-
border: 1px solid #ACA899;
|
| 146 |
-
}
|
| 147 |
-
|
| 148 |
-
.x-color-palette em span {
|
| 149 |
-
cursor: pointer;
|
| 150 |
-
display: block;
|
| 151 |
-
height: 10px;
|
| 152 |
-
line-height: 10px;
|
| 153 |
-
width: 10px;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
.x-ie-shadow {
|
| 157 |
-
display: none;
|
| 158 |
-
position: absolute;
|
| 159 |
-
overflow: hidden;
|
| 160 |
-
left:0;
|
| 161 |
-
top:0;
|
| 162 |
-
background:#777;
|
| 163 |
-
zoom:1;
|
| 164 |
-
}
|
| 165 |
-
|
| 166 |
-
.x-shadow {
|
| 167 |
-
display: none;
|
| 168 |
-
position: absolute;
|
| 169 |
-
overflow: hidden;
|
| 170 |
-
left:0;
|
| 171 |
-
top:0;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
.x-shadow * {
|
| 175 |
-
overflow: hidden;
|
| 176 |
-
}
|
| 177 |
-
|
| 178 |
-
.x-shadow * {
|
| 179 |
-
padding: 0;
|
| 180 |
-
border: 0;
|
| 181 |
-
margin: 0;
|
| 182 |
-
clear: none;
|
| 183 |
-
zoom: 1;
|
| 184 |
-
}
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
-
height: 6px;
|
| 189 |
-
float: left;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
-
width: 6px;
|
| 195 |
-
height: 6px;
|
| 196 |
-
float: left;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
.x-shadow .xsc {
|
| 201 |
-
width: 100%;
|
| 202 |
-
}
|
| 203 |
-
|
| 204 |
-
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
-
width: 6px;
|
| 206 |
-
float: left;
|
| 207 |
-
height: 100%;
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
.x-shadow .xsmc {
|
| 211 |
-
float: left;
|
| 212 |
-
height: 100%;
|
| 213 |
-
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
-
}
|
| 215 |
-
|
| 216 |
-
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
-
height: 6px;
|
| 218 |
-
overflow: hidden;
|
| 219 |
-
width: 100%;
|
| 220 |
-
}
|
| 221 |
-
|
| 222 |
-
.x-shadow .xsml {
|
| 223 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
-
}
|
| 225 |
-
|
| 226 |
-
.x-shadow .xsmr {
|
| 227 |
-
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
-
}
|
| 229 |
-
|
| 230 |
-
.x-shadow .xstl {
|
| 231 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
-
}
|
| 233 |
-
|
| 234 |
-
.x-shadow .xstc {
|
| 235 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
.x-shadow .xstr {
|
| 239 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
-
}
|
| 241 |
-
|
| 242 |
-
.x-shadow .xsbl {
|
| 243 |
-
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
-
}
|
| 245 |
-
|
| 246 |
-
.x-shadow .xsbc {
|
| 247 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
-
}
|
| 249 |
-
|
| 250 |
-
.x-shadow .xsbr {
|
| 251 |
-
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
-
}
|
| 253 |
-
|
| 254 |
-
.loading-indicator {
|
| 255 |
-
font-size: 11px;
|
| 256 |
-
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
-
background-repeat: no-repeat;
|
| 258 |
-
background-position: left;
|
| 259 |
-
padding-left: 20px;
|
| 260 |
-
line-height: 16px;
|
| 261 |
-
margin: 3px;
|
| 262 |
-
}
|
| 263 |
-
|
| 264 |
-
.x-text-resize {
|
| 265 |
-
position: absolute;
|
| 266 |
-
left: -1000px;
|
| 267 |
-
top: -1000px;
|
| 268 |
-
visibility: hidden;
|
| 269 |
-
zoom: 1;
|
| 270 |
-
}
|
| 271 |
-
|
| 272 |
-
.x-drag-overlay {
|
| 273 |
-
width: 100%;
|
| 274 |
-
height: 100%;
|
| 275 |
-
display: none;
|
| 276 |
-
position: absolute;
|
| 277 |
-
left: 0;
|
| 278 |
-
top: 0;
|
| 279 |
-
background: white;
|
| 280 |
-
z-index: 20000;
|
| 281 |
-
-moz-opacity: 0;
|
| 282 |
-
opacity: 0;
|
| 283 |
-
filter: alpha(opacity=0);
|
| 284 |
-
}
|
| 285 |
-
|
| 286 |
-
.x-clear {
|
| 287 |
-
clear:both;
|
| 288 |
-
height:0;
|
| 289 |
-
overflow:hidden;
|
| 290 |
-
line-height:0;
|
| 291 |
-
font-size:0;
|
| 292 |
-
}
|
| 293 |
-
.x-tabs-wrap {
|
| 294 |
-
border-bottom:1px solid #6593cf;
|
| 295 |
-
padding-top:2px;
|
| 296 |
-
}
|
| 297 |
-
.x-tabs-strip-wrap{
|
| 298 |
-
width:100%;
|
| 299 |
-
}
|
| 300 |
-
.x-tabs-wrap table{
|
| 301 |
-
position:relative;
|
| 302 |
-
top:0; left:0;
|
| 303 |
-
}
|
| 304 |
-
.x-tabs-strip td{
|
| 305 |
-
padding:0;
|
| 306 |
-
padding-left:2px;
|
| 307 |
-
}
|
| 308 |
-
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 309 |
-
display:block;
|
| 310 |
-
}
|
| 311 |
-
.x-tabs-strip a {
|
| 312 |
-
text-decoration:none !important;
|
| 313 |
-
-moz-outline: none;
|
| 314 |
-
outline: none;
|
| 315 |
-
cursor:pointer;
|
| 316 |
-
}
|
| 317 |
-
.x-tabs-strip .x-tabs-text {
|
| 318 |
-
/*font:bold 11px tahoma,arial,helvetica; */
|
| 319 |
-
color:#666;
|
| 320 |
-
overflow:hidden;
|
| 321 |
-
white-space: nowrap;
|
| 322 |
-
cursor:pointer;
|
| 323 |
-
text-overflow: ellipsis;
|
| 324 |
-
}
|
| 325 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 326 |
-
cursor:default;
|
| 327 |
-
color:#083772;
|
| 328 |
-
}
|
| 329 |
-
.x-tabs-strip .disabled .x-tabs-text {
|
| 330 |
-
cursor:default;
|
| 331 |
-
color:#aaaaaa;
|
| 332 |
-
}
|
| 333 |
-
.x-tabs-strip .x-tabs-inner {
|
| 334 |
-
padding:4px 10px;
|
| 335 |
-
}
|
| 336 |
-
|
| 337 |
-
.x-tabs-strip .on .x-tabs-right {
|
| 338 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 339 |
-
}
|
| 340 |
-
.x-tabs-strip .on .x-tabs-left {
|
| 341 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 342 |
-
}
|
| 343 |
-
.x-tabs-strip .x-tabs-right {
|
| 344 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 345 |
-
}
|
| 346 |
-
.x-tabs-strip .x-tabs-left {
|
| 347 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 348 |
-
}
|
| 349 |
-
|
| 350 |
-
.x-tabs-strip a {
|
| 351 |
-
position:relative;
|
| 352 |
-
top:1px; left:0;
|
| 353 |
-
}
|
| 354 |
-
.x-tabs-strip .on a {
|
| 355 |
-
position:relative;
|
| 356 |
-
}
|
| 357 |
-
.x-tabs-strip .on .x-tabs-inner {
|
| 358 |
-
padding-bottom:5px;
|
| 359 |
-
}
|
| 360 |
-
|
| 361 |
-
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 362 |
-
padding-right:22px;
|
| 363 |
-
position:relative;
|
| 364 |
-
}
|
| 365 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 366 |
-
line-height: 1px;
|
| 367 |
-
font-size:1px;
|
| 368 |
-
background-image:url(../images/default/layout/tab-close.gif);
|
| 369 |
-
display:block;
|
| 370 |
-
position:absolute;
|
| 371 |
-
right:5px;top:4px;
|
| 372 |
-
width:11px;height:11px;
|
| 373 |
-
cursor:pointer;
|
| 374 |
-
}
|
| 375 |
-
.x-tabs-strip .on .close-icon{
|
| 376 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 377 |
-
}
|
| 378 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 379 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 380 |
-
}
|
| 381 |
-
.x-tabs-body {
|
| 382 |
-
border:1px solid #6593cf;
|
| 383 |
-
border-top:0 none;
|
| 384 |
-
}
|
| 385 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 386 |
-
border-top:1px solid #6593cf;
|
| 387 |
-
border-bottom:0 none;
|
| 388 |
-
padding-top:0;
|
| 389 |
-
padding-bottom:2px;
|
| 390 |
-
}
|
| 391 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 392 |
-
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 393 |
-
}
|
| 394 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 395 |
-
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 396 |
-
}
|
| 397 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 398 |
-
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 399 |
-
}
|
| 400 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 401 |
-
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 402 |
-
}
|
| 403 |
-
.x-tabs-bottom .x-tabs-strip a {
|
| 404 |
-
position:relative;
|
| 405 |
-
top:0; left:0;
|
| 406 |
-
}
|
| 407 |
-
.x-tabs-bottom .x-tabs-strip .on a {
|
| 408 |
-
margin-top:-1px;
|
| 409 |
-
}
|
| 410 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 411 |
-
padding-top:5px;
|
| 412 |
-
}
|
| 413 |
-
|
| 414 |
-
.x-tabs-bottom .x-tabs-body {
|
| 415 |
-
border:1px solid #6593cf;
|
| 416 |
-
border-bottom:0 none;
|
| 417 |
-
}
|
| 418 |
-
|
| 419 |
-
.x-form-field{ margin: 0 0 0 0; /* font:normal 12px tahoma, arial, helvetica, sans-serif;*/}.x-form-text, textarea.x-form-field{ padding: 1px 3px; background:#fff url(../images/default/form/text-bg.gif) repeat-x 0 0; border: 1px solid #B5B8C8;}.x-form-text { height:22px; line-height:18px; vertical-align:middle;}.ext-ie .x-form-text { margin-top:-1px; margin-bottom:-1px; height:22px; line-height:18px;}.ext-strict .x-form-text { height:18px;}.ext-safari .x-form-text { height:20px; }.ext-gecko .x-form-text { padding-top:2px; padding-bottom:0;}.x-form-select-one { height:20px; line-height:18px; vertical-align:middle; background-color:#fff; border: 1px solid #B5B8C8;}.x-form-field-wrap { position:relative; zoom:1; white-space: nowrap;}.x-editor .x-form-check-wrap { background:#fff;}.x-form-field-wrap .x-form-trigger{ width:17px; height:21px; border:0; background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0; cursor:pointer; border-bottom: 1px solid #B5B8C8; position:absolute; top:0;}.ext-safari .x-form-field-wrap .x-form-trigger{ height:19px; }.x-form-field-wrap .x-form-clear-trigger{ background-image: url(../images/default/form/clear-trigger.gif); cursor:pointer;}.x-form-field-wrap .x-form-search-trigger{ background-image: url(../images/default/form/search-trigger.gif); cursor:pointer;}.ext-safari .x-form-field-wrap .x-form-trigger{ right:0;}.x-form-field-wrap .x-form-twin-triggers{ }.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{ position:static; top:auto; vertical-align:top;}.x-form-field-wrap .x-form-trigger-over{ background-position:-17px 0;}.x-form-field-wrap .x-form-trigger-click{ background-position:-34px 0;}.x-trigger-wrap-focus .x-form-trigger{ background-position:-51px 0;}.x-trigger-wrap-focus .x-form-trigger-over{ background-position:-68px 0;}.x-trigger-wrap-focus .x-form-trigger-click{ background-position:-85px 0;}.x-trigger-wrap-focus .x-form-trigger{ border-bottom: 1px solid #7eadd9;}.x-item-disabled .x-form-trigger-over{ background-position:0 0 !important; border-bottom: 1px solid #B5B8C8;}.x-item-disabled .x-form-trigger-click{ background-position:0 0 !important; border-bottom: 1px solid #B5B8C8;}.x-form-focus, textarea.x-form-focus{ border: 1px solid #7eadd9;}.x-form-invalid, textarea.x-form-invalid{ background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom; border: 1px solid #dd7870;}.ext-safari .x-form-invalid{ background-color:#ffeeee; border: 1px solid #ff7870;}.x-editor { visibility:hidden; padding:0; margin:0;}.x-form-check-wrap { line-height:18px;}.ext-ie .x-form-check-wrap input { width:15px; height:15px;}.x-editor .x-form-check-wrap { padding:3px;}.x-editor .x-form-checkbox { height:13px; border: 0 none;}.x-form-grow-sizer { /* font:normal 12px tahoma, arial, helvetica, sans-serif;*/ left: -10000px; padding: 8px 3px; position: absolute; visibility:hidden; top: -10000px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; zoom:1;}.x-form-grow-sizer p { margin:0 !important; border:0 none !important; padding:0 !important;}.x-form-item { /*font:normal 12px tahoma, arial, helvetica, sans-serif; */ display:block; margin-bottom:4px;}.x-form-item label { display:block; float:left; width:100px; padding:3px; padding-left:0; clear:left; z-index:2; position:relative;}.x-form-element { padding-left:105px; position:relative;}.x-form-invalid-msg { color:#ee0000; padding:2px; padding-left:18px; /* font:normal 11px tahoma, arial, helvetica, sans-serif; */ background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px; line-height:16px; width:200px;}.x-form-label-right label { text-align:right;}.x-form-label-top .x-form-item label { width:auto; float:none; clear:none; display:inline; margin-bottom:4px; position:static;}.x-form-label-top .x-form-element { padding-left:0; padding-top:4px;}.x-form-label-top .x-form-item { padding-bottom:4px;}.x-form fieldset { border:1px solid #B5B8C8; padding:10px 10px 5px 10px; margin-bottom:10px;}.x-form fieldset legend { /* font:bold 11px tahoma, arial, helvetica, sans-serif; */color:#15428b;}.ext-ie .x-form fieldset legend { margin-bottom:10px;}.ext-ie .x-form fieldset { padding-top: 0;}.x-form-empty-field { color:gray;}.x-small-editor .x-form-field { /* font:normal 11px arial, tahoma, helvetica, sans-serif; */}.x-small-editor .x-form-text { height:20px; line-height:16px; vertical-align:middle;}.ext-ie .x-small-editor .x-form-text { margin-top:-1px !important; margin-bottom:-1px !important; height:20px !important; line-height:16px !important;}.ext-strict .x-small-editor .x-form-text { height:16px !important;}.ext-safari .x-small-editor .x-form-field { /* font:normal 12px arial, tahoma, helvetica, sans-serif; */}.ext-ie .x-small-editor .x-form-text { height:20px; line-height:16px;}.ext-border-box .x-small-editor .x-form-text { height:20px;}.x-small-editor .x-form-select-one { height:20px; line-height:16px; vertical-align:middle;}.x-small-editor .x-form-num-field { text-align:right;}.x-small-editor .x-form-field-wrap .x-form-trigger{ height:19px;}.x-form-clear { clear:both; height:0; overflow:hidden; line-height:0; font-size:0;}.x-form-clear-left { clear:left; height:0; overflow:hidden; line-height:0; font-size:0;}.x-form-cb-label { width:'auto' !important; float:none !important; clear:none !important; display:inline !important; margin-left:4px;}.x-form-column { float:left; padding:0; margin:0; width:48%; overflow:hidden; zoom:1;}.x-form .x-form-btns-ct .x-btn{ float:right; clear:none;}.x-form .x-form-btns-ct .x-form-btns td { border:0; padding:0;}.x-form .x-form-btns-ct .x-form-btns-right table{ float:right; clear:none;}.x-form .x-form-btns-ct .x-form-btns-left table{ float:left; clear:none;}.x-form .x-form-btns-ct .x-form-btns-center{ text-align:center; }.x-form .x-form-btns-ct .x-form-btns-center table{ margin:0 auto; }.x-form .x-form-btns-ct table td.x-form-btn-td{ padding:3px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{ background-position:0 -147px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{ background-position:0 -168px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{ background-position:0 -189px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-center{ background-position:0 -126px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-right{ background-position:0 -84px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-left{ background-position:0 -63px;}.x-form-invalid-icon { width:16px; height:18px; visibility:hidden; position:absolute; left:0; top:0; display:block; background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;}.x-btn{
|
| 420 |
-
/*font:normal 11px tahoma, verdana, helvetica; */
|
| 421 |
-
cursor:pointer;
|
| 422 |
-
white-space: nowrap;
|
| 423 |
-
}
|
| 424 |
-
.x-btn button{
|
| 425 |
-
border:0 none;
|
| 426 |
-
background:transparent;
|
| 427 |
-
/* font:normal 11px tahoma,verdana,helvetica; */
|
| 428 |
-
padding-left:3px;
|
| 429 |
-
padding-right:3px;
|
| 430 |
-
cursor:pointer;
|
| 431 |
-
margin:0;
|
| 432 |
-
overflow:visible;
|
| 433 |
-
width:auto;
|
| 434 |
-
-moz-outline:0 none;
|
| 435 |
-
outline:0 none;
|
| 436 |
-
}
|
| 437 |
-
* html .ext-ie .x-btn button {
|
| 438 |
-
width:1px;
|
| 439 |
-
}
|
| 440 |
-
.ext-gecko .x-btn button {
|
| 441 |
-
padding-left:0;
|
| 442 |
-
padding-right:0;
|
| 443 |
-
}
|
| 444 |
-
.ext-ie .x-btn button {
|
| 445 |
-
padding-top:2px;
|
| 446 |
-
}
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
.x-btn-icon .x-btn-center .x-btn-text{
|
| 450 |
-
background-position: center;
|
| 451 |
-
background-repeat: no-repeat;
|
| 452 |
-
height: 16px;
|
| 453 |
-
width: 16px;
|
| 454 |
-
cursor:pointer;
|
| 455 |
-
white-space: nowrap;
|
| 456 |
-
padding:0;
|
| 457 |
-
}
|
| 458 |
-
.x-btn-icon .x-btn-center{
|
| 459 |
-
padding:1px;
|
| 460 |
-
}
|
| 461 |
-
.x-btn em {
|
| 462 |
-
font-style:normal;
|
| 463 |
-
font-weight:normal;
|
| 464 |
-
}
|
| 465 |
-
|
| 466 |
-
|
| 467 |
-
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 468 |
-
background-position: 0 2px;
|
| 469 |
-
background-repeat: no-repeat;
|
| 470 |
-
padding-left:18px;
|
| 471 |
-
padding-top:3px;
|
| 472 |
-
padding-bottom:3px;
|
| 473 |
-
padding-right:0;
|
| 474 |
-
}
|
| 475 |
-
|
| 476 |
-
.x-btn-left, .x-btn-right{
|
| 477 |
-
font-size:1px;
|
| 478 |
-
line-height:1px;
|
| 479 |
-
}
|
| 480 |
-
.x-btn-left{
|
| 481 |
-
width:3px;
|
| 482 |
-
height:21px;
|
| 483 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 484 |
-
}
|
| 485 |
-
.x-btn-right{
|
| 486 |
-
width:3px;
|
| 487 |
-
height:21px;
|
| 488 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 489 |
-
}
|
| 490 |
-
.x-btn-left i, .x-btn-right i{
|
| 491 |
-
display:block;
|
| 492 |
-
width:3px;
|
| 493 |
-
overflow:hidden;
|
| 494 |
-
font-size:1px;
|
| 495 |
-
line-height:1px;
|
| 496 |
-
}
|
| 497 |
-
.x-btn-center{
|
| 498 |
-
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 499 |
-
vertical-align: middle;
|
| 500 |
-
text-align:center;
|
| 501 |
-
padding:0 5px;
|
| 502 |
-
cursor:pointer;
|
| 503 |
-
white-space:nowrap;
|
| 504 |
-
}
|
| 505 |
-
.x-btn-over .x-btn-left{
|
| 506 |
-
background-position:0 -63px;
|
| 507 |
-
}
|
| 508 |
-
.x-btn-over .x-btn-right{
|
| 509 |
-
background-position:0 -84px;
|
| 510 |
-
}
|
| 511 |
-
.x-btn-over .x-btn-center{
|
| 512 |
-
background-position:0 -105px;
|
| 513 |
-
}
|
| 514 |
-
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 515 |
-
background-position:0 -126px;
|
| 516 |
-
}
|
| 517 |
-
.x-btn-disabled *{
|
| 518 |
-
color:gray !important;
|
| 519 |
-
cursor:default !important;
|
| 520 |
-
}
|
| 521 |
-
.x-btn-menu-text-wrap .x-btn-center {
|
| 522 |
-
padding:0 3px;
|
| 523 |
-
}
|
| 524 |
-
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 525 |
-
padding:0 1px;
|
| 526 |
-
}
|
| 527 |
-
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 528 |
-
padding:0;
|
| 529 |
-
}
|
| 530 |
-
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 531 |
-
width:12px !important;
|
| 532 |
-
height:21px;
|
| 533 |
-
padding:0 !important;
|
| 534 |
-
display:block;
|
| 535 |
-
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 536 |
-
}
|
| 537 |
-
.x-btn-with-menu .x-btn-center {
|
| 538 |
-
padding-right:2px !important;
|
| 539 |
-
}
|
| 540 |
-
.x-btn-with-menu .x-btn-center em {
|
| 541 |
-
display:block;
|
| 542 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 543 |
-
padding-right:10px;
|
| 544 |
-
}
|
| 545 |
-
|
| 546 |
-
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 547 |
-
display:block;
|
| 548 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 549 |
-
padding-right:10px;
|
| 550 |
-
}.x-toolbar{
|
| 551 |
-
border-top: 1px solid #eaf0f7;
|
| 552 |
-
border-bottom: 1px solid #a9bfd3;
|
| 553 |
-
display: block;
|
| 554 |
-
padding:2px;
|
| 555 |
-
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 556 |
-
position:relative;
|
| 557 |
-
}
|
| 558 |
-
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 559 |
-
opacity: .35;
|
| 560 |
-
-moz-opacity: .35;
|
| 561 |
-
filter: alpha(opacity=35);
|
| 562 |
-
}
|
| 563 |
-
.x-toolbar td {
|
| 564 |
-
vertical-align:middle;
|
| 565 |
-
}
|
| 566 |
-
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 567 |
-
border: 0 none;
|
| 568 |
-
background: url(../images/default/grid/mso-hd.gif);
|
| 569 |
-
}
|
| 570 |
-
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
|
| 571 |
-
white-space: nowrap;
|
| 572 |
-
/* font:normal 11px tahoma, arial, helvetica, sans-serif; */
|
| 573 |
-
}
|
| 574 |
-
.x-toolbar .x-item-disabled {
|
| 575 |
-
color:gray;
|
| 576 |
-
cursor:default;
|
| 577 |
-
opacity:.6;
|
| 578 |
-
-moz-opacity:.6;
|
| 579 |
-
filter:alpha(opacity=60);
|
| 580 |
-
}
|
| 581 |
-
.x-toolbar .x-item-disabled * {
|
| 582 |
-
color:gray;
|
| 583 |
-
cursor:default;
|
| 584 |
-
}
|
| 585 |
-
.x-toolbar .x-btn-left{
|
| 586 |
-
background:none;
|
| 587 |
-
}
|
| 588 |
-
.x-toolbar .x-btn-right{
|
| 589 |
-
background:none;
|
| 590 |
-
}
|
| 591 |
-
.x-toolbar .x-btn-center{
|
| 592 |
-
background:none;
|
| 593 |
-
padding:0 0;
|
| 594 |
-
}
|
| 595 |
-
|
| 596 |
-
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 597 |
-
padding-right:2px;
|
| 598 |
-
}
|
| 599 |
-
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 600 |
-
padding-right:0;
|
| 601 |
-
}
|
| 602 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 603 |
-
padding:0 2px;
|
| 604 |
-
}
|
| 605 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 606 |
-
width:12px;
|
| 607 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 608 |
-
}
|
| 609 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 610 |
-
width:12px;
|
| 611 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 612 |
-
}
|
| 613 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 614 |
-
background-position: 0 -47px;
|
| 615 |
-
}
|
| 616 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 617 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 618 |
-
}
|
| 619 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 620 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 621 |
-
}
|
| 622 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 623 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 624 |
-
}
|
| 625 |
-
|
| 626 |
-
.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{
|
| 627 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 628 |
-
}
|
| 629 |
-
.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{
|
| 630 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 631 |
-
}
|
| 632 |
-
.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{
|
| 633 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 634 |
-
}
|
| 635 |
-
|
| 636 |
-
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 637 |
-
padding-right:8px;
|
| 638 |
-
}
|
| 639 |
-
|
| 640 |
-
.x-toolbar .ytb-text{
|
| 641 |
-
padding:2px;
|
| 642 |
-
}
|
| 643 |
-
.x-toolbar .ytb-sep {
|
| 644 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 645 |
-
background-position: center;
|
| 646 |
-
background-repeat: no-repeat;
|
| 647 |
-
display: block;
|
| 648 |
-
font-size: 1px;
|
| 649 |
-
height: 16px;
|
| 650 |
-
width:4px;
|
| 651 |
-
overflow: hidden;
|
| 652 |
-
cursor:default;
|
| 653 |
-
margin: 0 2px 0;
|
| 654 |
-
border:0;
|
| 655 |
-
}
|
| 656 |
-
.x-toolbar .ytb-spacer {
|
| 657 |
-
width:2px;
|
| 658 |
-
}
|
| 659 |
-
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 660 |
-
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 661 |
-
}
|
| 662 |
-
|
| 663 |
-
|
| 664 |
-
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 665 |
-
padding-bottom:1px;
|
| 666 |
-
}
|
| 667 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 668 |
-
top:1px;
|
| 669 |
-
}
|
| 670 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 671 |
-
margin-top:1px;
|
| 672 |
-
}
|
| 673 |
-
|
| 674 |
-
|
| 675 |
-
|
| 676 |
-
.x-grid-page-number{
|
| 677 |
-
width:24px;
|
| 678 |
-
height:14px;
|
| 679 |
-
}
|
| 680 |
-
.x-grid-page-first .x-btn-text{
|
| 681 |
-
background-image: url(../images/default/grid/page-first.gif);
|
| 682 |
-
}
|
| 683 |
-
.x-grid-loading .x-btn-text{
|
| 684 |
-
background-image: url(../images/default/grid/done.gif);
|
| 685 |
-
}
|
| 686 |
-
.x-grid-page-last .x-btn-text{
|
| 687 |
-
background-image: url(../images/default/grid/page-last.gif);
|
| 688 |
-
}
|
| 689 |
-
.x-grid-page-next .x-btn-text{
|
| 690 |
-
background-image: url(../images/default/grid/page-next.gif);
|
| 691 |
-
}
|
| 692 |
-
.x-grid-page-prev .x-btn-text{
|
| 693 |
-
background-image: url(../images/default/grid/page-prev.gif);
|
| 694 |
-
}
|
| 695 |
-
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 696 |
-
background-image: url(../images/default/grid/loading.gif);
|
| 697 |
-
}
|
| 698 |
-
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 699 |
-
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 700 |
-
}
|
| 701 |
-
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 702 |
-
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 703 |
-
}
|
| 704 |
-
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 705 |
-
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 706 |
-
}
|
| 707 |
-
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 708 |
-
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 709 |
-
}
|
| 710 |
-
.x-paging-info {
|
| 711 |
-
position:absolute;
|
| 712 |
-
top:8px;
|
| 713 |
-
right: 8px;
|
| 714 |
-
color:#15428b;
|
| 715 |
-
}
|
| 716 |
-
.x-resizable-handle {
|
| 717 |
-
position:absolute;
|
| 718 |
-
z-index:100;
|
| 719 |
-
|
| 720 |
-
font-size:1px;
|
| 721 |
-
line-height:6px;
|
| 722 |
-
overflow:hidden;
|
| 723 |
-
background:white;
|
| 724 |
-
filter:alpha(opacity=0);
|
| 725 |
-
opacity:0;
|
| 726 |
-
zoom:1;
|
| 727 |
-
}
|
| 728 |
-
.x-resizable-handle-east{
|
| 729 |
-
width:6px;
|
| 730 |
-
cursor:e-resize;
|
| 731 |
-
right:0;
|
| 732 |
-
top:0;
|
| 733 |
-
height:100%;
|
| 734 |
-
}
|
| 735 |
-
.ext-ie .x-resizable-handle-east {
|
| 736 |
-
margin-right:-1px;
|
| 737 |
-
}
|
| 738 |
-
.x-resizable-handle-south{
|
| 739 |
-
width:100%;
|
| 740 |
-
cursor:s-resize;
|
| 741 |
-
left:0;
|
| 742 |
-
bottom:0;
|
| 743 |
-
height:6px;
|
| 744 |
-
}
|
| 745 |
-
.ext-ie .x-resizable-handle-south {
|
| 746 |
-
margin-bottom:-1px;
|
| 747 |
-
}
|
| 748 |
-
.x-resizable-handle-west{
|
| 749 |
-
width:6px;
|
| 750 |
-
cursor:w-resize;
|
| 751 |
-
left:0;
|
| 752 |
-
top:0;
|
| 753 |
-
height:100%;
|
| 754 |
-
}
|
| 755 |
-
.x-resizable-handle-north{
|
| 756 |
-
width:100%;
|
| 757 |
-
cursor:n-resize;
|
| 758 |
-
left:0;
|
| 759 |
-
top:0;
|
| 760 |
-
height:6px;
|
| 761 |
-
}
|
| 762 |
-
.x-resizable-handle-southeast{
|
| 763 |
-
width:6px;
|
| 764 |
-
cursor:se-resize;
|
| 765 |
-
right:0;
|
| 766 |
-
bottom:0;
|
| 767 |
-
height:6px;
|
| 768 |
-
z-index:101;
|
| 769 |
-
}
|
| 770 |
-
.x-resizable-handle-northwest{
|
| 771 |
-
width:6px;
|
| 772 |
-
cursor:nw-resize;
|
| 773 |
-
left:0;
|
| 774 |
-
top:0;
|
| 775 |
-
height:6px;
|
| 776 |
-
z-index:101;
|
| 777 |
-
}
|
| 778 |
-
.x-resizable-handle-northeast{
|
| 779 |
-
width:6px;
|
| 780 |
-
cursor:ne-resize;
|
| 781 |
-
right:0;
|
| 782 |
-
top:0;
|
| 783 |
-
height:6px;
|
| 784 |
-
z-index:101;
|
| 785 |
-
}
|
| 786 |
-
.x-resizable-handle-southwest{
|
| 787 |
-
width:6px;
|
| 788 |
-
cursor:sw-resize;
|
| 789 |
-
left:0;
|
| 790 |
-
bottom:0;
|
| 791 |
-
height:6px;
|
| 792 |
-
z-index:101;
|
| 793 |
-
}
|
| 794 |
-
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 795 |
-
filter:alpha(opacity=100);
|
| 796 |
-
opacity:1;
|
| 797 |
-
}
|
| 798 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 799 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 800 |
-
background-position: left;
|
| 801 |
-
}
|
| 802 |
-
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 803 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 804 |
-
background-position: left;
|
| 805 |
-
}
|
| 806 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 807 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 808 |
-
background-position: top;
|
| 809 |
-
}
|
| 810 |
-
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 811 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 812 |
-
background-position: top;
|
| 813 |
-
}
|
| 814 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 815 |
-
background:url(../images/default/sizer/se-handle.gif);
|
| 816 |
-
background-position: top left;
|
| 817 |
-
}
|
| 818 |
-
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 819 |
-
background:url(../images/default/sizer/nw-handle.gif);
|
| 820 |
-
background-position:bottom right;
|
| 821 |
-
}
|
| 822 |
-
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 823 |
-
background:url(../images/default/sizer/ne-handle.gif);
|
| 824 |
-
background-position: bottom left;
|
| 825 |
-
}
|
| 826 |
-
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 827 |
-
background:url(../images/default/sizer/sw-handle.gif);
|
| 828 |
-
background-position: top right;
|
| 829 |
-
}
|
| 830 |
-
.x-resizable-proxy{
|
| 831 |
-
border: 1px dashed #6593cf;
|
| 832 |
-
position:absolute;
|
| 833 |
-
overflow:hidden;
|
| 834 |
-
display:none;
|
| 835 |
-
left:0;top:0;
|
| 836 |
-
z-index:50000;
|
| 837 |
-
}
|
| 838 |
-
.x-resizable-overlay{
|
| 839 |
-
width:100%;
|
| 840 |
-
height:100%;
|
| 841 |
-
display:none;
|
| 842 |
-
position:absolute;
|
| 843 |
-
left:0;
|
| 844 |
-
top:0;
|
| 845 |
-
background:white;
|
| 846 |
-
z-index:200000;
|
| 847 |
-
-moz-opacity: 0;
|
| 848 |
-
opacity:0;
|
| 849 |
-
filter: alpha(opacity=0);
|
| 850 |
-
}
|
| 851 |
-
|
| 852 |
-
.x-grid {
|
| 853 |
-
position:relative;
|
| 854 |
-
overflow:hidden;
|
| 855 |
-
background-color:#fff;
|
| 856 |
-
}
|
| 857 |
-
.x-grid-scroller {
|
| 858 |
-
overflow:auto;
|
| 859 |
-
}
|
| 860 |
-
.x-grid-viewport, .x-grid-locked{
|
| 861 |
-
position:absolute;
|
| 862 |
-
left:0; top: 0;
|
| 863 |
-
z-index:2;
|
| 864 |
-
overflow:hidden;
|
| 865 |
-
visibility:hidden;
|
| 866 |
-
}
|
| 867 |
-
.x-grid-cell-inner, .x-grid-hd-inner{
|
| 868 |
-
overflow:hidden;
|
| 869 |
-
-o-text-overflow: ellipsis;
|
| 870 |
-
text-overflow: ellipsis;
|
| 871 |
-
}
|
| 872 |
-
.x-grid-hd-row td, .x-grid-row td{
|
| 873 |
-
/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 874 |
-
line-height:13px;
|
| 875 |
-
white-space: nowrap;
|
| 876 |
-
vertical-align: top;
|
| 877 |
-
-moz-outline: none;
|
| 878 |
-
-moz-user-focus: normal;
|
| 879 |
-
}
|
| 880 |
-
.x-grid-hd-row td {
|
| 881 |
-
line-height:14px;
|
| 882 |
-
}
|
| 883 |
-
.x-grid-col {
|
| 884 |
-
border-right: 1px solid #ebebeb;
|
| 885 |
-
border-bottom: 1px solid #ebebeb;
|
| 886 |
-
}
|
| 887 |
-
|
| 888 |
-
|
| 889 |
-
.x-grid-locked .x-grid-body td {
|
| 890 |
-
background-color: #FBFDFF;
|
| 891 |
-
border-right: 1px solid #deecfd;
|
| 892 |
-
border-bottom: 1px solid #deecfd !important;
|
| 893 |
-
}
|
| 894 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 895 |
-
border-top:0 none;
|
| 896 |
-
}
|
| 897 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 898 |
-
background-color: #F5FAFE;
|
| 899 |
-
}
|
| 900 |
-
|
| 901 |
-
.x-grid-locked .x-grid-header table{
|
| 902 |
-
border-right:1px solid transparent;
|
| 903 |
-
}
|
| 904 |
-
.x-grid-locked .x-grid-body table{
|
| 905 |
-
border-right:1px solid #c3daf9;
|
| 906 |
-
}
|
| 907 |
-
|
| 908 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 909 |
-
|
| 910 |
-
}
|
| 911 |
-
.x-grid-row {
|
| 912 |
-
cursor: default;
|
| 913 |
-
}
|
| 914 |
-
.x-grid-row-alt{
|
| 915 |
-
background-color:#f1f1f1;
|
| 916 |
-
}
|
| 917 |
-
.x-grid-row-over td{
|
| 918 |
-
background-color:#d9e8fb;
|
| 919 |
-
}
|
| 920 |
-
.x-grid-resize-proxy {
|
| 921 |
-
width:3px;
|
| 922 |
-
background-color:#cccccc;
|
| 923 |
-
cursor: e-resize;
|
| 924 |
-
cursor: col-resize;
|
| 925 |
-
position:absolute;
|
| 926 |
-
top:0;
|
| 927 |
-
height:100px;
|
| 928 |
-
overflow:hidden;
|
| 929 |
-
visibility:hidden;
|
| 930 |
-
border:0 none;
|
| 931 |
-
z-index:7;
|
| 932 |
-
}
|
| 933 |
-
.x-grid-focus {
|
| 934 |
-
position:absolute;
|
| 935 |
-
top:0;
|
| 936 |
-
-moz-outline:0 none;
|
| 937 |
-
outline:0 none;
|
| 938 |
-
-moz-user-select: normal;
|
| 939 |
-
-khtml-user-select: normal;
|
| 940 |
-
}
|
| 941 |
-
|
| 942 |
-
|
| 943 |
-
.x-grid-header{
|
| 944 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 945 |
-
overflow:hidden;
|
| 946 |
-
position:relative;
|
| 947 |
-
cursor:default;
|
| 948 |
-
width:100%;
|
| 949 |
-
}
|
| 950 |
-
.x-grid-hd-row{
|
| 951 |
-
height:22px;
|
| 952 |
-
}
|
| 953 |
-
.x-grid-hd {
|
| 954 |
-
padding-right:1px;
|
| 955 |
-
}
|
| 956 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 957 |
-
border-bottom: 1px solid #c3daf9;
|
| 958 |
-
}
|
| 959 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 960 |
-
background: #fafafa url(../images/default/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 961 |
-
padding-bottom:1px;
|
| 962 |
-
border-bottom: 1px solid #b3cae9;
|
| 963 |
-
}
|
| 964 |
-
.x-grid-sort-icon{
|
| 965 |
-
background-repeat: no-repeat;
|
| 966 |
-
display: none;
|
| 967 |
-
height: 4px;
|
| 968 |
-
width: 13px;
|
| 969 |
-
margin-left:3px;
|
| 970 |
-
vertical-align: middle;
|
| 971 |
-
}
|
| 972 |
-
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 973 |
-
background-image: url(../images/default/grid/sort_asc.gif);
|
| 974 |
-
display: inline;
|
| 975 |
-
}
|
| 976 |
-
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 977 |
-
background-image: url(../images/default/grid/sort_desc.gif);
|
| 978 |
-
display: inline;
|
| 979 |
-
}
|
| 980 |
-
|
| 981 |
-
|
| 982 |
-
.x-grid-body {
|
| 983 |
-
overflow:hidden;
|
| 984 |
-
position:relative;
|
| 985 |
-
width:100%;
|
| 986 |
-
zoom:1;
|
| 987 |
-
}
|
| 988 |
-
|
| 989 |
-
.x-grid-cell-text,.x-grid-hd-text {
|
| 990 |
-
display: block;
|
| 991 |
-
padding: 3px 5px 3px 5px;
|
| 992 |
-
-moz-user-select: none;
|
| 993 |
-
-khtml-user-select: none;
|
| 994 |
-
color:black;
|
| 995 |
-
}
|
| 996 |
-
.x-grid-hd-text {
|
| 997 |
-
padding-top:4px;
|
| 998 |
-
}
|
| 999 |
-
.x-grid-split {
|
| 1000 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 1001 |
-
background-position: center;
|
| 1002 |
-
background-repeat: no-repeat;
|
| 1003 |
-
cursor: e-resize;
|
| 1004 |
-
cursor: col-resize;
|
| 1005 |
-
display: block;
|
| 1006 |
-
font-size: 1px;
|
| 1007 |
-
height: 16px;
|
| 1008 |
-
overflow: hidden;
|
| 1009 |
-
position: absolute;
|
| 1010 |
-
top: 2px;
|
| 1011 |
-
width: 6px;
|
| 1012 |
-
z-index: 3;
|
| 1013 |
-
}
|
| 1014 |
-
|
| 1015 |
-
.x-grid-hd-text {
|
| 1016 |
-
color:#15428b;
|
| 1017 |
-
}
|
| 1018 |
-
|
| 1019 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 1020 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 1021 |
-
height:22px;
|
| 1022 |
-
width:120px;
|
| 1023 |
-
}
|
| 1024 |
-
|
| 1025 |
-
.col-move-top, .col-move-bottom{
|
| 1026 |
-
width:9px;
|
| 1027 |
-
height:9px;
|
| 1028 |
-
position:absolute;
|
| 1029 |
-
top:0;
|
| 1030 |
-
line-height:1px;
|
| 1031 |
-
font-size:1px;
|
| 1032 |
-
overflow:hidden;
|
| 1033 |
-
visibility:hidden;
|
| 1034 |
-
z-index:20000;
|
| 1035 |
-
}
|
| 1036 |
-
.col-move-top{
|
| 1037 |
-
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 1038 |
-
}
|
| 1039 |
-
.col-move-bottom{
|
| 1040 |
-
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 1041 |
-
}
|
| 1042 |
-
|
| 1043 |
-
|
| 1044 |
-
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 1045 |
-
background-color: #316ac5 !important;
|
| 1046 |
-
color: white;
|
| 1047 |
-
}
|
| 1048 |
-
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 1049 |
-
color: white !important;
|
| 1050 |
-
}
|
| 1051 |
-
.x-grid-row-selected .x-grid-cell-text{
|
| 1052 |
-
color: white;
|
| 1053 |
-
}
|
| 1054 |
-
.x-grid-cell-selected{
|
| 1055 |
-
background-color: #316ac5 !important;
|
| 1056 |
-
color: white;
|
| 1057 |
-
}
|
| 1058 |
-
.x-grid-cell-selected span{
|
| 1059 |
-
color: white !important;
|
| 1060 |
-
}
|
| 1061 |
-
.x-grid-cell-selected .x-grid-cell-text{
|
| 1062 |
-
color: white;
|
| 1063 |
-
}
|
| 1064 |
-
|
| 1065 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 1066 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 1067 |
-
vertical-align:middle !important;
|
| 1068 |
-
color:black;
|
| 1069 |
-
padding:0;
|
| 1070 |
-
border-top:1px solid white;
|
| 1071 |
-
border-bottom:none !important;
|
| 1072 |
-
border-right:1px solid #6fa0df !important;
|
| 1073 |
-
text-align:center;
|
| 1074 |
-
}
|
| 1075 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 1076 |
-
padding:0 4px;
|
| 1077 |
-
color:#15428b !important;
|
| 1078 |
-
text-align:center;
|
| 1079 |
-
}
|
| 1080 |
-
|
| 1081 |
-
|
| 1082 |
-
.x-grid-dirty-cell {
|
| 1083 |
-
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 1084 |
-
}
|
| 1085 |
-
|
| 1086 |
-
|
| 1087 |
-
.x-grid-topbar, .x-grid-bottombar{
|
| 1088 |
-
/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 1089 |
-
overflow:hidden;
|
| 1090 |
-
display:none;
|
| 1091 |
-
zoom:1;
|
| 1092 |
-
position:relative;
|
| 1093 |
-
}
|
| 1094 |
-
.x-grid-topbar .x-toolbar{
|
| 1095 |
-
border-right:0 none;
|
| 1096 |
-
}
|
| 1097 |
-
.x-grid-bottombar .x-toolbar{
|
| 1098 |
-
border-right:0 none;
|
| 1099 |
-
border-bottom:0 none;
|
| 1100 |
-
border-top:1px solid #a9bfd3;
|
| 1101 |
-
}
|
| 1102 |
-
|
| 1103 |
-
.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
|
| 1104 |
-
background-color: #316ac5 !important;
|
| 1105 |
-
}
|
| 1106 |
-
.x-props-grid .x-grid-col-value .x-grid-cell-text{
|
| 1107 |
-
background-color: white;
|
| 1108 |
-
}
|
| 1109 |
-
.x-props-grid .x-grid-col-name{
|
| 1110 |
-
background-color: #c3daf9;
|
| 1111 |
-
}
|
| 1112 |
-
.x-props-grid .x-grid-col-name .x-grid-cell-text{
|
| 1113 |
-
background-color: white;
|
| 1114 |
-
margin-left:10px;
|
| 1115 |
-
}
|
| 1116 |
-
.x-props-grid .x-grid-split-value {
|
| 1117 |
-
visibility:hidden;
|
| 1118 |
-
}
|
| 1119 |
-
|
| 1120 |
-
|
| 1121 |
-
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 1122 |
-
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 1123 |
-
}
|
| 1124 |
-
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 1125 |
-
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 1126 |
-
}
|
| 1127 |
-
.xg-hmenu-lock .x-menu-item-icon{
|
| 1128 |
-
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 1129 |
-
}
|
| 1130 |
-
.xg-hmenu-unlock .x-menu-item-icon{
|
| 1131 |
-
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 1132 |
-
}
|
| 1133 |
-
|
| 1134 |
-
|
| 1135 |
-
.x-dd-drag-ghost .x-grid-dd-wrap {
|
| 1136 |
-
padding:1px 3px 3px 1px;
|
| 1137 |
-
}.x-layout-container{
|
| 1138 |
-
width:100%;
|
| 1139 |
-
height:100%;
|
| 1140 |
-
overflow:hidden;
|
| 1141 |
-
background-color:#c3daf9;
|
| 1142 |
-
}
|
| 1143 |
-
.x-layout-container .x-layout-tabs-body{
|
| 1144 |
-
border:0 none;
|
| 1145 |
-
}
|
| 1146 |
-
.x-layout-collapsed{
|
| 1147 |
-
position:absolute;
|
| 1148 |
-
left:-10000px;
|
| 1149 |
-
top:-10000px;
|
| 1150 |
-
visibility:hidden;
|
| 1151 |
-
background-color:#c3daf9;
|
| 1152 |
-
width:20px;
|
| 1153 |
-
height:20px;
|
| 1154 |
-
overflow:hidden;
|
| 1155 |
-
border:1px solid #98c0f4;
|
| 1156 |
-
z-index:20;
|
| 1157 |
-
}
|
| 1158 |
-
.ext-border-box .x-layout-collapsed{
|
| 1159 |
-
width:22px;
|
| 1160 |
-
height:22px;
|
| 1161 |
-
}
|
| 1162 |
-
.x-layout-collapsed-over{
|
| 1163 |
-
cursor:pointer;
|
| 1164 |
-
background-color:#d9e8fb;
|
| 1165 |
-
}
|
| 1166 |
-
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 1167 |
-
position:absolute;
|
| 1168 |
-
top:0;
|
| 1169 |
-
left:0;
|
| 1170 |
-
width:20px;
|
| 1171 |
-
height:20px;
|
| 1172 |
-
}
|
| 1173 |
-
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 1174 |
-
position:absolute;
|
| 1175 |
-
top:0;
|
| 1176 |
-
right:0;
|
| 1177 |
-
width:20px;
|
| 1178 |
-
height:20px;
|
| 1179 |
-
}
|
| 1180 |
-
.x-layout-collapsed .x-layout-tools-button{
|
| 1181 |
-
margin:0;
|
| 1182 |
-
}
|
| 1183 |
-
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 1184 |
-
width:16px;
|
| 1185 |
-
height:16px;
|
| 1186 |
-
}
|
| 1187 |
-
.x-layout-inactive-content{
|
| 1188 |
-
position:absolute;
|
| 1189 |
-
left:-10000px;
|
| 1190 |
-
top:-10000px;
|
| 1191 |
-
visibility:hidden;
|
| 1192 |
-
}
|
| 1193 |
-
.x-layout-active-content{
|
| 1194 |
-
visibility:visible;
|
| 1195 |
-
}
|
| 1196 |
-
.x-layout-panel{
|
| 1197 |
-
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 1198 |
-
}
|
| 1199 |
-
.x-layout-panel-east, .x-layout-panel-west {
|
| 1200 |
-
z-index:10;
|
| 1201 |
-
}
|
| 1202 |
-
.x-layout-panel-north, .x-layout-panel-south {
|
| 1203 |
-
z-index:11;
|
| 1204 |
-
}
|
| 1205 |
-
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 1206 |
-
z-index:12;
|
| 1207 |
-
}
|
| 1208 |
-
.x-layout-panel-body{
|
| 1209 |
-
overflow:hidden;
|
| 1210 |
-
}
|
| 1211 |
-
.x-layout-grid-wrapper{
|
| 1212 |
-
|
| 1213 |
-
}
|
| 1214 |
-
.x-layout-split{
|
| 1215 |
-
position:absolute;
|
| 1216 |
-
height:5px;
|
| 1217 |
-
width:5px;
|
| 1218 |
-
line-height:1px;
|
| 1219 |
-
font-size:1px;
|
| 1220 |
-
z-index:3;
|
| 1221 |
-
background-color:#c3daf9;
|
| 1222 |
-
}
|
| 1223 |
-
.x-layout-panel-hd{
|
| 1224 |
-
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 1225 |
-
color: black;
|
| 1226 |
-
border-bottom:1px solid #98c0f4;
|
| 1227 |
-
position:relative;
|
| 1228 |
-
}
|
| 1229 |
-
.x-layout-panel-hd-text{
|
| 1230 |
-
/*font:normal 11px tahoma, verdana, helvetica; */
|
| 1231 |
-
padding: 4px;
|
| 1232 |
-
padding-left: 4px;
|
| 1233 |
-
display:block;
|
| 1234 |
-
white-space:nowrap;
|
| 1235 |
-
}
|
| 1236 |
-
.x-layout-panel-hd-tools{
|
| 1237 |
-
position:absolute;
|
| 1238 |
-
right:0;
|
| 1239 |
-
top:0;
|
| 1240 |
-
text-align:right;
|
| 1241 |
-
padding-top:2px;
|
| 1242 |
-
padding-right:2px;
|
| 1243 |
-
width:60px;
|
| 1244 |
-
}
|
| 1245 |
-
.x-layout-tools-button{
|
| 1246 |
-
z-index:6;
|
| 1247 |
-
padding:2px;
|
| 1248 |
-
cursor:pointer;
|
| 1249 |
-
float:right;
|
| 1250 |
-
}
|
| 1251 |
-
.x-layout-tools-button-over{
|
| 1252 |
-
padding:1px;
|
| 1253 |
-
border:1px solid #98c0f4;
|
| 1254 |
-
background-color:white;
|
| 1255 |
-
}
|
| 1256 |
-
.x-layout-tools-button-inner{
|
| 1257 |
-
height:12px;
|
| 1258 |
-
width:12px;
|
| 1259 |
-
line-height:1px;
|
| 1260 |
-
font-size:1px;
|
| 1261 |
-
background-repeat:no-repeat;
|
| 1262 |
-
background-position:center;
|
| 1263 |
-
}
|
| 1264 |
-
.x-layout-close{
|
| 1265 |
-
background-image:url(../images/default/layout/panel-close.gif);
|
| 1266 |
-
}
|
| 1267 |
-
.x-layout-stick{
|
| 1268 |
-
background-image:url(../images/default/layout/stick.gif);
|
| 1269 |
-
}
|
| 1270 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 1271 |
-
background-image:url(../images/default/layout/collapse.gif);
|
| 1272 |
-
}
|
| 1273 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 1274 |
-
background-image:url(../images/default/layout/expand.gif);
|
| 1275 |
-
}
|
| 1276 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 1277 |
-
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 1278 |
-
}
|
| 1279 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 1280 |
-
background-image:url(../images/default/layout/ns-expand.gif);
|
| 1281 |
-
}
|
| 1282 |
-
.x-layout-split-h{
|
| 1283 |
-
background-image:url(../images/default/sizer/e-handle.gif);
|
| 1284 |
-
background-position: left;
|
| 1285 |
-
}
|
| 1286 |
-
.x-layout-split-v{
|
| 1287 |
-
background-image:url(../images/default/sizer/s-handle.gif);
|
| 1288 |
-
background-position: top;
|
| 1289 |
-
}
|
| 1290 |
-
.x-layout-panel .x-tabs-wrap{
|
| 1291 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 1292 |
-
}
|
| 1293 |
-
.x-layout-panel .x-tabs-body {
|
| 1294 |
-
background-color:white;
|
| 1295 |
-
overflow:auto;height:100%;
|
| 1296 |
-
}
|
| 1297 |
-
.x-layout-component-panel, .x-layout-nested-layout {
|
| 1298 |
-
position:relative;
|
| 1299 |
-
padding:0;
|
| 1300 |
-
overflow:hidden;
|
| 1301 |
-
width:200px;
|
| 1302 |
-
height:200px;
|
| 1303 |
-
}
|
| 1304 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 1305 |
-
border:0 none;
|
| 1306 |
-
}
|
| 1307 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 1308 |
-
border-bottom:1px solid #98c0f4;
|
| 1309 |
-
}
|
| 1310 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 1311 |
-
border-top:1px solid #98c0f4;
|
| 1312 |
-
}
|
| 1313 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 1314 |
-
border-left:1px solid #98c0f4;
|
| 1315 |
-
}
|
| 1316 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 1317 |
-
border-right:1px solid #98c0f4;
|
| 1318 |
-
}
|
| 1319 |
-
|
| 1320 |
-
.x-layout-panel-dragover {
|
| 1321 |
-
border: 2px solid #6593cf;
|
| 1322 |
-
}
|
| 1323 |
-
.x-layout-panel-proxy {
|
| 1324 |
-
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 1325 |
-
background-color:#c3daf9;
|
| 1326 |
-
border:1px dashed #6593cf;
|
| 1327 |
-
z-index:10001;
|
| 1328 |
-
overflow:hidden;
|
| 1329 |
-
position:absolute;
|
| 1330 |
-
left:0;top:0;
|
| 1331 |
-
}
|
| 1332 |
-
.x-layout-slider {
|
| 1333 |
-
z-index:15;
|
| 1334 |
-
overflow:hidden;
|
| 1335 |
-
position:absolute;
|
| 1336 |
-
}
|
| 1337 |
-
|
| 1338 |
-
.x-scroller-up, .x-scroller-down {
|
| 1339 |
-
background-color:#c3daf9;
|
| 1340 |
-
border: 1px solid #6593cf;
|
| 1341 |
-
border-top-color: #fff;
|
| 1342 |
-
border-left-color: #fff;
|
| 1343 |
-
border-right:0 none;
|
| 1344 |
-
cursor:pointer;
|
| 1345 |
-
overflow:hidden;
|
| 1346 |
-
line-height:16px;
|
| 1347 |
-
}
|
| 1348 |
-
.x-scroller-down {
|
| 1349 |
-
border-bottom: 0 none;
|
| 1350 |
-
border-top: 1px solid #6593cf;
|
| 1351 |
-
}
|
| 1352 |
-
.x-scroller-btn-over {
|
| 1353 |
-
background-color: #d9e8f8;
|
| 1354 |
-
}
|
| 1355 |
-
.x-scroller-btn-click {
|
| 1356 |
-
background-color: #AECEF7;
|
| 1357 |
-
}
|
| 1358 |
-
.x-scroller-btn-disabled {
|
| 1359 |
-
cursor:default;
|
| 1360 |
-
background-color: #c3daf9;
|
| 1361 |
-
-moz-opacity: 0.3;
|
| 1362 |
-
opacity:.30;
|
| 1363 |
-
filter: alpha(opacity=30);
|
| 1364 |
-
}
|
| 1365 |
-
|
| 1366 |
-
|
| 1367 |
-
|
| 1368 |
-
.x-reader .x-layout-panel-north {
|
| 1369 |
-
border:0 none;
|
| 1370 |
-
}
|
| 1371 |
-
.x-reader .x-layout-panel-center{
|
| 1372 |
-
border:0 none;
|
| 1373 |
-
}
|
| 1374 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 1375 |
-
border:1px solid #99bbe8;
|
| 1376 |
-
border-top:0 none;
|
| 1377 |
-
}
|
| 1378 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 1379 |
-
border:1px solid #99bbe8;
|
| 1380 |
-
}.x-dlg-proxy {
|
| 1381 |
-
background-image: url(../images/default/gradient-bg.gif);
|
| 1382 |
-
background-color:#c3daf9;
|
| 1383 |
-
border:1px solid #6593cf;
|
| 1384 |
-
z-index:10001;
|
| 1385 |
-
overflow:hidden;
|
| 1386 |
-
position:absolute;
|
| 1387 |
-
left:0;top:0;
|
| 1388 |
-
}
|
| 1389 |
-
.x-dlg-shadow{
|
| 1390 |
-
background:#aaaaaa;
|
| 1391 |
-
position:absolute;
|
| 1392 |
-
left:0;top:0;
|
| 1393 |
-
}
|
| 1394 |
-
.x-dlg-focus{
|
| 1395 |
-
-moz-outline:0 none;
|
| 1396 |
-
outline:0 none;
|
| 1397 |
-
width:0;
|
| 1398 |
-
height:0;
|
| 1399 |
-
overflow:hidden;
|
| 1400 |
-
position:absolute;
|
| 1401 |
-
top:0;
|
| 1402 |
-
left:0;
|
| 1403 |
-
}
|
| 1404 |
-
.x-dlg-mask{
|
| 1405 |
-
z-index:10000;
|
| 1406 |
-
display:none;
|
| 1407 |
-
position:absolute;
|
| 1408 |
-
top:0;
|
| 1409 |
-
left:0;
|
| 1410 |
-
-moz-opacity: 0.5;
|
| 1411 |
-
opacity:.50;
|
| 1412 |
-
filter: alpha(opacity=50);
|
| 1413 |
-
background-color:#CCC;
|
| 1414 |
-
}
|
| 1415 |
-
body.x-body-masked select {
|
| 1416 |
-
visibility:hidden;
|
| 1417 |
-
}
|
| 1418 |
-
body.x-body-masked .x-dlg select {
|
| 1419 |
-
visibility:visible;
|
| 1420 |
-
}
|
| 1421 |
-
.x-dlg{
|
| 1422 |
-
z-index:10001;
|
| 1423 |
-
overflow:hidden;
|
| 1424 |
-
position:absolute;
|
| 1425 |
-
left:300;top:0;
|
| 1426 |
-
}
|
| 1427 |
-
.x-dlg .x-dlg-hd {
|
| 1428 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 1429 |
-
background-color:navy;
|
| 1430 |
-
color:#FFF;
|
| 1431 |
-
/*font:bold 12px "sans serif", tahoma, verdana, helvetica; */
|
| 1432 |
-
overflow:hidden;
|
| 1433 |
-
padding:5px;
|
| 1434 |
-
white-space: nowrap;
|
| 1435 |
-
}
|
| 1436 |
-
.x-dlg .x-dlg-hd-left {
|
| 1437 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 1438 |
-
padding-left:3px;
|
| 1439 |
-
margin:0;
|
| 1440 |
-
}
|
| 1441 |
-
.x-dlg .x-dlg-hd-right {
|
| 1442 |
-
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 1443 |
-
padding-right:3px;
|
| 1444 |
-
}
|
| 1445 |
-
.x-dlg .x-dlg-dlg-body{
|
| 1446 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 1447 |
-
border:1px solid #6593cf;
|
| 1448 |
-
border-top:0 none;
|
| 1449 |
-
padding:10px;
|
| 1450 |
-
position:absolute;
|
| 1451 |
-
top:24px;left:0;
|
| 1452 |
-
z-index:1;
|
| 1453 |
-
overflow:hidden;
|
| 1454 |
-
}
|
| 1455 |
-
.x-dlg-collapsed .x-resizable-handle{
|
| 1456 |
-
display:none;
|
| 1457 |
-
}
|
| 1458 |
-
.x-dlg .x-dlg-bd{
|
| 1459 |
-
overflow:hidden;
|
| 1460 |
-
}
|
| 1461 |
-
.x-dlg .x-dlg-ft{
|
| 1462 |
-
overflow:hidden;
|
| 1463 |
-
padding:5px;
|
| 1464 |
-
padding-bottom:0;
|
| 1465 |
-
}
|
| 1466 |
-
|
| 1467 |
-
.x-dlg .x-tabs-body{
|
| 1468 |
-
background:white;
|
| 1469 |
-
overflow:auto;
|
| 1470 |
-
}
|
| 1471 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 1472 |
-
border:1px solid #6593cf;
|
| 1473 |
-
border-top:0 none;
|
| 1474 |
-
}
|
| 1475 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 1476 |
-
border:1px solid #6593cf;
|
| 1477 |
-
border-bottom:0 none;
|
| 1478 |
-
}
|
| 1479 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 1480 |
-
border:0 none;
|
| 1481 |
-
}
|
| 1482 |
-
.x-dlg .inner-tab{
|
| 1483 |
-
margin:5px;
|
| 1484 |
-
}
|
| 1485 |
-
.x-dlg .x-dlg-ft .x-btn{
|
| 1486 |
-
margin-right:5px;
|
| 1487 |
-
float:right;
|
| 1488 |
-
clear:none;
|
| 1489 |
-
}
|
| 1490 |
-
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 1491 |
-
border:0;
|
| 1492 |
-
padding:0;
|
| 1493 |
-
}
|
| 1494 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 1495 |
-
float:right;
|
| 1496 |
-
clear:none;
|
| 1497 |
-
}
|
| 1498 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 1499 |
-
float:left;
|
| 1500 |
-
clear:none;
|
| 1501 |
-
}
|
| 1502 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 1503 |
-
text-align:center;
|
| 1504 |
-
}
|
| 1505 |
-
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 1506 |
-
margin:0 auto;
|
| 1507 |
-
}
|
| 1508 |
-
|
| 1509 |
-
|
| 1510 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 1511 |
-
background-position:0 -147px;
|
| 1512 |
-
}
|
| 1513 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 1514 |
-
background-position:0 -168px;
|
| 1515 |
-
}
|
| 1516 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 1517 |
-
background-position:0 -189px;
|
| 1518 |
-
}
|
| 1519 |
-
|
| 1520 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 1521 |
-
background-position:0 -126px;
|
| 1522 |
-
}
|
| 1523 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 1524 |
-
background-position:0 -84px;
|
| 1525 |
-
}
|
| 1526 |
-
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 1527 |
-
background-position:0 -63px;
|
| 1528 |
-
}
|
| 1529 |
-
|
| 1530 |
-
.x-dlg-draggable .x-dlg-hd{
|
| 1531 |
-
cursor:move;
|
| 1532 |
-
}
|
| 1533 |
-
.x-dlg-closable .x-dlg-hd{
|
| 1534 |
-
padding-right:22px;
|
| 1535 |
-
}
|
| 1536 |
-
.x-dlg-toolbox {
|
| 1537 |
-
position:absolute;
|
| 1538 |
-
top:4px;
|
| 1539 |
-
right:4px;
|
| 1540 |
-
z-index:6;
|
| 1541 |
-
width:40px;
|
| 1542 |
-
cursor:default;
|
| 1543 |
-
height:15px;
|
| 1544 |
-
background:transparent;
|
| 1545 |
-
}
|
| 1546 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 1547 |
-
float:right;
|
| 1548 |
-
height:15px;
|
| 1549 |
-
width:15px;
|
| 1550 |
-
margin:0;
|
| 1551 |
-
margin-left:2px;
|
| 1552 |
-
padding:0;
|
| 1553 |
-
line-height:1px;
|
| 1554 |
-
font-size:1px;
|
| 1555 |
-
background-repeat:no-repeat;
|
| 1556 |
-
cursor:pointer;
|
| 1557 |
-
visibility:inherit;
|
| 1558 |
-
}
|
| 1559 |
-
.x-dlg .x-dlg-close {
|
| 1560 |
-
background-image:url(../images/default/basic-dialog/close.gif);
|
| 1561 |
-
}
|
| 1562 |
-
.x-dlg .x-dlg-collapse {
|
| 1563 |
-
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 1564 |
-
}
|
| 1565 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 1566 |
-
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 1567 |
-
}
|
| 1568 |
-
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 1569 |
-
|
| 1570 |
-
}
|
| 1571 |
-
.x-dlg div.x-resizable-handle-east{
|
| 1572 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 1573 |
-
border:0;
|
| 1574 |
-
background-position:right;
|
| 1575 |
-
margin-right:0;
|
| 1576 |
-
}
|
| 1577 |
-
.x-dlg div.x-resizable-handle-south{
|
| 1578 |
-
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 1579 |
-
border:0;
|
| 1580 |
-
height:6px;
|
| 1581 |
-
}
|
| 1582 |
-
.x-dlg div.x-resizable-handle-west{
|
| 1583 |
-
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 1584 |
-
border:0;
|
| 1585 |
-
background-position:1px;
|
| 1586 |
-
}
|
| 1587 |
-
.x-dlg div.x-resizable-handle-north{
|
| 1588 |
-
background-image:url(../images/default/s.gif);
|
| 1589 |
-
border:0;
|
| 1590 |
-
}
|
| 1591 |
-
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 1592 |
-
background-image:url(../images/default/s.gif);
|
| 1593 |
-
border:0;
|
| 1594 |
-
}
|
| 1595 |
-
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 1596 |
-
background-image:url(../images/default/s.gif);
|
| 1597 |
-
border:0;
|
| 1598 |
-
}
|
| 1599 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 1600 |
-
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 1601 |
-
background-position: bottom right;
|
| 1602 |
-
width:8px;
|
| 1603 |
-
height:8px;
|
| 1604 |
-
border:0;
|
| 1605 |
-
}
|
| 1606 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 1607 |
-
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 1608 |
-
background-position: top right;
|
| 1609 |
-
margin-left:1px;
|
| 1610 |
-
margin-bottom:1px;
|
| 1611 |
-
border:0;
|
| 1612 |
-
}
|
| 1613 |
-
|
| 1614 |
-
#x-msg-box .x-dlg-ft .x-btn{
|
| 1615 |
-
float:none;
|
| 1616 |
-
clear:none;
|
| 1617 |
-
margin:0 3px;
|
| 1618 |
-
}
|
| 1619 |
-
|
| 1620 |
-
#x-msg-box .x-dlg-bd {
|
| 1621 |
-
padding:5px;
|
| 1622 |
-
overflow:hidden !important;
|
| 1623 |
-
/* font:normal 13px verdana,tahoma,sans-serif; */
|
| 1624 |
-
}
|
| 1625 |
-
#x-msg-box .ext-mb-input {
|
| 1626 |
-
margin-top:4px;
|
| 1627 |
-
width:95%;
|
| 1628 |
-
}
|
| 1629 |
-
#x-msg-box .ext-mb-textarea {
|
| 1630 |
-
margin-top:4px;
|
| 1631 |
-
/* font:normal 13px verdana,tahoma,sans-serif; */
|
| 1632 |
-
}
|
| 1633 |
-
#x-msg-box .ext-mb-progress-wrap {
|
| 1634 |
-
margin-top:4px;
|
| 1635 |
-
border:1px solid #6593cf;
|
| 1636 |
-
}
|
| 1637 |
-
#x-msg-box .ext-mb-progress {
|
| 1638 |
-
height:18px;
|
| 1639 |
-
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 1640 |
-
}
|
| 1641 |
-
#x-msg-box .ext-mb-progress-bar {
|
| 1642 |
-
height:18px;
|
| 1643 |
-
overflow:hidden;
|
| 1644 |
-
width:0;
|
| 1645 |
-
background:#8BB8F3;
|
| 1646 |
-
border-top:1px solid #B2D0F7;
|
| 1647 |
-
border-bottom:1px solid #65A1EF;
|
| 1648 |
-
border-right:1px solid #65A1EF;
|
| 1649 |
-
}
|
| 1650 |
-
|
| 1651 |
-
#x-msg-box .x-msg-box-wait {
|
| 1652 |
-
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 1653 |
-
display:block;
|
| 1654 |
-
width:300px;
|
| 1655 |
-
padding-left:18px;
|
| 1656 |
-
line-height:18px;
|
| 1657 |
-
}.x-dd-drag-proxy{
|
| 1658 |
-
position:absolute;
|
| 1659 |
-
left:0;top:0;
|
| 1660 |
-
visibility:hidden;
|
| 1661 |
-
z-index:15000;
|
| 1662 |
-
}
|
| 1663 |
-
.x-dd-drag-ghost{
|
| 1664 |
-
color: black;
|
| 1665 |
-
/* font: normal 11px arial, helvetica, sans-serif; */
|
| 1666 |
-
-moz-opacity: 0.85;
|
| 1667 |
-
opacity:.85;
|
| 1668 |
-
filter: alpha(opacity=85);
|
| 1669 |
-
border-top:1px solid #dddddd;
|
| 1670 |
-
border-left:1px solid #dddddd;
|
| 1671 |
-
border-right:1px solid #bbbbbb;
|
| 1672 |
-
border-bottom:1px solid #bbbbbb;
|
| 1673 |
-
padding:3px;
|
| 1674 |
-
padding-left:20px;
|
| 1675 |
-
background-color:white;
|
| 1676 |
-
white-space:nowrap;
|
| 1677 |
-
}
|
| 1678 |
-
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 1679 |
-
-moz-opacity: 0.4;
|
| 1680 |
-
opacity:.4;
|
| 1681 |
-
filter: alpha(opacity=40);
|
| 1682 |
-
border:0 none;
|
| 1683 |
-
padding:0;
|
| 1684 |
-
background-color:transparent;
|
| 1685 |
-
}
|
| 1686 |
-
.x-dd-drag-repair .x-dd-drop-icon{
|
| 1687 |
-
visibility:hidden;
|
| 1688 |
-
}
|
| 1689 |
-
.x-dd-drop-icon{
|
| 1690 |
-
position:absolute;
|
| 1691 |
-
top:3px;
|
| 1692 |
-
left:3px;
|
| 1693 |
-
display:block;
|
| 1694 |
-
width:16px;
|
| 1695 |
-
height:16px;
|
| 1696 |
-
background-color:transparent;
|
| 1697 |
-
background-position: center;
|
| 1698 |
-
background-repeat: no-repeat;
|
| 1699 |
-
z-index:1;
|
| 1700 |
-
}
|
| 1701 |
-
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 1702 |
-
background-image: url(../images/default/dd/drop-no.gif);
|
| 1703 |
-
}
|
| 1704 |
-
.x-dd-drop-ok .x-dd-drop-icon{
|
| 1705 |
-
background-image: url(../images/default/dd/drop-yes.gif);
|
| 1706 |
-
}
|
| 1707 |
-
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 1708 |
-
background-image: url(../images/default/dd/drop-add.gif);
|
| 1709 |
-
}.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 1710 |
-
border: 0 none;
|
| 1711 |
-
height: 18px;
|
| 1712 |
-
margin: 0;
|
| 1713 |
-
padding: 0;
|
| 1714 |
-
vertical-align: middle;
|
| 1715 |
-
width: 16px;
|
| 1716 |
-
background-repeat: no-repeat;
|
| 1717 |
-
}
|
| 1718 |
-
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 1719 |
-
border: 0 none;
|
| 1720 |
-
height: 18px;
|
| 1721 |
-
margin: 0;
|
| 1722 |
-
padding: 0;
|
| 1723 |
-
vertical-align: middle;
|
| 1724 |
-
width: 16px;
|
| 1725 |
-
background-position:center;
|
| 1726 |
-
background-repeat: no-repeat;
|
| 1727 |
-
}
|
| 1728 |
-
|
| 1729 |
-
|
| 1730 |
-
.x-tree-node-collapsed .x-tree-node-icon{
|
| 1731 |
-
background-image:url(../images/default/tree/folder.gif);
|
| 1732 |
-
}
|
| 1733 |
-
.x-tree-node-expanded .x-tree-node-icon{
|
| 1734 |
-
background-image:url(../images/default/tree/folder-open.gif);
|
| 1735 |
-
}
|
| 1736 |
-
.x-tree-node-leaf .x-tree-node-icon{
|
| 1737 |
-
background-image:url(../images/default/tree/leaf.gif);
|
| 1738 |
-
}
|
| 1739 |
-
|
| 1740 |
-
.x-tree-noicon .x-tree-node-icon{
|
| 1741 |
-
width:0; height:0;
|
| 1742 |
-
}
|
| 1743 |
-
|
| 1744 |
-
.x-tree-node-loading .x-tree-node-icon{
|
| 1745 |
-
background-image:url(../images/default/tree/loading.gif) !important;
|
| 1746 |
-
}
|
| 1747 |
-
.x-tree-node-loading a span{
|
| 1748 |
-
font-style: italic;
|
| 1749 |
-
color:#444444;
|
| 1750 |
-
}
|
| 1751 |
-
|
| 1752 |
-
|
| 1753 |
-
.x-tree-lines .x-tree-elbow{
|
| 1754 |
-
background-image:url(../images/default/tree/elbow.gif);
|
| 1755 |
-
}
|
| 1756 |
-
.x-tree-lines .x-tree-elbow-plus{
|
| 1757 |
-
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 1758 |
-
}
|
| 1759 |
-
.x-tree-lines .x-tree-elbow-minus{
|
| 1760 |
-
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 1761 |
-
}
|
| 1762 |
-
.x-tree-lines .x-tree-elbow-end{
|
| 1763 |
-
background-image:url(../images/default/tree/elbow-end.gif);
|
| 1764 |
-
}
|
| 1765 |
-
.x-tree-lines .x-tree-elbow-end-plus{
|
| 1766 |
-
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 1767 |
-
}
|
| 1768 |
-
.x-tree-lines .x-tree-elbow-end-minus{
|
| 1769 |
-
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 1770 |
-
}
|
| 1771 |
-
.x-tree-lines .x-tree-elbow-line{
|
| 1772 |
-
background-image:url(../images/default/tree/elbow-line.gif);
|
| 1773 |
-
}
|
| 1774 |
-
|
| 1775 |
-
|
| 1776 |
-
.x-tree-no-lines .x-tree-elbow{
|
| 1777 |
-
background:transparent;
|
| 1778 |
-
}
|
| 1779 |
-
.x-tree-no-lines .x-tree-elbow-plus{
|
| 1780 |
-
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 1781 |
-
}
|
| 1782 |
-
.x-tree-no-lines .x-tree-elbow-minus{
|
| 1783 |
-
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 1784 |
-
}
|
| 1785 |
-
.x-tree-no-lines .x-tree-elbow-end{
|
| 1786 |
-
background:transparent;
|
| 1787 |
-
}
|
| 1788 |
-
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 1789 |
-
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 1790 |
-
}
|
| 1791 |
-
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 1792 |
-
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 1793 |
-
}
|
| 1794 |
-
.x-tree-no-lines .x-tree-elbow-line{
|
| 1795 |
-
background:transparent;
|
| 1796 |
-
}
|
| 1797 |
-
|
| 1798 |
-
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 1799 |
-
cursor:pointer;
|
| 1800 |
-
}
|
| 1801 |
-
.ext-ie ul.x-tree-node-ct{
|
| 1802 |
-
font-size:0;
|
| 1803 |
-
line-height:0;
|
| 1804 |
-
}
|
| 1805 |
-
.x-tree-node{
|
| 1806 |
-
color: black;
|
| 1807 |
-
/* font: normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 1808 |
-
white-space: nowrap;
|
| 1809 |
-
}
|
| 1810 |
-
.x-tree-node a, .x-dd-drag-ghost a{
|
| 1811 |
-
text-decoration:none;
|
| 1812 |
-
color:black;
|
| 1813 |
-
-khtml-user-select:none;
|
| 1814 |
-
-moz-user-select:none;
|
| 1815 |
-
-kthml-user-focus:normal;
|
| 1816 |
-
-moz-user-focus:normal;
|
| 1817 |
-
-moz-outline: 0 none;
|
| 1818 |
-
outline:0 none;
|
| 1819 |
-
}
|
| 1820 |
-
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 1821 |
-
text-decoration:none;
|
| 1822 |
-
color:black;
|
| 1823 |
-
padding:1px 3px 1px 2px;
|
| 1824 |
-
}
|
| 1825 |
-
.x-tree-node .x-tree-node-disabled a span{
|
| 1826 |
-
color:gray !important;
|
| 1827 |
-
}
|
| 1828 |
-
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 1829 |
-
-moz-opacity: 0.5;
|
| 1830 |
-
opacity:.5;
|
| 1831 |
-
filter: alpha(opacity=50);
|
| 1832 |
-
}
|
| 1833 |
-
.x-tree-node .x-tree-node-inline-icon{
|
| 1834 |
-
background:transparent;
|
| 1835 |
-
}
|
| 1836 |
-
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 1837 |
-
text-decoration:none;
|
| 1838 |
-
}
|
| 1839 |
-
.x-tree-node div.x-tree-drag-insert-below{
|
| 1840 |
-
border-bottom:1px dotted #3366cc;
|
| 1841 |
-
}
|
| 1842 |
-
.x-tree-node div.x-tree-drag-insert-above{
|
| 1843 |
-
border-top:1px dotted #3366cc;
|
| 1844 |
-
}
|
| 1845 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 1846 |
-
border-bottom:0 none;
|
| 1847 |
-
}
|
| 1848 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 1849 |
-
border-top:0 none;
|
| 1850 |
-
}
|
| 1851 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 1852 |
-
border-bottom:2px solid #3366cc;
|
| 1853 |
-
}
|
| 1854 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 1855 |
-
border-top:2px solid #3366cc;
|
| 1856 |
-
}
|
| 1857 |
-
.x-tree-node .x-tree-drag-append a span{
|
| 1858 |
-
background:#dddddd;
|
| 1859 |
-
border:1px dotted gray;
|
| 1860 |
-
}
|
| 1861 |
-
.x-tree-node .x-tree-selected a span{
|
| 1862 |
-
background:#3366cc;
|
| 1863 |
-
color:white;
|
| 1864 |
-
}
|
| 1865 |
-
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 1866 |
-
display:none !important;
|
| 1867 |
-
}
|
| 1868 |
-
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 1869 |
-
background-image: url(../images/default/tree/drop-add.gif);
|
| 1870 |
-
}
|
| 1871 |
-
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 1872 |
-
background-image: url(../images/default/tree/drop-over.gif);
|
| 1873 |
-
}
|
| 1874 |
-
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 1875 |
-
background-image: url(../images/default/tree/drop-under.gif);
|
| 1876 |
-
}
|
| 1877 |
-
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 1878 |
-
background-image: url(../images/default/tree/drop-between.gif);
|
| 1879 |
-
}
|
| 1880 |
-
.x-tip{
|
| 1881 |
-
position: absolute;
|
| 1882 |
-
top: 0;
|
| 1883 |
-
left:0;
|
| 1884 |
-
visibility: hidden;
|
| 1885 |
-
z-index: 20000;
|
| 1886 |
-
border:0 none;
|
| 1887 |
-
}
|
| 1888 |
-
.x-tip .x-tip-close{
|
| 1889 |
-
background-image: url(../images/default/qtip/close.gif);
|
| 1890 |
-
height: 15px;
|
| 1891 |
-
float:right;
|
| 1892 |
-
width: 15px;
|
| 1893 |
-
margin:0 0 2px 2px;
|
| 1894 |
-
cursor:pointer;
|
| 1895 |
-
display:none;
|
| 1896 |
-
}
|
| 1897 |
-
.x-tip .x-tip-top {
|
| 1898 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 1899 |
-
height:6px;
|
| 1900 |
-
overflow:hidden;
|
| 1901 |
-
}
|
| 1902 |
-
.x-tip .x-tip-top-left {
|
| 1903 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 1904 |
-
padding-left:6px;
|
| 1905 |
-
zoom:1;
|
| 1906 |
-
}
|
| 1907 |
-
.x-tip .x-tip-top-right {
|
| 1908 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 1909 |
-
padding-right:6px;
|
| 1910 |
-
zoom:1;
|
| 1911 |
-
}
|
| 1912 |
-
.x-tip .x-tip-ft {
|
| 1913 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 1914 |
-
height:6px;
|
| 1915 |
-
overflow:hidden;
|
| 1916 |
-
}
|
| 1917 |
-
.x-tip .x-tip-ft-left {
|
| 1918 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 1919 |
-
padding-left:6px;
|
| 1920 |
-
zoom:1;
|
| 1921 |
-
}
|
| 1922 |
-
.x-tip .x-tip-ft-right {
|
| 1923 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 1924 |
-
padding-right:6px;
|
| 1925 |
-
zoom:1;
|
| 1926 |
-
}
|
| 1927 |
-
.x-tip .x-tip-bd {
|
| 1928 |
-
border:0 none;
|
| 1929 |
-
/* font: normal 11px tahoma,arial,helvetica,sans-serif; */
|
| 1930 |
-
}
|
| 1931 |
-
.x-tip .x-tip-bd-left {
|
| 1932 |
-
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 1933 |
-
padding-left:6px;
|
| 1934 |
-
zoom:1;
|
| 1935 |
-
}
|
| 1936 |
-
.x-tip .x-tip-bd-right {
|
| 1937 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 1938 |
-
padding-right:6px;
|
| 1939 |
-
zoom:1;
|
| 1940 |
-
}
|
| 1941 |
-
|
| 1942 |
-
.x-tip h3 {
|
| 1943 |
-
/*font: bold 11px tahoma,arial,helvetica,sans-serif; */
|
| 1944 |
-
margin:0;
|
| 1945 |
-
padding:2px 0;
|
| 1946 |
-
color:#444;
|
| 1947 |
-
}
|
| 1948 |
-
.x-tip .x-tip-bd-inner {
|
| 1949 |
-
/* font: normal 11px tahoma,arial,helvetica,sans-serif; */
|
| 1950 |
-
margin:0 !important;
|
| 1951 |
-
line-height:14px;
|
| 1952 |
-
color:#444;
|
| 1953 |
-
padding:0;
|
| 1954 |
-
float:left;
|
| 1955 |
-
}
|
| 1956 |
-
|
| 1957 |
-
|
| 1958 |
-
.x-form-invalid-tip {
|
| 1959 |
-
}
|
| 1960 |
-
|
| 1961 |
-
.x-form-invalid-tip .x-tip-top {
|
| 1962 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1963 |
-
}
|
| 1964 |
-
.x-form-invalid-tip .x-tip-top-left {
|
| 1965 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1966 |
-
}
|
| 1967 |
-
.x-form-invalid-tip .x-tip-top-right {
|
| 1968 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1969 |
-
}
|
| 1970 |
-
.x-form-invalid-tip .x-tip-ft {
|
| 1971 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1972 |
-
}
|
| 1973 |
-
.x-form-invalid-tip .x-tip-ft-left {
|
| 1974 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1975 |
-
}
|
| 1976 |
-
.x-form-invalid-tip .x-tip-ft-right {
|
| 1977 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1978 |
-
}
|
| 1979 |
-
.x-form-invalid-tip .x-tip-bd-left {
|
| 1980 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1981 |
-
}
|
| 1982 |
-
.x-form-invalid-tip .x-tip-bd-right {
|
| 1983 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1984 |
-
}
|
| 1985 |
-
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 1986 |
-
padding-left:24px;
|
| 1987 |
-
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 1988 |
-
}
|
| 1989 |
-
.x-form-invalid-tip .x-tip-bd-inner {
|
| 1990 |
-
padding:2px;
|
| 1991 |
-
}.x-date-picker { border: 1px solid #1b376c; border-top:0 none; background:#fff; position:relative;}.x-date-picker a { -moz-outline:0 none; outline:0 none;}.x-date-inner, .x-date-inner td, .x-date-inner th{ border-collapse:separate;}.x-date-middle,.x-date-left,.x-date-right { background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -83px; color:#FFF; /* font:bold 11px "sans serif", tahoma, verdana, helvetica; */ overflow:hidden;}.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{ background:transparent !important; vertical-align:middle;}.x-date-middle .x-btn .x-btn-text { color:#fff;}.x-date-middle .x-btn-with-menu .x-btn-center em { background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;}.x-date-right, .x-date-left { width:18px;}.x-date-right{ text-align:right;}.x-date-middle { padding-top:2px;padding-bottom:2px;}.x-date-right a, .x-date-left a{ display:block; width:16px; height:16px; background-position: center; background-repeat: no-repeat; cursor:pointer; -moz-opacity: 0.6; opacity:.6; filter: alpha(opacity=60);}.x-date-right a:hover, .x-date-left a:hover{ -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}.x-date-right a { background-image: url(../images/default/shared/right-btn.gif); margin-right:2px; text-decoration:none !important;}.x-date-left a{ background-image: url(../images/default/shared/left-btn.gif); margin-left:2px; text-decoration:none !important;}table.x-date-inner { width:100%; table-layout:fixed;}.x-date-inner th { width:25px;}.x-date-inner th { background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; text-align:right !important; border-bottom: 1px solid #a3bad9; /* font:normal 10px arial, helvetica,tahoma,sans-serif;*/ color:#233d6d; cursor:default; padding:0; border-collapse:separate;}.x-date-inner th span { display:block; padding:2px; padding-right:7px;}.x-date-inner td { border: 1px solid #fff; text-align:right; padding:0;}.x-date-inner a { padding:2px 5px; display:block; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/ text-decoration:none; color:black; text-align:right; zoom:1;}.x-date-inner .x-date-active{ cursor:pointer; color:black;}.x-date-inner .x-date-selected a{ background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; border:1px solid #8db2e3; padding:1px 4px;}.x-date-inner .x-date-today a{ border: 1px solid darkred; padding:1px 4px;}.x-date-inner .x-date-selected span{ font-weight:bold;}.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a { color:#aaaaaa; text-decoration:none !important;}.x-date-bottom { padding:4px; border-top: 1px solid #a3bad9; background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ text-decoration:none !important; color:black; background: #ddecfe;}.x-date-inner .x-date-disabled a { cursor:default; background:#eeeeee; color:#bbbbbb;}.x-date-mmenu{ background:#eeeeee !important;}.x-date-mmenu .x-menu-item { font-size:10px; padding:1px 24px 1px 4px; white-space: nowrap; color:#000;}.x-date-mmenu .x-menu-item .x-menu-item-icon { width:10px;height:10px;margin-right:5px; background-position:center -4px !important;}.x-date-mp { position:absolute; left:0; top:0; background:white; display:none;}.x-date-mp td { padding:2px; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/}td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn { border: 0 none; text-align:center; vertical-align: middle; width:25%;}.x-date-mp-ok { margin-right:3px;}.x-date-mp-btns button { text-decoration:none; text-align:center; text-decoration:none !important; background:#083772; color:white; border:1px solid; border-color: #3366cc #000055 #000055 #3366cc; padding:1px 3px 1px; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/ cursor:pointer;}.x-date-mp-btns { background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-mp-btns td { border-top: 1px solid #c5d2df; text-align:center;}td.x-date-mp-month a,td.x-date-mp-year a { display:block; padding:2px 4px; text-decoration:none; text-align:center; color:#15428b;}td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { color:#15428b; text-decoration:none; cursor:pointer; background: #ddecfe;}td.x-date-mp-sel a { padding:1px 3px; background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; border:1px solid #8db2e3;}.x-date-mp-ybtn a { overflow:hidden; width:15px; height:15px; cursor:pointer; background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; display:block; margin:0 auto;}.x-date-mp-ybtn a.x-date-mp-next { background-position:0 -120px;}.x-date-mp-ybtn a.x-date-mp-next:hover { background-position:-15px -120px;}.x-date-mp-ybtn a.x-date-mp-prev { background-position:0 -105px;}.x-date-mp-ybtn a.x-date-mp-prev:hover { background-position:-15px -105px;}.x-date-mp-ybtn { text-align:center;}td.x-date-mp-sep { border-right:1px solid #c5d2df;}.x-menu {
|
| 1992 |
-
border:1px solid #718bb7;
|
| 1993 |
-
z-index: 15000;
|
| 1994 |
-
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 1995 |
-
}
|
| 1996 |
-
.ext-ie .x-menu {
|
| 1997 |
-
zoom:1;
|
| 1998 |
-
overflow:hidden;
|
| 1999 |
-
}
|
| 2000 |
-
.x-menu-list{
|
| 2001 |
-
border:1px solid #fff;
|
| 2002 |
-
}
|
| 2003 |
-
.x-menu li{
|
| 2004 |
-
line-height:100%;
|
| 2005 |
-
}
|
| 2006 |
-
.x-menu li.x-menu-sep-li{
|
| 2007 |
-
font-size:1px;
|
| 2008 |
-
line-height:1px;
|
| 2009 |
-
}
|
| 2010 |
-
.x-menu-list-item{
|
| 2011 |
-
/* font:normal 11px tahoma,arial, sans-serif; */
|
| 2012 |
-
white-space: nowrap;
|
| 2013 |
-
-moz-user-select: none;
|
| 2014 |
-
-khtml-user-select: none;
|
| 2015 |
-
display:block;
|
| 2016 |
-
padding:1px;
|
| 2017 |
-
}
|
| 2018 |
-
.x-menu-item-arrow{
|
| 2019 |
-
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 2020 |
-
}
|
| 2021 |
-
.x-menu-sep {
|
| 2022 |
-
display:block;
|
| 2023 |
-
font-size:1px;
|
| 2024 |
-
line-height:1px;
|
| 2025 |
-
background:#c3daf9;
|
| 2026 |
-
margin: 3px 3px 3px 32px;
|
| 2027 |
-
}
|
| 2028 |
-
.x-menu-focus {
|
| 2029 |
-
position:absolute;
|
| 2030 |
-
left:0;
|
| 2031 |
-
top:-5px;
|
| 2032 |
-
width:0;
|
| 2033 |
-
height:0;
|
| 2034 |
-
line-height:1px;
|
| 2035 |
-
}
|
| 2036 |
-
.x-menu-item {
|
| 2037 |
-
display:block;
|
| 2038 |
-
line-height:14px;
|
| 2039 |
-
padding:3px 21px 3px 3px;
|
| 2040 |
-
white-space: nowrap;
|
| 2041 |
-
text-decoration:none;
|
| 2042 |
-
color:#233d6d;
|
| 2043 |
-
-moz-outline: 0 none;
|
| 2044 |
-
outline: 0 none;
|
| 2045 |
-
cursor:pointer;
|
| 2046 |
-
}
|
| 2047 |
-
.x-menu-item-active {
|
| 2048 |
-
color:#233d6d;
|
| 2049 |
-
background:#c3daf9;
|
| 2050 |
-
border:1px solid #8BB8F3;
|
| 2051 |
-
padding:0;
|
| 2052 |
-
}
|
| 2053 |
-
.x-menu-item-icon {
|
| 2054 |
-
border: 0 none;
|
| 2055 |
-
height: 16px;
|
| 2056 |
-
padding: 0;
|
| 2057 |
-
vertical-align: middle;
|
| 2058 |
-
width: 16px;
|
| 2059 |
-
margin: 0 11px 0 0;
|
| 2060 |
-
background-position:center;
|
| 2061 |
-
}
|
| 2062 |
-
|
| 2063 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 2064 |
-
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 2065 |
-
}
|
| 2066 |
-
|
| 2067 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 2068 |
-
background-image:url(../images/default/menu/checked.gif);
|
| 2069 |
-
}
|
| 2070 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 2071 |
-
background: transparent;
|
| 2072 |
-
}
|
| 2073 |
-
|
| 2074 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 2075 |
-
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 2076 |
-
}
|
| 2077 |
-
|
| 2078 |
-
.x-menu-plain {
|
| 2079 |
-
background:#fff;
|
| 2080 |
-
}
|
| 2081 |
-
.x-menu-date-item{
|
| 2082 |
-
padding:0;
|
| 2083 |
-
}
|
| 2084 |
-
|
| 2085 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 2086 |
-
margin-left:32px;
|
| 2087 |
-
margin-right:4px;
|
| 2088 |
-
}
|
| 2089 |
-
.x-menu .x-date-picker{
|
| 2090 |
-
border:1px solid #a3bad9;
|
| 2091 |
-
margin-top:2px;
|
| 2092 |
-
margin-bottom:2px;
|
| 2093 |
-
}
|
| 2094 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 2095 |
-
margin:0;
|
| 2096 |
-
border:0 none;
|
| 2097 |
-
}
|
| 2098 |
-
.x-date-menu {
|
| 2099 |
-
padding:0 !important;
|
| 2100 |
-
}
|
| 2101 |
-
.x-box-tl { background: transparent url(../images/default/box/corners.gif) no-repeat 0 0; zoom:1;}.x-box-tc { height: 8px; background: transparent url(../images/default/box/tb.gif) repeat-x 0 0; overflow: hidden;}.x-box-tr { background: transparent url(../images/default/box/corners.gif) no-repeat right -8px;}.x-box-ml { background: transparent url(../images/default/box/l.gif) repeat-y 0; padding-left: 4px; overflow: hidden; zoom:1;}.x-box-mc { background: #eee url(../images/default/box/tb.gif) repeat-x 0 -16px; padding: 4px 10px; /*font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; */color: #393939; font-size: 12px;}.x-box-mc h3 { font-size: 14px; font-weight: bold; margin: 0 0 4 0; zoom:1;}.x-box-mr { background: transparent url(../images/default/box/r.gif) repeat-y right; padding-right: 4px; overflow: hidden;}.x-box-bl { background: transparent url(../images/default/box/corners.gif) no-repeat 0 -16px; zoom:1;}.x-box-bc { background: transparent url(../images/default/box/tb.gif) repeat-x 0 -8px; height: 8px; overflow: hidden;}.x-box-br { background: transparent url(../images/default/box/corners.gif) no-repeat right -24px;}.x-box-tl, .x-box-bl { padding-left: 8px; overflow: hidden;}.x-box-tr, .x-box-br { padding-right: 8px; overflow: hidden;}.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { background-image: url(../images/default/box/corners-blue.gif);}.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { background-image: url(../images/default/box/tb-blue.gif);}.x-box-blue .x-box-mc { background-color: #c3daf9;}.x-box-blue .x-box-mc h3 { color: #17385b;}.x-box-blue .x-box-ml { background-image: url(../images/default/box/l-blue.gif);}.x-box-blue .x-box-mr { background-image: url(../images/default/box/r-blue.gif);}#x-debug-browser .x-tree .x-tree-node a span { color:#222297; font-size:12px; padding-top:2px; /* font-family:"courier","courier new"; */ line-height:18px;}#x-debug-browser .x-tree a i { color:#FF4545; font-style:normal;}#x-debug-browser .x-tree a em { color:#999;}#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{ background:#c3daf9;}#x-debug-browser pre, .x-debug-browser pre xmp { /* font:normal 11px tahoma, arial, helvetica, sans-serif !important ;*/ white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}#x-debug-browser pre { display:block; padding:5px !important; border-bottom:1px solid #eeeeee !important;}#x-debug-browser pre xmp { padding:0 !important; margin:0 !important;}#x-debug-console .x-layout-panel-center, #x-debug-inspector .x-layout-panel-center { border-right:1px solid #98c0f4;}#x-debug-console textarea { border: 0 none; font-size:12px; /* font-family:"courier","courier new"; */ padding-top:4px; padding-left:4px;}.x-debug-frame { background:#eeeeee; border:1px dashed #aaaaaa;}.x-combo-list { border:1px solid #98c0f4; background:#ddecfe; zoom:1; overflow:hidden;}.x-combo-list-inner { overflow:auto; background:white; position:relative; zoom:1; overflow-x:hidden;}.x-combo-list-hd { /* font:bold 11px tahoma, arial, helvetica, sans-serif; */ color:#15428b; background-image: url(../images/default/layout/panel-title-light-bg.gif); border-bottom:1px solid #98c0f4; padding:3px;}.x-resizable-pinned .x-combo-list-inner { border-bottom:1px solid #98c0f4;}.x-combo-list-item { /* font:normal 12px tahoma, arial, helvetica, sans-serif; */ padding:2px; border:1px solid #fff; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}.x-combo-list .x-combo-selected{ background-color: #c3daf9 !important; cursor:pointer; border:1px solid #336699;}.x-combo-noedit{ cursor:pointer;}.x-panel-header { overflow:hidden; zoom:1; color:#15428b; /* font:bold 11px tahoma,arial,verdana,sans-serif; */ padding:5px 3px 4px 5px; border:1px solid #99bbe8; background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;}.x-panel-body { border:1px solid #99bbe8; border-top:0 none; overflow:hidden; background:white;}.x-panel-body-noheader { border-top:1px solid #99bbe8;}.x-panel-header { overflow:hidden; zoom:1;}.x-panel-tl .x-panel-header { color:#15428b; /* font:bold 11px tahoma,arial,verdana,sans-serif; */ padding:5px 0 4px 0; border:0 none; background:transparent;}.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 url(../images/default/panel/white-top-bottom.gif) repeat-x 0 0; overflow:hidden;}.x-panel-tl { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat 0 0; padding-left:6px; zoom:1; border-bottom:1px solid #99bbe8;}.x-panel-tr { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat right 0; padding-right:6px;}.x-panel-bc { background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 bottom; zoom:1;}.x-panel-bc .x-panel-footer { padding-bottom:1px; zoom:1;}.x-panel-nofooter .x-panel-bc { height:1px;}.x-panel-bl { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat 0 bottom; padding-left:1px; zoom:1;}.x-panel-br { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat right bottom; padding-right:1px; zoom:1;}.x-panel-mc { border:0 none; padding:0; margin:0; /* font: normal 11px tahoma,arial,helvetica,sans-serif; */ background:white;}.x-panel-mc .x-panel-body { background:transparent; border:0 none;}.x-panel-ml { background: #fff url(../images/default/panel/white-left-right.gif) repeat-y 0 0; padding-left:1px; zoom:1;}.x-panel-mr { background: transparent url(../images/default/panel/white-left-right.gif) repeat-y right 0; padding-right:1px; zoom:1;}.x-panel-blue .x-panel-tl, .x-panel-blue .x-panel-tr, .x-panel-blue .x-panel-bl, .x-panel-blue .x-panel-br { background-image:url(../images/default/panel/corners-sprite.gif);}.x-panel-blue .x-panel-tc, .x-panel-blue .x-panel-bc { background-image:url(../images/default/panel/top-bottom.gif);}.x-panel-blue .x-panel-ml, .x-panel-blue .x-panel-mr { background-image:url(../images/default/panel/left-right.gif);}.x-panel-blue .x-panel-mc{ padding-top:6px; background:#dfe8f6;}.x-panel-blue .x-panel-tl { padding-left:6px;}.x-panel-blue .x-panel-tr { padding-right:6px;}.x-panel-blue .x-panel-bc .x-panel-footer { padding-bottom:6px;}.x-panel-blue .x-panel-nofooter .x-panel-bc { height:6px;}.x-panel-blue .x-panel-bl { padding-left:6px;}.x-panel-blue .x-panel-br { padding-right:6px;}.x-panel-blue .x-panel-ml { padding-left:6px;}.x-panel-blue .x-panel-mr { padding-right:6px;}.x-panel-bwrap { overflow:hidden;}.x-panel-body { overflow:hidden;}.x-panel-collapsed .x-resizable-handle{ display:none;}.x-tool { overflow:hidden; width:15px; height:15px; float:right; cursor:pointer; background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; margin-left:2px;}.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-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-up { background-position:0 -210px;}.x-tool-up-over { background-position:-15px -210px;}.x-tool-down { background-position:0 -195px;}.x-tool-down-over { background-position:-15px -195px;}.x-tool-refresh { background-position:0 -225px;}.x-tool-refresh-over { background-position:-15px -225px;}.x-panel-ghost { background:#cbddf3; 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 #84a0c4; border-top:0 none; display:block;}.x-panel-ghost * { cursor:move !important;}.x-panel-btns-ct { padding:5px;}.x-panel-btns-ct .x-btn{ float:right; clear:none;}.x-panel-btns-ct .x-panel-btns td { border:0; padding:0;}.x-panel-btns-ct .x-panel-btns-right table{ float:right; clear:none;}.x-panel-btns-ct .x-panel-btns-left table{ float:left; clear:none;}.x-panel-btns-ct .x-panel-btns-center{ text-align:center; }.x-panel-btns-ct .x-panel-btns-center table{ margin:0 auto; }.x-panel-btns-ct table td.x-panel-btn-td{ padding:3px;}.x-panel-btns-ct .x-btn-focus .x-btn-left{ background-position:0 -147px;}.x-panel-btns-ct .x-btn-focus .x-btn-right{ background-position:0 -168px;}.x-panel-btns-ct .x-btn-focus .x-btn-center{ background-position:0 -189px;}.x-panel-btns-ct .x-btn-over .x-btn-left{ background-position:0 -63px;}.x-panel-btns-ct .x-btn-over .x-btn-right{ background-position:0 -84px;}.x-panel-btns-ct .x-btn-over .x-btn-center{ background-position:0 -105px;}.x-panel-btns-ct .x-btn-click .x-btn-center{ background-position:0 -126px;}.x-panel-btns-ct .x-btn-click .x-btn-right{ background-position:0 -84px;}.x-panel-btns-ct .x-btn-click .x-btn-left{ background-position:0 -63px;}.x-html-editor-wrap {
|
| 2102 |
-
border:1px solid #a9bfd3;
|
| 2103 |
-
background:white;
|
| 2104 |
-
}
|
| 2105 |
-
.x-html-editor-tb .x-btn-text {
|
| 2106 |
-
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 2107 |
-
}
|
| 2108 |
-
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 2109 |
-
background-position:0 0;
|
| 2110 |
-
}
|
| 2111 |
-
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 2112 |
-
background-position:-16px 0;
|
| 2113 |
-
}
|
| 2114 |
-
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 2115 |
-
background-position:-32px 0;
|
| 2116 |
-
}
|
| 2117 |
-
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 2118 |
-
background-position:-160px 0;
|
| 2119 |
-
}
|
| 2120 |
-
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 2121 |
-
background-position:-176px 0;
|
| 2122 |
-
}
|
| 2123 |
-
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 2124 |
-
background-position:-112px 0;
|
| 2125 |
-
}
|
| 2126 |
-
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 2127 |
-
background-position:-128px 0;
|
| 2128 |
-
}
|
| 2129 |
-
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 2130 |
-
background-position:-144px 0;
|
| 2131 |
-
}
|
| 2132 |
-
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 2133 |
-
background-position:-80px 0;
|
| 2134 |
-
}
|
| 2135 |
-
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 2136 |
-
background-position:-96px 0;
|
| 2137 |
-
}
|
| 2138 |
-
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 2139 |
-
background-position:-48px 0;
|
| 2140 |
-
}
|
| 2141 |
-
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 2142 |
-
background-position:-64px 0;
|
| 2143 |
-
}
|
| 2144 |
-
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 2145 |
-
background-position:-192px 0;
|
| 2146 |
-
}
|
| 2147 |
-
|
| 2148 |
-
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 2149 |
-
padding:5px;
|
| 2150 |
-
padding-bottom:1px;
|
| 2151 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.ext-el-mask {
|
| 10 |
+
z-index: 20000;
|
| 11 |
+
position: absolute;
|
| 12 |
+
top: 0;
|
| 13 |
+
left: 0;
|
| 14 |
+
-moz-opacity: 0.5;
|
| 15 |
+
opacity: .50;
|
| 16 |
+
filter: alpha(opacity=50);
|
| 17 |
+
background-color: #CCC;
|
| 18 |
+
width: 100%;
|
| 19 |
+
height: 100%;
|
| 20 |
+
zoom: 1;
|
| 21 |
+
}
|
| 22 |
+
.ext-el-mask-msg {
|
| 23 |
+
z-index: 20001;
|
| 24 |
+
position: absolute;
|
| 25 |
+
top: 0;
|
| 26 |
+
left: 0;
|
| 27 |
+
border:1px solid #6593cf;
|
| 28 |
+
background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
|
| 29 |
+
padding:2px;
|
| 30 |
+
}
|
| 31 |
+
.ext-el-mask-msg div {
|
| 32 |
+
padding:5px 10px 5px 10px;
|
| 33 |
+
background: #eee;
|
| 34 |
+
border:1px solid #a3bad9;
|
| 35 |
+
color:#333;
|
| 36 |
+
/* font:normal 12px tahoma, arial, helvetica, sans-serif; */
|
| 37 |
+
cursor:wait;
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.ext-shim {
|
| 41 |
+
position:absolute;
|
| 42 |
+
visibility:hidden;
|
| 43 |
+
left:0;
|
| 44 |
+
top:0;
|
| 45 |
+
overflow:hidden;
|
| 46 |
+
}
|
| 47 |
+
.ext-ie .ext-shim {
|
| 48 |
+
filter: alpha(opacity=0);
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.x-mask-loading div {
|
| 52 |
+
padding:5px 10px 5px 25px;
|
| 53 |
+
background: #eee url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
|
| 54 |
+
line-height: 16px;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
.x-hidden {
|
| 59 |
+
position:absolute;
|
| 60 |
+
left:-2000px;
|
| 61 |
+
top:-2000px;
|
| 62 |
+
visibility:hidden;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.x-masked {
|
| 66 |
+
overflow: hidden !important;
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.x-masked select, .x-masked object, .x-masked embed {
|
| 70 |
+
visibility: hidden;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.x-layer {
|
| 74 |
+
visibility: hidden;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.x-unselectable, .x-unselectable * {
|
| 78 |
+
-moz-user-select: none;
|
| 79 |
+
-khtml-user-select: none;
|
| 80 |
+
}
|
| 81 |
+
|
| 82 |
+
.x-repaint {
|
| 83 |
+
zoom: 1;
|
| 84 |
+
background-color: transparent;
|
| 85 |
+
-moz-outline: none;
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.x-item-disabled {
|
| 89 |
+
color: gray;
|
| 90 |
+
cursor: default;
|
| 91 |
+
opacity: .6;
|
| 92 |
+
-moz-opacity: .6;
|
| 93 |
+
filter: alpha(opacity=60);
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-item-disabled * {
|
| 97 |
+
color: gray;
|
| 98 |
+
cursor: default !important;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.x-splitbar-proxy {
|
| 102 |
+
position: absolute;
|
| 103 |
+
visibility: hidden;
|
| 104 |
+
z-index: 20001;
|
| 105 |
+
background: #aaa;
|
| 106 |
+
zoom: 1;
|
| 107 |
+
line-height: 1px;
|
| 108 |
+
font-size: 1px;
|
| 109 |
+
overflow: hidden;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
.x-splitbar-h, .x-splitbar-proxy-h {
|
| 113 |
+
cursor: e-resize;
|
| 114 |
+
cursor: col-resize;
|
| 115 |
+
}
|
| 116 |
+
|
| 117 |
+
.x-splitbar-v, .x-splitbar-proxy-v {
|
| 118 |
+
cursor: s-resize;
|
| 119 |
+
cursor: row-resize;
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
.x-color-palette {
|
| 123 |
+
width: 150px;
|
| 124 |
+
height: 92px;
|
| 125 |
+
cursor: pointer;
|
| 126 |
+
}
|
| 127 |
+
|
| 128 |
+
.x-color-palette a {
|
| 129 |
+
border: 1px solid #fff;
|
| 130 |
+
float: left;
|
| 131 |
+
padding: 2px;
|
| 132 |
+
text-decoration: none;
|
| 133 |
+
-moz-outline: 0 none;
|
| 134 |
+
outline: 0 none;
|
| 135 |
+
cursor: pointer;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
|
| 139 |
+
border: 1px solid #8BB8F3;
|
| 140 |
+
background: #deecfd;
|
| 141 |
+
}
|
| 142 |
+
|
| 143 |
+
.x-color-palette em {
|
| 144 |
+
display: block;
|
| 145 |
+
border: 1px solid #ACA899;
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
.x-color-palette em span {
|
| 149 |
+
cursor: pointer;
|
| 150 |
+
display: block;
|
| 151 |
+
height: 10px;
|
| 152 |
+
line-height: 10px;
|
| 153 |
+
width: 10px;
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
.x-ie-shadow {
|
| 157 |
+
display: none;
|
| 158 |
+
position: absolute;
|
| 159 |
+
overflow: hidden;
|
| 160 |
+
left:0;
|
| 161 |
+
top:0;
|
| 162 |
+
background:#777;
|
| 163 |
+
zoom:1;
|
| 164 |
+
}
|
| 165 |
+
|
| 166 |
+
.x-shadow {
|
| 167 |
+
display: none;
|
| 168 |
+
position: absolute;
|
| 169 |
+
overflow: hidden;
|
| 170 |
+
left:0;
|
| 171 |
+
top:0;
|
| 172 |
+
}
|
| 173 |
+
|
| 174 |
+
.x-shadow * {
|
| 175 |
+
overflow: hidden;
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
.x-shadow * {
|
| 179 |
+
padding: 0;
|
| 180 |
+
border: 0;
|
| 181 |
+
margin: 0;
|
| 182 |
+
clear: none;
|
| 183 |
+
zoom: 1;
|
| 184 |
+
}
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
.x-shadow .xstc, .x-shadow .xsbc {
|
| 188 |
+
height: 6px;
|
| 189 |
+
float: left;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
|
| 193 |
+
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
|
| 194 |
+
width: 6px;
|
| 195 |
+
height: 6px;
|
| 196 |
+
float: left;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
|
| 200 |
+
.x-shadow .xsc {
|
| 201 |
+
width: 100%;
|
| 202 |
+
}
|
| 203 |
+
|
| 204 |
+
.x-shadow .xsml, .x-shadow .xsmr {
|
| 205 |
+
width: 6px;
|
| 206 |
+
float: left;
|
| 207 |
+
height: 100%;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.x-shadow .xsmc {
|
| 211 |
+
float: left;
|
| 212 |
+
height: 100%;
|
| 213 |
+
background: transparent url( ../images/default/shadow-c.png );
|
| 214 |
+
}
|
| 215 |
+
|
| 216 |
+
.x-shadow .xst, .x-shadow .xsb {
|
| 217 |
+
height: 6px;
|
| 218 |
+
overflow: hidden;
|
| 219 |
+
width: 100%;
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.x-shadow .xsml {
|
| 223 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
+
.x-shadow .xsmr {
|
| 227 |
+
background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
.x-shadow .xstl {
|
| 231 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.x-shadow .xstc {
|
| 235 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
.x-shadow .xstr {
|
| 239 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
|
| 240 |
+
}
|
| 241 |
+
|
| 242 |
+
.x-shadow .xsbl {
|
| 243 |
+
background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
|
| 244 |
+
}
|
| 245 |
+
|
| 246 |
+
.x-shadow .xsbc {
|
| 247 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.x-shadow .xsbr {
|
| 251 |
+
background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
.loading-indicator {
|
| 255 |
+
font-size: 11px;
|
| 256 |
+
background-image: url( '../images/default/grid/loading.gif' );
|
| 257 |
+
background-repeat: no-repeat;
|
| 258 |
+
background-position: left;
|
| 259 |
+
padding-left: 20px;
|
| 260 |
+
line-height: 16px;
|
| 261 |
+
margin: 3px;
|
| 262 |
+
}
|
| 263 |
+
|
| 264 |
+
.x-text-resize {
|
| 265 |
+
position: absolute;
|
| 266 |
+
left: -1000px;
|
| 267 |
+
top: -1000px;
|
| 268 |
+
visibility: hidden;
|
| 269 |
+
zoom: 1;
|
| 270 |
+
}
|
| 271 |
+
|
| 272 |
+
.x-drag-overlay {
|
| 273 |
+
width: 100%;
|
| 274 |
+
height: 100%;
|
| 275 |
+
display: none;
|
| 276 |
+
position: absolute;
|
| 277 |
+
left: 0;
|
| 278 |
+
top: 0;
|
| 279 |
+
background: white;
|
| 280 |
+
z-index: 20000;
|
| 281 |
+
-moz-opacity: 0;
|
| 282 |
+
opacity: 0;
|
| 283 |
+
filter: alpha(opacity=0);
|
| 284 |
+
}
|
| 285 |
+
|
| 286 |
+
.x-clear {
|
| 287 |
+
clear:both;
|
| 288 |
+
height:0;
|
| 289 |
+
overflow:hidden;
|
| 290 |
+
line-height:0;
|
| 291 |
+
font-size:0;
|
| 292 |
+
}
|
| 293 |
+
.x-tabs-wrap {
|
| 294 |
+
border-bottom:1px solid #6593cf;
|
| 295 |
+
padding-top:2px;
|
| 296 |
+
}
|
| 297 |
+
.x-tabs-strip-wrap{
|
| 298 |
+
width:100%;
|
| 299 |
+
}
|
| 300 |
+
.x-tabs-wrap table{
|
| 301 |
+
position:relative;
|
| 302 |
+
top:0; left:0;
|
| 303 |
+
}
|
| 304 |
+
.x-tabs-strip td{
|
| 305 |
+
padding:0;
|
| 306 |
+
padding-left:2px;
|
| 307 |
+
}
|
| 308 |
+
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 309 |
+
display:block;
|
| 310 |
+
}
|
| 311 |
+
.x-tabs-strip a {
|
| 312 |
+
text-decoration:none !important;
|
| 313 |
+
-moz-outline: none;
|
| 314 |
+
outline: none;
|
| 315 |
+
cursor:pointer;
|
| 316 |
+
}
|
| 317 |
+
.x-tabs-strip .x-tabs-text {
|
| 318 |
+
/*font:bold 11px tahoma,arial,helvetica; */
|
| 319 |
+
color:#666;
|
| 320 |
+
overflow:hidden;
|
| 321 |
+
white-space: nowrap;
|
| 322 |
+
cursor:pointer;
|
| 323 |
+
text-overflow: ellipsis;
|
| 324 |
+
}
|
| 325 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 326 |
+
cursor:default;
|
| 327 |
+
color:#083772;
|
| 328 |
+
}
|
| 329 |
+
.x-tabs-strip .disabled .x-tabs-text {
|
| 330 |
+
cursor:default;
|
| 331 |
+
color:#aaaaaa;
|
| 332 |
+
}
|
| 333 |
+
.x-tabs-strip .x-tabs-inner {
|
| 334 |
+
padding:4px 10px;
|
| 335 |
+
}
|
| 336 |
+
|
| 337 |
+
.x-tabs-strip .on .x-tabs-right {
|
| 338 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 339 |
+
}
|
| 340 |
+
.x-tabs-strip .on .x-tabs-left {
|
| 341 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 342 |
+
}
|
| 343 |
+
.x-tabs-strip .x-tabs-right {
|
| 344 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 345 |
+
}
|
| 346 |
+
.x-tabs-strip .x-tabs-left {
|
| 347 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 348 |
+
}
|
| 349 |
+
|
| 350 |
+
.x-tabs-strip a {
|
| 351 |
+
position:relative;
|
| 352 |
+
top:1px; left:0;
|
| 353 |
+
}
|
| 354 |
+
.x-tabs-strip .on a {
|
| 355 |
+
position:relative;
|
| 356 |
+
}
|
| 357 |
+
.x-tabs-strip .on .x-tabs-inner {
|
| 358 |
+
padding-bottom:5px;
|
| 359 |
+
}
|
| 360 |
+
|
| 361 |
+
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 362 |
+
padding-right:22px;
|
| 363 |
+
position:relative;
|
| 364 |
+
}
|
| 365 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 366 |
+
line-height: 1px;
|
| 367 |
+
font-size:1px;
|
| 368 |
+
background-image:url(../images/default/layout/tab-close.gif);
|
| 369 |
+
display:block;
|
| 370 |
+
position:absolute;
|
| 371 |
+
right:5px;top:4px;
|
| 372 |
+
width:11px;height:11px;
|
| 373 |
+
cursor:pointer;
|
| 374 |
+
}
|
| 375 |
+
.x-tabs-strip .on .close-icon{
|
| 376 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 377 |
+
}
|
| 378 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 379 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 380 |
+
}
|
| 381 |
+
.x-tabs-body {
|
| 382 |
+
border:1px solid #6593cf;
|
| 383 |
+
border-top:0 none;
|
| 384 |
+
}
|
| 385 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 386 |
+
border-top:1px solid #6593cf;
|
| 387 |
+
border-bottom:0 none;
|
| 388 |
+
padding-top:0;
|
| 389 |
+
padding-bottom:2px;
|
| 390 |
+
}
|
| 391 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 392 |
+
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 393 |
+
}
|
| 394 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 395 |
+
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 396 |
+
}
|
| 397 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 398 |
+
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 399 |
+
}
|
| 400 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 401 |
+
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 402 |
+
}
|
| 403 |
+
.x-tabs-bottom .x-tabs-strip a {
|
| 404 |
+
position:relative;
|
| 405 |
+
top:0; left:0;
|
| 406 |
+
}
|
| 407 |
+
.x-tabs-bottom .x-tabs-strip .on a {
|
| 408 |
+
margin-top:-1px;
|
| 409 |
+
}
|
| 410 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 411 |
+
padding-top:5px;
|
| 412 |
+
}
|
| 413 |
+
|
| 414 |
+
.x-tabs-bottom .x-tabs-body {
|
| 415 |
+
border:1px solid #6593cf;
|
| 416 |
+
border-bottom:0 none;
|
| 417 |
+
}
|
| 418 |
+
|
| 419 |
+
.x-form-field{ margin: 0 0 0 0; /* font:normal 12px tahoma, arial, helvetica, sans-serif;*/}.x-form-text, textarea.x-form-field{ padding: 1px 3px; background:#fff url(../images/default/form/text-bg.gif) repeat-x 0 0; border: 1px solid #B5B8C8;}.x-form-text { height:22px; line-height:18px; vertical-align:middle;}.ext-ie .x-form-text { margin-top:-1px; margin-bottom:-1px; height:22px; line-height:18px;}.ext-strict .x-form-text { height:18px;}.ext-safari .x-form-text { height:20px; }.ext-gecko .x-form-text { padding-top:2px; padding-bottom:0;}.x-form-select-one { height:20px; line-height:18px; vertical-align:middle; background-color:#fff; border: 1px solid #B5B8C8;}.x-form-field-wrap { position:relative; zoom:1; white-space: nowrap;}.x-editor .x-form-check-wrap { background:#fff;}.x-form-field-wrap .x-form-trigger{ width:17px; height:21px; border:0; background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0; cursor:pointer; border-bottom: 1px solid #B5B8C8; position:absolute; top:0;}.ext-safari .x-form-field-wrap .x-form-trigger{ height:19px; }.x-form-field-wrap .x-form-clear-trigger{ background-image: url(../images/default/form/clear-trigger.gif); cursor:pointer;}.x-form-field-wrap .x-form-search-trigger{ background-image: url(../images/default/form/search-trigger.gif); cursor:pointer;}.ext-safari .x-form-field-wrap .x-form-trigger{ right:0;}.x-form-field-wrap .x-form-twin-triggers{ }.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{ position:static; top:auto; vertical-align:top;}.x-form-field-wrap .x-form-trigger-over{ background-position:-17px 0;}.x-form-field-wrap .x-form-trigger-click{ background-position:-34px 0;}.x-trigger-wrap-focus .x-form-trigger{ background-position:-51px 0;}.x-trigger-wrap-focus .x-form-trigger-over{ background-position:-68px 0;}.x-trigger-wrap-focus .x-form-trigger-click{ background-position:-85px 0;}.x-trigger-wrap-focus .x-form-trigger{ border-bottom: 1px solid #7eadd9;}.x-item-disabled .x-form-trigger-over{ background-position:0 0 !important; border-bottom: 1px solid #B5B8C8;}.x-item-disabled .x-form-trigger-click{ background-position:0 0 !important; border-bottom: 1px solid #B5B8C8;}.x-form-focus, textarea.x-form-focus{ border: 1px solid #7eadd9;}.x-form-invalid, textarea.x-form-invalid{ background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom; border: 1px solid #dd7870;}.ext-safari .x-form-invalid{ background-color:#ffeeee; border: 1px solid #ff7870;}.x-editor { visibility:hidden; padding:0; margin:0;}.x-form-check-wrap { line-height:18px;}.ext-ie .x-form-check-wrap input { width:15px; height:15px;}.x-editor .x-form-check-wrap { padding:3px;}.x-editor .x-form-checkbox { height:13px; border: 0 none;}.x-form-grow-sizer { /* font:normal 12px tahoma, arial, helvetica, sans-serif;*/ left: -10000px; padding: 8px 3px; position: absolute; visibility:hidden; top: -10000px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; zoom:1;}.x-form-grow-sizer p { margin:0 !important; border:0 none !important; padding:0 !important;}.x-form-item { /*font:normal 12px tahoma, arial, helvetica, sans-serif; */ display:block; margin-bottom:4px;}.x-form-item label { display:block; float:left; width:100px; padding:3px; padding-left:0; clear:left; z-index:2; position:relative;}.x-form-element { padding-left:105px; position:relative;}.x-form-invalid-msg { color:#ee0000; padding:2px; padding-left:18px; /* font:normal 11px tahoma, arial, helvetica, sans-serif; */ background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px; line-height:16px; width:200px;}.x-form-label-right label { text-align:right;}.x-form-label-top .x-form-item label { width:auto; float:none; clear:none; display:inline; margin-bottom:4px; position:static;}.x-form-label-top .x-form-element { padding-left:0; padding-top:4px;}.x-form-label-top .x-form-item { padding-bottom:4px;}.x-form fieldset { border:1px solid #B5B8C8; padding:10px 10px 5px 10px; margin-bottom:10px;}.x-form fieldset legend { /* font:bold 11px tahoma, arial, helvetica, sans-serif; */color:#15428b;}.ext-ie .x-form fieldset legend { margin-bottom:10px;}.ext-ie .x-form fieldset { padding-top: 0;}.x-form-empty-field { color:gray;}.x-small-editor .x-form-field { /* font:normal 11px arial, tahoma, helvetica, sans-serif; */}.x-small-editor .x-form-text { height:20px; line-height:16px; vertical-align:middle;}.ext-ie .x-small-editor .x-form-text { margin-top:-1px !important; margin-bottom:-1px !important; height:20px !important; line-height:16px !important;}.ext-strict .x-small-editor .x-form-text { height:16px !important;}.ext-safari .x-small-editor .x-form-field { /* font:normal 12px arial, tahoma, helvetica, sans-serif; */}.ext-ie .x-small-editor .x-form-text { height:20px; line-height:16px;}.ext-border-box .x-small-editor .x-form-text { height:20px;}.x-small-editor .x-form-select-one { height:20px; line-height:16px; vertical-align:middle;}.x-small-editor .x-form-num-field { text-align:right;}.x-small-editor .x-form-field-wrap .x-form-trigger{ height:19px;}.x-form-clear { clear:both; height:0; overflow:hidden; line-height:0; font-size:0;}.x-form-clear-left { clear:left; height:0; overflow:hidden; line-height:0; font-size:0;}.x-form-cb-label { width:'auto' !important; float:none !important; clear:none !important; display:inline !important; margin-left:4px;}.x-form-column { float:left; padding:0; margin:0; width:48%; overflow:hidden; zoom:1;}.x-form .x-form-btns-ct .x-btn{ float:right; clear:none;}.x-form .x-form-btns-ct .x-form-btns td { border:0; padding:0;}.x-form .x-form-btns-ct .x-form-btns-right table{ float:right; clear:none;}.x-form .x-form-btns-ct .x-form-btns-left table{ float:left; clear:none;}.x-form .x-form-btns-ct .x-form-btns-center{ text-align:center; }.x-form .x-form-btns-ct .x-form-btns-center table{ margin:0 auto; }.x-form .x-form-btns-ct table td.x-form-btn-td{ padding:3px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{ background-position:0 -147px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{ background-position:0 -168px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{ background-position:0 -189px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-center{ background-position:0 -126px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-right{ background-position:0 -84px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-left{ background-position:0 -63px;}.x-form-invalid-icon { width:16px; height:18px; visibility:hidden; position:absolute; left:0; top:0; display:block; background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;}.x-btn{
|
| 420 |
+
/*font:normal 11px tahoma, verdana, helvetica; */
|
| 421 |
+
cursor:pointer;
|
| 422 |
+
white-space: nowrap;
|
| 423 |
+
}
|
| 424 |
+
.x-btn button{
|
| 425 |
+
border:0 none;
|
| 426 |
+
background:transparent;
|
| 427 |
+
/* font:normal 11px tahoma,verdana,helvetica; */
|
| 428 |
+
padding-left:3px;
|
| 429 |
+
padding-right:3px;
|
| 430 |
+
cursor:pointer;
|
| 431 |
+
margin:0;
|
| 432 |
+
overflow:visible;
|
| 433 |
+
width:auto;
|
| 434 |
+
-moz-outline:0 none;
|
| 435 |
+
outline:0 none;
|
| 436 |
+
}
|
| 437 |
+
* html .ext-ie .x-btn button {
|
| 438 |
+
width:1px;
|
| 439 |
+
}
|
| 440 |
+
.ext-gecko .x-btn button {
|
| 441 |
+
padding-left:0;
|
| 442 |
+
padding-right:0;
|
| 443 |
+
}
|
| 444 |
+
.ext-ie .x-btn button {
|
| 445 |
+
padding-top:2px;
|
| 446 |
+
}
|
| 447 |
+
|
| 448 |
+
|
| 449 |
+
.x-btn-icon .x-btn-center .x-btn-text{
|
| 450 |
+
background-position: center;
|
| 451 |
+
background-repeat: no-repeat;
|
| 452 |
+
height: 16px;
|
| 453 |
+
width: 16px;
|
| 454 |
+
cursor:pointer;
|
| 455 |
+
white-space: nowrap;
|
| 456 |
+
padding:0;
|
| 457 |
+
}
|
| 458 |
+
.x-btn-icon .x-btn-center{
|
| 459 |
+
padding:1px;
|
| 460 |
+
}
|
| 461 |
+
.x-btn em {
|
| 462 |
+
font-style:normal;
|
| 463 |
+
font-weight:normal;
|
| 464 |
+
}
|
| 465 |
+
|
| 466 |
+
|
| 467 |
+
.x-btn-text-icon .x-btn-center .x-btn-text{
|
| 468 |
+
background-position: 0 2px;
|
| 469 |
+
background-repeat: no-repeat;
|
| 470 |
+
padding-left:18px;
|
| 471 |
+
padding-top:3px;
|
| 472 |
+
padding-bottom:3px;
|
| 473 |
+
padding-right:0;
|
| 474 |
+
}
|
| 475 |
+
|
| 476 |
+
.x-btn-left, .x-btn-right{
|
| 477 |
+
font-size:1px;
|
| 478 |
+
line-height:1px;
|
| 479 |
+
}
|
| 480 |
+
.x-btn-left{
|
| 481 |
+
width:3px;
|
| 482 |
+
height:21px;
|
| 483 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
|
| 484 |
+
}
|
| 485 |
+
.x-btn-right{
|
| 486 |
+
width:3px;
|
| 487 |
+
height:21px;
|
| 488 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
|
| 489 |
+
}
|
| 490 |
+
.x-btn-left i, .x-btn-right i{
|
| 491 |
+
display:block;
|
| 492 |
+
width:3px;
|
| 493 |
+
overflow:hidden;
|
| 494 |
+
font-size:1px;
|
| 495 |
+
line-height:1px;
|
| 496 |
+
}
|
| 497 |
+
.x-btn-center{
|
| 498 |
+
background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
|
| 499 |
+
vertical-align: middle;
|
| 500 |
+
text-align:center;
|
| 501 |
+
padding:0 5px;
|
| 502 |
+
cursor:pointer;
|
| 503 |
+
white-space:nowrap;
|
| 504 |
+
}
|
| 505 |
+
.x-btn-over .x-btn-left{
|
| 506 |
+
background-position:0 -63px;
|
| 507 |
+
}
|
| 508 |
+
.x-btn-over .x-btn-right{
|
| 509 |
+
background-position:0 -84px;
|
| 510 |
+
}
|
| 511 |
+
.x-btn-over .x-btn-center{
|
| 512 |
+
background-position:0 -105px;
|
| 513 |
+
}
|
| 514 |
+
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
|
| 515 |
+
background-position:0 -126px;
|
| 516 |
+
}
|
| 517 |
+
.x-btn-disabled *{
|
| 518 |
+
color:gray !important;
|
| 519 |
+
cursor:default !important;
|
| 520 |
+
}
|
| 521 |
+
.x-btn-menu-text-wrap .x-btn-center {
|
| 522 |
+
padding:0 3px;
|
| 523 |
+
}
|
| 524 |
+
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
|
| 525 |
+
padding:0 1px;
|
| 526 |
+
}
|
| 527 |
+
.x-btn-menu-arrow-wrap .x-btn-center {
|
| 528 |
+
padding:0;
|
| 529 |
+
}
|
| 530 |
+
.x-btn-menu-arrow-wrap .x-btn-center button {
|
| 531 |
+
width:12px !important;
|
| 532 |
+
height:21px;
|
| 533 |
+
padding:0 !important;
|
| 534 |
+
display:block;
|
| 535 |
+
background:transparent url(../images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
|
| 536 |
+
}
|
| 537 |
+
.x-btn-with-menu .x-btn-center {
|
| 538 |
+
padding-right:2px !important;
|
| 539 |
+
}
|
| 540 |
+
.x-btn-with-menu .x-btn-center em {
|
| 541 |
+
display:block;
|
| 542 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
|
| 543 |
+
padding-right:10px;
|
| 544 |
+
}
|
| 545 |
+
|
| 546 |
+
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 547 |
+
display:block;
|
| 548 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
|
| 549 |
+
padding-right:10px;
|
| 550 |
+
}.x-toolbar{
|
| 551 |
+
border-top: 1px solid #eaf0f7;
|
| 552 |
+
border-bottom: 1px solid #a9bfd3;
|
| 553 |
+
display: block;
|
| 554 |
+
padding:2px;
|
| 555 |
+
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 556 |
+
position:relative;
|
| 557 |
+
}
|
| 558 |
+
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 559 |
+
opacity: .35;
|
| 560 |
+
-moz-opacity: .35;
|
| 561 |
+
filter: alpha(opacity=35);
|
| 562 |
+
}
|
| 563 |
+
.x-toolbar td {
|
| 564 |
+
vertical-align:middle;
|
| 565 |
+
}
|
| 566 |
+
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 567 |
+
border: 0 none;
|
| 568 |
+
background: url(../images/default/grid/mso-hd.gif);
|
| 569 |
+
}
|
| 570 |
+
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
|
| 571 |
+
white-space: nowrap;
|
| 572 |
+
/* font:normal 11px tahoma, arial, helvetica, sans-serif; */
|
| 573 |
+
}
|
| 574 |
+
.x-toolbar .x-item-disabled {
|
| 575 |
+
color:gray;
|
| 576 |
+
cursor:default;
|
| 577 |
+
opacity:.6;
|
| 578 |
+
-moz-opacity:.6;
|
| 579 |
+
filter:alpha(opacity=60);
|
| 580 |
+
}
|
| 581 |
+
.x-toolbar .x-item-disabled * {
|
| 582 |
+
color:gray;
|
| 583 |
+
cursor:default;
|
| 584 |
+
}
|
| 585 |
+
.x-toolbar .x-btn-left{
|
| 586 |
+
background:none;
|
| 587 |
+
}
|
| 588 |
+
.x-toolbar .x-btn-right{
|
| 589 |
+
background:none;
|
| 590 |
+
}
|
| 591 |
+
.x-toolbar .x-btn-center{
|
| 592 |
+
background:none;
|
| 593 |
+
padding:0 0;
|
| 594 |
+
}
|
| 595 |
+
|
| 596 |
+
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 597 |
+
padding-right:2px;
|
| 598 |
+
}
|
| 599 |
+
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 600 |
+
padding-right:0;
|
| 601 |
+
}
|
| 602 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 603 |
+
padding:0 2px;
|
| 604 |
+
}
|
| 605 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 606 |
+
width:12px;
|
| 607 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 608 |
+
}
|
| 609 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 610 |
+
width:12px;
|
| 611 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 612 |
+
}
|
| 613 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 614 |
+
background-position: 0 -47px;
|
| 615 |
+
}
|
| 616 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 617 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 618 |
+
}
|
| 619 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 620 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 621 |
+
}
|
| 622 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 623 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 624 |
+
}
|
| 625 |
+
|
| 626 |
+
.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{
|
| 627 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 628 |
+
}
|
| 629 |
+
.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{
|
| 630 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 631 |
+
}
|
| 632 |
+
.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{
|
| 633 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 634 |
+
}
|
| 635 |
+
|
| 636 |
+
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 637 |
+
padding-right:8px;
|
| 638 |
+
}
|
| 639 |
+
|
| 640 |
+
.x-toolbar .ytb-text{
|
| 641 |
+
padding:2px;
|
| 642 |
+
}
|
| 643 |
+
.x-toolbar .ytb-sep {
|
| 644 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 645 |
+
background-position: center;
|
| 646 |
+
background-repeat: no-repeat;
|
| 647 |
+
display: block;
|
| 648 |
+
font-size: 1px;
|
| 649 |
+
height: 16px;
|
| 650 |
+
width:4px;
|
| 651 |
+
overflow: hidden;
|
| 652 |
+
cursor:default;
|
| 653 |
+
margin: 0 2px 0;
|
| 654 |
+
border:0;
|
| 655 |
+
}
|
| 656 |
+
.x-toolbar .ytb-spacer {
|
| 657 |
+
width:2px;
|
| 658 |
+
}
|
| 659 |
+
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 660 |
+
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 661 |
+
}
|
| 662 |
+
|
| 663 |
+
|
| 664 |
+
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 665 |
+
padding-bottom:1px;
|
| 666 |
+
}
|
| 667 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 668 |
+
top:1px;
|
| 669 |
+
}
|
| 670 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 671 |
+
margin-top:1px;
|
| 672 |
+
}
|
| 673 |
+
|
| 674 |
+
|
| 675 |
+
|
| 676 |
+
.x-grid-page-number{
|
| 677 |
+
width:24px;
|
| 678 |
+
height:14px;
|
| 679 |
+
}
|
| 680 |
+
.x-grid-page-first .x-btn-text{
|
| 681 |
+
background-image: url(../images/default/grid/page-first.gif);
|
| 682 |
+
}
|
| 683 |
+
.x-grid-loading .x-btn-text{
|
| 684 |
+
background-image: url(../images/default/grid/done.gif);
|
| 685 |
+
}
|
| 686 |
+
.x-grid-page-last .x-btn-text{
|
| 687 |
+
background-image: url(../images/default/grid/page-last.gif);
|
| 688 |
+
}
|
| 689 |
+
.x-grid-page-next .x-btn-text{
|
| 690 |
+
background-image: url(../images/default/grid/page-next.gif);
|
| 691 |
+
}
|
| 692 |
+
.x-grid-page-prev .x-btn-text{
|
| 693 |
+
background-image: url(../images/default/grid/page-prev.gif);
|
| 694 |
+
}
|
| 695 |
+
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 696 |
+
background-image: url(../images/default/grid/loading.gif);
|
| 697 |
+
}
|
| 698 |
+
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 699 |
+
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 700 |
+
}
|
| 701 |
+
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 702 |
+
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 703 |
+
}
|
| 704 |
+
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 705 |
+
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 706 |
+
}
|
| 707 |
+
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 708 |
+
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 709 |
+
}
|
| 710 |
+
.x-paging-info {
|
| 711 |
+
position:absolute;
|
| 712 |
+
top:8px;
|
| 713 |
+
right: 8px;
|
| 714 |
+
color:#15428b;
|
| 715 |
+
}
|
| 716 |
+
.x-resizable-handle {
|
| 717 |
+
position:absolute;
|
| 718 |
+
z-index:100;
|
| 719 |
+
|
| 720 |
+
font-size:1px;
|
| 721 |
+
line-height:6px;
|
| 722 |
+
overflow:hidden;
|
| 723 |
+
background:white;
|
| 724 |
+
filter:alpha(opacity=0);
|
| 725 |
+
opacity:0;
|
| 726 |
+
zoom:1;
|
| 727 |
+
}
|
| 728 |
+
.x-resizable-handle-east{
|
| 729 |
+
width:6px;
|
| 730 |
+
cursor:e-resize;
|
| 731 |
+
right:0;
|
| 732 |
+
top:0;
|
| 733 |
+
height:100%;
|
| 734 |
+
}
|
| 735 |
+
.ext-ie .x-resizable-handle-east {
|
| 736 |
+
margin-right:-1px;
|
| 737 |
+
}
|
| 738 |
+
.x-resizable-handle-south{
|
| 739 |
+
width:100%;
|
| 740 |
+
cursor:s-resize;
|
| 741 |
+
left:0;
|
| 742 |
+
bottom:0;
|
| 743 |
+
height:6px;
|
| 744 |
+
}
|
| 745 |
+
.ext-ie .x-resizable-handle-south {
|
| 746 |
+
margin-bottom:-1px;
|
| 747 |
+
}
|
| 748 |
+
.x-resizable-handle-west{
|
| 749 |
+
width:6px;
|
| 750 |
+
cursor:w-resize;
|
| 751 |
+
left:0;
|
| 752 |
+
top:0;
|
| 753 |
+
height:100%;
|
| 754 |
+
}
|
| 755 |
+
.x-resizable-handle-north{
|
| 756 |
+
width:100%;
|
| 757 |
+
cursor:n-resize;
|
| 758 |
+
left:0;
|
| 759 |
+
top:0;
|
| 760 |
+
height:6px;
|
| 761 |
+
}
|
| 762 |
+
.x-resizable-handle-southeast{
|
| 763 |
+
width:6px;
|
| 764 |
+
cursor:se-resize;
|
| 765 |
+
right:0;
|
| 766 |
+
bottom:0;
|
| 767 |
+
height:6px;
|
| 768 |
+
z-index:101;
|
| 769 |
+
}
|
| 770 |
+
.x-resizable-handle-northwest{
|
| 771 |
+
width:6px;
|
| 772 |
+
cursor:nw-resize;
|
| 773 |
+
left:0;
|
| 774 |
+
top:0;
|
| 775 |
+
height:6px;
|
| 776 |
+
z-index:101;
|
| 777 |
+
}
|
| 778 |
+
.x-resizable-handle-northeast{
|
| 779 |
+
width:6px;
|
| 780 |
+
cursor:ne-resize;
|
| 781 |
+
right:0;
|
| 782 |
+
top:0;
|
| 783 |
+
height:6px;
|
| 784 |
+
z-index:101;
|
| 785 |
+
}
|
| 786 |
+
.x-resizable-handle-southwest{
|
| 787 |
+
width:6px;
|
| 788 |
+
cursor:sw-resize;
|
| 789 |
+
left:0;
|
| 790 |
+
bottom:0;
|
| 791 |
+
height:6px;
|
| 792 |
+
z-index:101;
|
| 793 |
+
}
|
| 794 |
+
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 795 |
+
filter:alpha(opacity=100);
|
| 796 |
+
opacity:1;
|
| 797 |
+
}
|
| 798 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 799 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 800 |
+
background-position: left;
|
| 801 |
+
}
|
| 802 |
+
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 803 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 804 |
+
background-position: left;
|
| 805 |
+
}
|
| 806 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 807 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 808 |
+
background-position: top;
|
| 809 |
+
}
|
| 810 |
+
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 811 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 812 |
+
background-position: top;
|
| 813 |
+
}
|
| 814 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 815 |
+
background:url(../images/default/sizer/se-handle.gif);
|
| 816 |
+
background-position: top left;
|
| 817 |
+
}
|
| 818 |
+
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 819 |
+
background:url(../images/default/sizer/nw-handle.gif);
|
| 820 |
+
background-position:bottom right;
|
| 821 |
+
}
|
| 822 |
+
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 823 |
+
background:url(../images/default/sizer/ne-handle.gif);
|
| 824 |
+
background-position: bottom left;
|
| 825 |
+
}
|
| 826 |
+
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 827 |
+
background:url(../images/default/sizer/sw-handle.gif);
|
| 828 |
+
background-position: top right;
|
| 829 |
+
}
|
| 830 |
+
.x-resizable-proxy{
|
| 831 |
+
border: 1px dashed #6593cf;
|
| 832 |
+
position:absolute;
|
| 833 |
+
overflow:hidden;
|
| 834 |
+
display:none;
|
| 835 |
+
left:0;top:0;
|
| 836 |
+
z-index:50000;
|
| 837 |
+
}
|
| 838 |
+
.x-resizable-overlay{
|
| 839 |
+
width:100%;
|
| 840 |
+
height:100%;
|
| 841 |
+
display:none;
|
| 842 |
+
position:absolute;
|
| 843 |
+
left:0;
|
| 844 |
+
top:0;
|
| 845 |
+
background:white;
|
| 846 |
+
z-index:200000;
|
| 847 |
+
-moz-opacity: 0;
|
| 848 |
+
opacity:0;
|
| 849 |
+
filter: alpha(opacity=0);
|
| 850 |
+
}
|
| 851 |
+
|
| 852 |
+
.x-grid {
|
| 853 |
+
position:relative;
|
| 854 |
+
overflow:hidden;
|
| 855 |
+
background-color:#fff;
|
| 856 |
+
}
|
| 857 |
+
.x-grid-scroller {
|
| 858 |
+
overflow:auto;
|
| 859 |
+
}
|
| 860 |
+
.x-grid-viewport, .x-grid-locked{
|
| 861 |
+
position:absolute;
|
| 862 |
+
left:0; top: 0;
|
| 863 |
+
z-index:2;
|
| 864 |
+
overflow:hidden;
|
| 865 |
+
visibility:hidden;
|
| 866 |
+
}
|
| 867 |
+
.x-grid-cell-inner, .x-grid-hd-inner{
|
| 868 |
+
overflow:hidden;
|
| 869 |
+
-o-text-overflow: ellipsis;
|
| 870 |
+
text-overflow: ellipsis;
|
| 871 |
+
}
|
| 872 |
+
.x-grid-hd-row td, .x-grid-row td{
|
| 873 |
+
/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 874 |
+
line-height:13px;
|
| 875 |
+
white-space: nowrap;
|
| 876 |
+
vertical-align: top;
|
| 877 |
+
-moz-outline: none;
|
| 878 |
+
-moz-user-focus: normal;
|
| 879 |
+
}
|
| 880 |
+
.x-grid-hd-row td {
|
| 881 |
+
line-height:14px;
|
| 882 |
+
}
|
| 883 |
+
.x-grid-col {
|
| 884 |
+
border-right: 1px solid #ebebeb;
|
| 885 |
+
border-bottom: 1px solid #ebebeb;
|
| 886 |
+
}
|
| 887 |
+
|
| 888 |
+
|
| 889 |
+
.x-grid-locked .x-grid-body td {
|
| 890 |
+
background-color: #FBFDFF;
|
| 891 |
+
border-right: 1px solid #deecfd;
|
| 892 |
+
border-bottom: 1px solid #deecfd !important;
|
| 893 |
+
}
|
| 894 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 895 |
+
border-top:0 none;
|
| 896 |
+
}
|
| 897 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 898 |
+
background-color: #F5FAFE;
|
| 899 |
+
}
|
| 900 |
+
|
| 901 |
+
.x-grid-locked .x-grid-header table{
|
| 902 |
+
border-right:1px solid transparent;
|
| 903 |
+
}
|
| 904 |
+
.x-grid-locked .x-grid-body table{
|
| 905 |
+
border-right:1px solid #c3daf9;
|
| 906 |
+
}
|
| 907 |
+
|
| 908 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 909 |
+
|
| 910 |
+
}
|
| 911 |
+
.x-grid-row {
|
| 912 |
+
cursor: default;
|
| 913 |
+
}
|
| 914 |
+
.x-grid-row-alt{
|
| 915 |
+
background-color:#f1f1f1;
|
| 916 |
+
}
|
| 917 |
+
.x-grid-row-over td{
|
| 918 |
+
background-color:#d9e8fb;
|
| 919 |
+
}
|
| 920 |
+
.x-grid-resize-proxy {
|
| 921 |
+
width:3px;
|
| 922 |
+
background-color:#cccccc;
|
| 923 |
+
cursor: e-resize;
|
| 924 |
+
cursor: col-resize;
|
| 925 |
+
position:absolute;
|
| 926 |
+
top:0;
|
| 927 |
+
height:100px;
|
| 928 |
+
overflow:hidden;
|
| 929 |
+
visibility:hidden;
|
| 930 |
+
border:0 none;
|
| 931 |
+
z-index:7;
|
| 932 |
+
}
|
| 933 |
+
.x-grid-focus {
|
| 934 |
+
position:absolute;
|
| 935 |
+
top:0;
|
| 936 |
+
-moz-outline:0 none;
|
| 937 |
+
outline:0 none;
|
| 938 |
+
-moz-user-select: normal;
|
| 939 |
+
-khtml-user-select: normal;
|
| 940 |
+
}
|
| 941 |
+
|
| 942 |
+
|
| 943 |
+
.x-grid-header{
|
| 944 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 945 |
+
overflow:hidden;
|
| 946 |
+
position:relative;
|
| 947 |
+
cursor:default;
|
| 948 |
+
width:100%;
|
| 949 |
+
}
|
| 950 |
+
.x-grid-hd-row{
|
| 951 |
+
height:22px;
|
| 952 |
+
}
|
| 953 |
+
.x-grid-hd {
|
| 954 |
+
padding-right:1px;
|
| 955 |
+
}
|
| 956 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 957 |
+
border-bottom: 1px solid #c3daf9;
|
| 958 |
+
}
|
| 959 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 960 |
+
background: #fafafa url(../images/default/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 961 |
+
padding-bottom:1px;
|
| 962 |
+
border-bottom: 1px solid #b3cae9;
|
| 963 |
+
}
|
| 964 |
+
.x-grid-sort-icon{
|
| 965 |
+
background-repeat: no-repeat;
|
| 966 |
+
display: none;
|
| 967 |
+
height: 4px;
|
| 968 |
+
width: 13px;
|
| 969 |
+
margin-left:3px;
|
| 970 |
+
vertical-align: middle;
|
| 971 |
+
}
|
| 972 |
+
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 973 |
+
background-image: url(../images/default/grid/sort_asc.gif);
|
| 974 |
+
display: inline;
|
| 975 |
+
}
|
| 976 |
+
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 977 |
+
background-image: url(../images/default/grid/sort_desc.gif);
|
| 978 |
+
display: inline;
|
| 979 |
+
}
|
| 980 |
+
|
| 981 |
+
|
| 982 |
+
.x-grid-body {
|
| 983 |
+
overflow:hidden;
|
| 984 |
+
position:relative;
|
| 985 |
+
width:100%;
|
| 986 |
+
zoom:1;
|
| 987 |
+
}
|
| 988 |
+
|
| 989 |
+
.x-grid-cell-text,.x-grid-hd-text {
|
| 990 |
+
display: block;
|
| 991 |
+
padding: 3px 5px 3px 5px;
|
| 992 |
+
-moz-user-select: none;
|
| 993 |
+
-khtml-user-select: none;
|
| 994 |
+
color:black;
|
| 995 |
+
}
|
| 996 |
+
.x-grid-hd-text {
|
| 997 |
+
padding-top:4px;
|
| 998 |
+
}
|
| 999 |
+
.x-grid-split {
|
| 1000 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 1001 |
+
background-position: center;
|
| 1002 |
+
background-repeat: no-repeat;
|
| 1003 |
+
cursor: e-resize;
|
| 1004 |
+
cursor: col-resize;
|
| 1005 |
+
display: block;
|
| 1006 |
+
font-size: 1px;
|
| 1007 |
+
height: 16px;
|
| 1008 |
+
overflow: hidden;
|
| 1009 |
+
position: absolute;
|
| 1010 |
+
top: 2px;
|
| 1011 |
+
width: 6px;
|
| 1012 |
+
z-index: 3;
|
| 1013 |
+
}
|
| 1014 |
+
|
| 1015 |
+
.x-grid-hd-text {
|
| 1016 |
+
color:#15428b;
|
| 1017 |
+
}
|
| 1018 |
+
|
| 1019 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 1020 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 1021 |
+
height:22px;
|
| 1022 |
+
width:120px;
|
| 1023 |
+
}
|
| 1024 |
+
|
| 1025 |
+
.col-move-top, .col-move-bottom{
|
| 1026 |
+
width:9px;
|
| 1027 |
+
height:9px;
|
| 1028 |
+
position:absolute;
|
| 1029 |
+
top:0;
|
| 1030 |
+
line-height:1px;
|
| 1031 |
+
font-size:1px;
|
| 1032 |
+
overflow:hidden;
|
| 1033 |
+
visibility:hidden;
|
| 1034 |
+
z-index:20000;
|
| 1035 |
+
}
|
| 1036 |
+
.col-move-top{
|
| 1037 |
+
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 1038 |
+
}
|
| 1039 |
+
.col-move-bottom{
|
| 1040 |
+
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 1041 |
+
}
|
| 1042 |
+
|
| 1043 |
+
|
| 1044 |
+
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 1045 |
+
background-color: #316ac5 !important;
|
| 1046 |
+
color: white;
|
| 1047 |
+
}
|
| 1048 |
+
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 1049 |
+
color: white !important;
|
| 1050 |
+
}
|
| 1051 |
+
.x-grid-row-selected .x-grid-cell-text{
|
| 1052 |
+
color: white;
|
| 1053 |
+
}
|
| 1054 |
+
.x-grid-cell-selected{
|
| 1055 |
+
background-color: #316ac5 !important;
|
| 1056 |
+
color: white;
|
| 1057 |
+
}
|
| 1058 |
+
.x-grid-cell-selected span{
|
| 1059 |
+
color: white !important;
|
| 1060 |
+
}
|
| 1061 |
+
.x-grid-cell-selected .x-grid-cell-text{
|
| 1062 |
+
color: white;
|
| 1063 |
+
}
|
| 1064 |
+
|
| 1065 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 1066 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 1067 |
+
vertical-align:middle !important;
|
| 1068 |
+
color:black;
|
| 1069 |
+
padding:0;
|
| 1070 |
+
border-top:1px solid white;
|
| 1071 |
+
border-bottom:none !important;
|
| 1072 |
+
border-right:1px solid #6fa0df !important;
|
| 1073 |
+
text-align:center;
|
| 1074 |
+
}
|
| 1075 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 1076 |
+
padding:0 4px;
|
| 1077 |
+
color:#15428b !important;
|
| 1078 |
+
text-align:center;
|
| 1079 |
+
}
|
| 1080 |
+
|
| 1081 |
+
|
| 1082 |
+
.x-grid-dirty-cell {
|
| 1083 |
+
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 1084 |
+
}
|
| 1085 |
+
|
| 1086 |
+
|
| 1087 |
+
.x-grid-topbar, .x-grid-bottombar{
|
| 1088 |
+
/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 1089 |
+
overflow:hidden;
|
| 1090 |
+
display:none;
|
| 1091 |
+
zoom:1;
|
| 1092 |
+
position:relative;
|
| 1093 |
+
}
|
| 1094 |
+
.x-grid-topbar .x-toolbar{
|
| 1095 |
+
border-right:0 none;
|
| 1096 |
+
}
|
| 1097 |
+
.x-grid-bottombar .x-toolbar{
|
| 1098 |
+
border-right:0 none;
|
| 1099 |
+
border-bottom:0 none;
|
| 1100 |
+
border-top:1px solid #a9bfd3;
|
| 1101 |
+
}
|
| 1102 |
+
|
| 1103 |
+
.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
|
| 1104 |
+
background-color: #316ac5 !important;
|
| 1105 |
+
}
|
| 1106 |
+
.x-props-grid .x-grid-col-value .x-grid-cell-text{
|
| 1107 |
+
background-color: white;
|
| 1108 |
+
}
|
| 1109 |
+
.x-props-grid .x-grid-col-name{
|
| 1110 |
+
background-color: #c3daf9;
|
| 1111 |
+
}
|
| 1112 |
+
.x-props-grid .x-grid-col-name .x-grid-cell-text{
|
| 1113 |
+
background-color: white;
|
| 1114 |
+
margin-left:10px;
|
| 1115 |
+
}
|
| 1116 |
+
.x-props-grid .x-grid-split-value {
|
| 1117 |
+
visibility:hidden;
|
| 1118 |
+
}
|
| 1119 |
+
|
| 1120 |
+
|
| 1121 |
+
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 1122 |
+
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 1123 |
+
}
|
| 1124 |
+
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 1125 |
+
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 1126 |
+
}
|
| 1127 |
+
.xg-hmenu-lock .x-menu-item-icon{
|
| 1128 |
+
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 1129 |
+
}
|
| 1130 |
+
.xg-hmenu-unlock .x-menu-item-icon{
|
| 1131 |
+
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 1132 |
+
}
|
| 1133 |
+
|
| 1134 |
+
|
| 1135 |
+
.x-dd-drag-ghost .x-grid-dd-wrap {
|
| 1136 |
+
padding:1px 3px 3px 1px;
|
| 1137 |
+
}.x-layout-container{
|
| 1138 |
+
width:100%;
|
| 1139 |
+
height:100%;
|
| 1140 |
+
overflow:hidden;
|
| 1141 |
+
background-color:#c3daf9;
|
| 1142 |
+
}
|
| 1143 |
+
.x-layout-container .x-layout-tabs-body{
|
| 1144 |
+
border:0 none;
|
| 1145 |
+
}
|
| 1146 |
+
.x-layout-collapsed{
|
| 1147 |
+
position:absolute;
|
| 1148 |
+
left:-10000px;
|
| 1149 |
+
top:-10000px;
|
| 1150 |
+
visibility:hidden;
|
| 1151 |
+
background-color:#c3daf9;
|
| 1152 |
+
width:20px;
|
| 1153 |
+
height:20px;
|
| 1154 |
+
overflow:hidden;
|
| 1155 |
+
border:1px solid #98c0f4;
|
| 1156 |
+
z-index:20;
|
| 1157 |
+
}
|
| 1158 |
+
.ext-border-box .x-layout-collapsed{
|
| 1159 |
+
width:22px;
|
| 1160 |
+
height:22px;
|
| 1161 |
+
}
|
| 1162 |
+
.x-layout-collapsed-over{
|
| 1163 |
+
cursor:pointer;
|
| 1164 |
+
background-color:#d9e8fb;
|
| 1165 |
+
}
|
| 1166 |
+
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 1167 |
+
position:absolute;
|
| 1168 |
+
top:0;
|
| 1169 |
+
left:0;
|
| 1170 |
+
width:20px;
|
| 1171 |
+
height:20px;
|
| 1172 |
+
}
|
| 1173 |
+
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 1174 |
+
position:absolute;
|
| 1175 |
+
top:0;
|
| 1176 |
+
right:0;
|
| 1177 |
+
width:20px;
|
| 1178 |
+
height:20px;
|
| 1179 |
+
}
|
| 1180 |
+
.x-layout-collapsed .x-layout-tools-button{
|
| 1181 |
+
margin:0;
|
| 1182 |
+
}
|
| 1183 |
+
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 1184 |
+
width:16px;
|
| 1185 |
+
height:16px;
|
| 1186 |
+
}
|
| 1187 |
+
.x-layout-inactive-content{
|
| 1188 |
+
position:absolute;
|
| 1189 |
+
left:-10000px;
|
| 1190 |
+
top:-10000px;
|
| 1191 |
+
visibility:hidden;
|
| 1192 |
+
}
|
| 1193 |
+
.x-layout-active-content{
|
| 1194 |
+
visibility:visible;
|
| 1195 |
+
}
|
| 1196 |
+
.x-layout-panel{
|
| 1197 |
+
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 1198 |
+
}
|
| 1199 |
+
.x-layout-panel-east, .x-layout-panel-west {
|
| 1200 |
+
z-index:10;
|
| 1201 |
+
}
|
| 1202 |
+
.x-layout-panel-north, .x-layout-panel-south {
|
| 1203 |
+
z-index:11;
|
| 1204 |
+
}
|
| 1205 |
+
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 1206 |
+
z-index:12;
|
| 1207 |
+
}
|
| 1208 |
+
.x-layout-panel-body{
|
| 1209 |
+
overflow:hidden;
|
| 1210 |
+
}
|
| 1211 |
+
.x-layout-grid-wrapper{
|
| 1212 |
+
|
| 1213 |
+
}
|
| 1214 |
+
.x-layout-split{
|
| 1215 |
+
position:absolute;
|
| 1216 |
+
height:5px;
|
| 1217 |
+
width:5px;
|
| 1218 |
+
line-height:1px;
|
| 1219 |
+
font-size:1px;
|
| 1220 |
+
z-index:3;
|
| 1221 |
+
background-color:#c3daf9;
|
| 1222 |
+
}
|
| 1223 |
+
.x-layout-panel-hd{
|
| 1224 |
+
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 1225 |
+
color: black;
|
| 1226 |
+
border-bottom:1px solid #98c0f4;
|
| 1227 |
+
position:relative;
|
| 1228 |
+
}
|
| 1229 |
+
.x-layout-panel-hd-text{
|
| 1230 |
+
/*font:normal 11px tahoma, verdana, helvetica; */
|
| 1231 |
+
padding: 4px;
|
| 1232 |
+
padding-left: 4px;
|
| 1233 |
+
display:block;
|
| 1234 |
+
white-space:nowrap;
|
| 1235 |
+
}
|
| 1236 |
+
.x-layout-panel-hd-tools{
|
| 1237 |
+
position:absolute;
|
| 1238 |
+
right:0;
|
| 1239 |
+
top:0;
|
| 1240 |
+
text-align:right;
|
| 1241 |
+
padding-top:2px;
|
| 1242 |
+
padding-right:2px;
|
| 1243 |
+
width:60px;
|
| 1244 |
+
}
|
| 1245 |
+
.x-layout-tools-button{
|
| 1246 |
+
z-index:6;
|
| 1247 |
+
padding:2px;
|
| 1248 |
+
cursor:pointer;
|
| 1249 |
+
float:right;
|
| 1250 |
+
}
|
| 1251 |
+
.x-layout-tools-button-over{
|
| 1252 |
+
padding:1px;
|
| 1253 |
+
border:1px solid #98c0f4;
|
| 1254 |
+
background-color:white;
|
| 1255 |
+
}
|
| 1256 |
+
.x-layout-tools-button-inner{
|
| 1257 |
+
height:12px;
|
| 1258 |
+
width:12px;
|
| 1259 |
+
line-height:1px;
|
| 1260 |
+
font-size:1px;
|
| 1261 |
+
background-repeat:no-repeat;
|
| 1262 |
+
background-position:center;
|
| 1263 |
+
}
|
| 1264 |
+
.x-layout-close{
|
| 1265 |
+
background-image:url(../images/default/layout/panel-close.gif);
|
| 1266 |
+
}
|
| 1267 |
+
.x-layout-stick{
|
| 1268 |
+
background-image:url(../images/default/layout/stick.gif);
|
| 1269 |
+
}
|
| 1270 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 1271 |
+
background-image:url(../images/default/layout/collapse.gif);
|
| 1272 |
+
}
|
| 1273 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 1274 |
+
background-image:url(../images/default/layout/expand.gif);
|
| 1275 |
+
}
|
| 1276 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 1277 |
+
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 1278 |
+
}
|
| 1279 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 1280 |
+
background-image:url(../images/default/layout/ns-expand.gif);
|
| 1281 |
+
}
|
| 1282 |
+
.x-layout-split-h{
|
| 1283 |
+
background-image:url(../images/default/sizer/e-handle.gif);
|
| 1284 |
+
background-position: left;
|
| 1285 |
+
}
|
| 1286 |
+
.x-layout-split-v{
|
| 1287 |
+
background-image:url(../images/default/sizer/s-handle.gif);
|
| 1288 |
+
background-position: top;
|
| 1289 |
+
}
|
| 1290 |
+
.x-layout-panel .x-tabs-wrap{
|
| 1291 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 1292 |
+
}
|
| 1293 |
+
.x-layout-panel .x-tabs-body {
|
| 1294 |
+
background-color:white;
|
| 1295 |
+
overflow:auto;height:100%;
|
| 1296 |
+
}
|
| 1297 |
+
.x-layout-component-panel, .x-layout-nested-layout {
|
| 1298 |
+
position:relative;
|
| 1299 |
+
padding:0;
|
| 1300 |
+
overflow:hidden;
|
| 1301 |
+
width:200px;
|
| 1302 |
+
height:200px;
|
| 1303 |
+
}
|
| 1304 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 1305 |
+
border:0 none;
|
| 1306 |
+
}
|
| 1307 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 1308 |
+
border-bottom:1px solid #98c0f4;
|
| 1309 |
+
}
|
| 1310 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 1311 |
+
border-top:1px solid #98c0f4;
|
| 1312 |
+
}
|
| 1313 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 1314 |
+
border-left:1px solid #98c0f4;
|
| 1315 |
+
}
|
| 1316 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 1317 |
+
border-right:1px solid #98c0f4;
|
| 1318 |
+
}
|
| 1319 |
+
|
| 1320 |
+
.x-layout-panel-dragover {
|
| 1321 |
+
border: 2px solid #6593cf;
|
| 1322 |
+
}
|
| 1323 |
+
.x-layout-panel-proxy {
|
| 1324 |
+
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 1325 |
+
background-color:#c3daf9;
|
| 1326 |
+
border:1px dashed #6593cf;
|
| 1327 |
+
z-index:10001;
|
| 1328 |
+
overflow:hidden;
|
| 1329 |
+
position:absolute;
|
| 1330 |
+
left:0;top:0;
|
| 1331 |
+
}
|
| 1332 |
+
.x-layout-slider {
|
| 1333 |
+
z-index:15;
|
| 1334 |
+
overflow:hidden;
|
| 1335 |
+
position:absolute;
|
| 1336 |
+
}
|
| 1337 |
+
|
| 1338 |
+
.x-scroller-up, .x-scroller-down {
|
| 1339 |
+
background-color:#c3daf9;
|
| 1340 |
+
border: 1px solid #6593cf;
|
| 1341 |
+
border-top-color: #fff;
|
| 1342 |
+
border-left-color: #fff;
|
| 1343 |
+
border-right:0 none;
|
| 1344 |
+
cursor:pointer;
|
| 1345 |
+
overflow:hidden;
|
| 1346 |
+
line-height:16px;
|
| 1347 |
+
}
|
| 1348 |
+
.x-scroller-down {
|
| 1349 |
+
border-bottom: 0 none;
|
| 1350 |
+
border-top: 1px solid #6593cf;
|
| 1351 |
+
}
|
| 1352 |
+
.x-scroller-btn-over {
|
| 1353 |
+
background-color: #d9e8f8;
|
| 1354 |
+
}
|
| 1355 |
+
.x-scroller-btn-click {
|
| 1356 |
+
background-color: #AECEF7;
|
| 1357 |
+
}
|
| 1358 |
+
.x-scroller-btn-disabled {
|
| 1359 |
+
cursor:default;
|
| 1360 |
+
background-color: #c3daf9;
|
| 1361 |
+
-moz-opacity: 0.3;
|
| 1362 |
+
opacity:.30;
|
| 1363 |
+
filter: alpha(opacity=30);
|
| 1364 |
+
}
|
| 1365 |
+
|
| 1366 |
+
|
| 1367 |
+
|
| 1368 |
+
.x-reader .x-layout-panel-north {
|
| 1369 |
+
border:0 none;
|
| 1370 |
+
}
|
| 1371 |
+
.x-reader .x-layout-panel-center{
|
| 1372 |
+
border:0 none;
|
| 1373 |
+
}
|
| 1374 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 1375 |
+
border:1px solid #99bbe8;
|
| 1376 |
+
border-top:0 none;
|
| 1377 |
+
}
|
| 1378 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 1379 |
+
border:1px solid #99bbe8;
|
| 1380 |
+
}.x-dlg-proxy {
|
| 1381 |
+
background-image: url(../images/default/gradient-bg.gif);
|
| 1382 |
+
background-color:#c3daf9;
|
| 1383 |
+
border:1px solid #6593cf;
|
| 1384 |
+
z-index:10001;
|
| 1385 |
+
overflow:hidden;
|
| 1386 |
+
position:absolute;
|
| 1387 |
+
left:0;top:0;
|
| 1388 |
+
}
|
| 1389 |
+
.x-dlg-shadow{
|
| 1390 |
+
background:#aaaaaa;
|
| 1391 |
+
position:absolute;
|
| 1392 |
+
left:0;top:0;
|
| 1393 |
+
}
|
| 1394 |
+
.x-dlg-focus{
|
| 1395 |
+
-moz-outline:0 none;
|
| 1396 |
+
outline:0 none;
|
| 1397 |
+
width:0;
|
| 1398 |
+
height:0;
|
| 1399 |
+
overflow:hidden;
|
| 1400 |
+
position:absolute;
|
| 1401 |
+
top:0;
|
| 1402 |
+
left:0;
|
| 1403 |
+
}
|
| 1404 |
+
.x-dlg-mask{
|
| 1405 |
+
z-index:10000;
|
| 1406 |
+
display:none;
|
| 1407 |
+
position:absolute;
|
| 1408 |
+
top:0;
|
| 1409 |
+
left:0;
|
| 1410 |
+
-moz-opacity: 0.5;
|
| 1411 |
+
opacity:.50;
|
| 1412 |
+
filter: alpha(opacity=50);
|
| 1413 |
+
background-color:#CCC;
|
| 1414 |
+
}
|
| 1415 |
+
body.x-body-masked select {
|
| 1416 |
+
visibility:hidden;
|
| 1417 |
+
}
|
| 1418 |
+
body.x-body-masked .x-dlg select {
|
| 1419 |
+
visibility:visible;
|
| 1420 |
+
}
|
| 1421 |
+
.x-dlg{
|
| 1422 |
+
z-index:10001;
|
| 1423 |
+
overflow:hidden;
|
| 1424 |
+
position:absolute;
|
| 1425 |
+
left:300;top:0;
|
| 1426 |
+
}
|
| 1427 |
+
.x-dlg .x-dlg-hd {
|
| 1428 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 1429 |
+
background-color:navy;
|
| 1430 |
+
color:#FFF;
|
| 1431 |
+
/*font:bold 12px "sans serif", tahoma, verdana, helvetica; */
|
| 1432 |
+
overflow:hidden;
|
| 1433 |
+
padding:5px;
|
| 1434 |
+
white-space: nowrap;
|
| 1435 |
+
}
|
| 1436 |
+
.x-dlg .x-dlg-hd-left {
|
| 1437 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 1438 |
+
padding-left:3px;
|
| 1439 |
+
margin:0;
|
| 1440 |
+
}
|
| 1441 |
+
.x-dlg .x-dlg-hd-right {
|
| 1442 |
+
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 1443 |
+
padding-right:3px;
|
| 1444 |
+
}
|
| 1445 |
+
.x-dlg .x-dlg-dlg-body{
|
| 1446 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 1447 |
+
border:1px solid #6593cf;
|
| 1448 |
+
border-top:0 none;
|
| 1449 |
+
padding:10px;
|
| 1450 |
+
position:absolute;
|
| 1451 |
+
top:24px;left:0;
|
| 1452 |
+
z-index:1;
|
| 1453 |
+
overflow:hidden;
|
| 1454 |
+
}
|
| 1455 |
+
.x-dlg-collapsed .x-resizable-handle{
|
| 1456 |
+
display:none;
|
| 1457 |
+
}
|
| 1458 |
+
.x-dlg .x-dlg-bd{
|
| 1459 |
+
overflow:hidden;
|
| 1460 |
+
}
|
| 1461 |
+
.x-dlg .x-dlg-ft{
|
| 1462 |
+
overflow:hidden;
|
| 1463 |
+
padding:5px;
|
| 1464 |
+
padding-bottom:0;
|
| 1465 |
+
}
|
| 1466 |
+
|
| 1467 |
+
.x-dlg .x-tabs-body{
|
| 1468 |
+
background:white;
|
| 1469 |
+
overflow:auto;
|
| 1470 |
+
}
|
| 1471 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 1472 |
+
border:1px solid #6593cf;
|
| 1473 |
+
border-top:0 none;
|
| 1474 |
+
}
|
| 1475 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 1476 |
+
border:1px solid #6593cf;
|
| 1477 |
+
border-bottom:0 none;
|
| 1478 |
+
}
|
| 1479 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 1480 |
+
border:0 none;
|
| 1481 |
+
}
|
| 1482 |
+
.x-dlg .inner-tab{
|
| 1483 |
+
margin:5px;
|
| 1484 |
+
}
|
| 1485 |
+
.x-dlg .x-dlg-ft .x-btn{
|
| 1486 |
+
margin-right:5px;
|
| 1487 |
+
float:right;
|
| 1488 |
+
clear:none;
|
| 1489 |
+
}
|
| 1490 |
+
.x-dlg .x-dlg-ft .x-dlg-btns td {
|
| 1491 |
+
border:0;
|
| 1492 |
+
padding:0;
|
| 1493 |
+
}
|
| 1494 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
|
| 1495 |
+
float:right;
|
| 1496 |
+
clear:none;
|
| 1497 |
+
}
|
| 1498 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
|
| 1499 |
+
float:left;
|
| 1500 |
+
clear:none;
|
| 1501 |
+
}
|
| 1502 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center{
|
| 1503 |
+
text-align:center;
|
| 1504 |
+
}
|
| 1505 |
+
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
|
| 1506 |
+
margin:0 auto;
|
| 1507 |
+
}
|
| 1508 |
+
|
| 1509 |
+
|
| 1510 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
|
| 1511 |
+
background-position:0 -147px;
|
| 1512 |
+
}
|
| 1513 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
|
| 1514 |
+
background-position:0 -168px;
|
| 1515 |
+
}
|
| 1516 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
|
| 1517 |
+
background-position:0 -189px;
|
| 1518 |
+
}
|
| 1519 |
+
|
| 1520 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
|
| 1521 |
+
background-position:0 -126px;
|
| 1522 |
+
}
|
| 1523 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
|
| 1524 |
+
background-position:0 -84px;
|
| 1525 |
+
}
|
| 1526 |
+
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
|
| 1527 |
+
background-position:0 -63px;
|
| 1528 |
+
}
|
| 1529 |
+
|
| 1530 |
+
.x-dlg-draggable .x-dlg-hd{
|
| 1531 |
+
cursor:move;
|
| 1532 |
+
}
|
| 1533 |
+
.x-dlg-closable .x-dlg-hd{
|
| 1534 |
+
padding-right:22px;
|
| 1535 |
+
}
|
| 1536 |
+
.x-dlg-toolbox {
|
| 1537 |
+
position:absolute;
|
| 1538 |
+
top:4px;
|
| 1539 |
+
right:4px;
|
| 1540 |
+
z-index:6;
|
| 1541 |
+
width:40px;
|
| 1542 |
+
cursor:default;
|
| 1543 |
+
height:15px;
|
| 1544 |
+
background:transparent;
|
| 1545 |
+
}
|
| 1546 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 1547 |
+
float:right;
|
| 1548 |
+
height:15px;
|
| 1549 |
+
width:15px;
|
| 1550 |
+
margin:0;
|
| 1551 |
+
margin-left:2px;
|
| 1552 |
+
padding:0;
|
| 1553 |
+
line-height:1px;
|
| 1554 |
+
font-size:1px;
|
| 1555 |
+
background-repeat:no-repeat;
|
| 1556 |
+
cursor:pointer;
|
| 1557 |
+
visibility:inherit;
|
| 1558 |
+
}
|
| 1559 |
+
.x-dlg .x-dlg-close {
|
| 1560 |
+
background-image:url(../images/default/basic-dialog/close.gif);
|
| 1561 |
+
}
|
| 1562 |
+
.x-dlg .x-dlg-collapse {
|
| 1563 |
+
background-image:url(../images/default/basic-dialog/collapse.gif);
|
| 1564 |
+
}
|
| 1565 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 1566 |
+
background-image:url(../images/default/basic-dialog/expand.gif);
|
| 1567 |
+
}
|
| 1568 |
+
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {
|
| 1569 |
+
|
| 1570 |
+
}
|
| 1571 |
+
.x-dlg div.x-resizable-handle-east{
|
| 1572 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 1573 |
+
border:0;
|
| 1574 |
+
background-position:right;
|
| 1575 |
+
margin-right:0;
|
| 1576 |
+
}
|
| 1577 |
+
.x-dlg div.x-resizable-handle-south{
|
| 1578 |
+
background-image:url(../images/default/sizer/s-handle-dark.gif);
|
| 1579 |
+
border:0;
|
| 1580 |
+
height:6px;
|
| 1581 |
+
}
|
| 1582 |
+
.x-dlg div.x-resizable-handle-west{
|
| 1583 |
+
background-image:url(../images/default/basic-dialog/e-handle.gif);
|
| 1584 |
+
border:0;
|
| 1585 |
+
background-position:1px;
|
| 1586 |
+
}
|
| 1587 |
+
.x-dlg div.x-resizable-handle-north{
|
| 1588 |
+
background-image:url(../images/default/s.gif);
|
| 1589 |
+
border:0;
|
| 1590 |
+
}
|
| 1591 |
+
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
|
| 1592 |
+
background-image:url(../images/default/s.gif);
|
| 1593 |
+
border:0;
|
| 1594 |
+
}
|
| 1595 |
+
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
|
| 1596 |
+
background-image:url(../images/default/s.gif);
|
| 1597 |
+
border:0;
|
| 1598 |
+
}
|
| 1599 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 1600 |
+
background-image:url(../images/default/basic-dialog/se-handle.gif);
|
| 1601 |
+
background-position: bottom right;
|
| 1602 |
+
width:8px;
|
| 1603 |
+
height:8px;
|
| 1604 |
+
border:0;
|
| 1605 |
+
}
|
| 1606 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 1607 |
+
background-image:url(../images/default/sizer/sw-handle-dark.gif);
|
| 1608 |
+
background-position: top right;
|
| 1609 |
+
margin-left:1px;
|
| 1610 |
+
margin-bottom:1px;
|
| 1611 |
+
border:0;
|
| 1612 |
+
}
|
| 1613 |
+
|
| 1614 |
+
#x-msg-box .x-dlg-ft .x-btn{
|
| 1615 |
+
float:none;
|
| 1616 |
+
clear:none;
|
| 1617 |
+
margin:0 3px;
|
| 1618 |
+
}
|
| 1619 |
+
|
| 1620 |
+
#x-msg-box .x-dlg-bd {
|
| 1621 |
+
padding:5px;
|
| 1622 |
+
overflow:hidden !important;
|
| 1623 |
+
/* font:normal 13px verdana,tahoma,sans-serif; */
|
| 1624 |
+
}
|
| 1625 |
+
#x-msg-box .ext-mb-input {
|
| 1626 |
+
margin-top:4px;
|
| 1627 |
+
width:95%;
|
| 1628 |
+
}
|
| 1629 |
+
#x-msg-box .ext-mb-textarea {
|
| 1630 |
+
margin-top:4px;
|
| 1631 |
+
/* font:normal 13px verdana,tahoma,sans-serif; */
|
| 1632 |
+
}
|
| 1633 |
+
#x-msg-box .ext-mb-progress-wrap {
|
| 1634 |
+
margin-top:4px;
|
| 1635 |
+
border:1px solid #6593cf;
|
| 1636 |
+
}
|
| 1637 |
+
#x-msg-box .ext-mb-progress {
|
| 1638 |
+
height:18px;
|
| 1639 |
+
background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
|
| 1640 |
+
}
|
| 1641 |
+
#x-msg-box .ext-mb-progress-bar {
|
| 1642 |
+
height:18px;
|
| 1643 |
+
overflow:hidden;
|
| 1644 |
+
width:0;
|
| 1645 |
+
background:#8BB8F3;
|
| 1646 |
+
border-top:1px solid #B2D0F7;
|
| 1647 |
+
border-bottom:1px solid #65A1EF;
|
| 1648 |
+
border-right:1px solid #65A1EF;
|
| 1649 |
+
}
|
| 1650 |
+
|
| 1651 |
+
#x-msg-box .x-msg-box-wait {
|
| 1652 |
+
background: transparent url(../images/default/grid/loading.gif) no-repeat left;
|
| 1653 |
+
display:block;
|
| 1654 |
+
width:300px;
|
| 1655 |
+
padding-left:18px;
|
| 1656 |
+
line-height:18px;
|
| 1657 |
+
}.x-dd-drag-proxy{
|
| 1658 |
+
position:absolute;
|
| 1659 |
+
left:0;top:0;
|
| 1660 |
+
visibility:hidden;
|
| 1661 |
+
z-index:15000;
|
| 1662 |
+
}
|
| 1663 |
+
.x-dd-drag-ghost{
|
| 1664 |
+
color: black;
|
| 1665 |
+
/* font: normal 11px arial, helvetica, sans-serif; */
|
| 1666 |
+
-moz-opacity: 0.85;
|
| 1667 |
+
opacity:.85;
|
| 1668 |
+
filter: alpha(opacity=85);
|
| 1669 |
+
border-top:1px solid #dddddd;
|
| 1670 |
+
border-left:1px solid #dddddd;
|
| 1671 |
+
border-right:1px solid #bbbbbb;
|
| 1672 |
+
border-bottom:1px solid #bbbbbb;
|
| 1673 |
+
padding:3px;
|
| 1674 |
+
padding-left:20px;
|
| 1675 |
+
background-color:white;
|
| 1676 |
+
white-space:nowrap;
|
| 1677 |
+
}
|
| 1678 |
+
.x-dd-drag-repair .x-dd-drag-ghost{
|
| 1679 |
+
-moz-opacity: 0.4;
|
| 1680 |
+
opacity:.4;
|
| 1681 |
+
filter: alpha(opacity=40);
|
| 1682 |
+
border:0 none;
|
| 1683 |
+
padding:0;
|
| 1684 |
+
background-color:transparent;
|
| 1685 |
+
}
|
| 1686 |
+
.x-dd-drag-repair .x-dd-drop-icon{
|
| 1687 |
+
visibility:hidden;
|
| 1688 |
+
}
|
| 1689 |
+
.x-dd-drop-icon{
|
| 1690 |
+
position:absolute;
|
| 1691 |
+
top:3px;
|
| 1692 |
+
left:3px;
|
| 1693 |
+
display:block;
|
| 1694 |
+
width:16px;
|
| 1695 |
+
height:16px;
|
| 1696 |
+
background-color:transparent;
|
| 1697 |
+
background-position: center;
|
| 1698 |
+
background-repeat: no-repeat;
|
| 1699 |
+
z-index:1;
|
| 1700 |
+
}
|
| 1701 |
+
.x-dd-drop-nodrop .x-dd-drop-icon{
|
| 1702 |
+
background-image: url(../images/default/dd/drop-no.gif);
|
| 1703 |
+
}
|
| 1704 |
+
.x-dd-drop-ok .x-dd-drop-icon{
|
| 1705 |
+
background-image: url(../images/default/dd/drop-yes.gif);
|
| 1706 |
+
}
|
| 1707 |
+
.x-dd-drop-ok-add .x-dd-drop-icon{
|
| 1708 |
+
background-image: url(../images/default/dd/drop-add.gif);
|
| 1709 |
+
}.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 1710 |
+
border: 0 none;
|
| 1711 |
+
height: 18px;
|
| 1712 |
+
margin: 0;
|
| 1713 |
+
padding: 0;
|
| 1714 |
+
vertical-align: middle;
|
| 1715 |
+
width: 16px;
|
| 1716 |
+
background-repeat: no-repeat;
|
| 1717 |
+
}
|
| 1718 |
+
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 1719 |
+
border: 0 none;
|
| 1720 |
+
height: 18px;
|
| 1721 |
+
margin: 0;
|
| 1722 |
+
padding: 0;
|
| 1723 |
+
vertical-align: middle;
|
| 1724 |
+
width: 16px;
|
| 1725 |
+
background-position:center;
|
| 1726 |
+
background-repeat: no-repeat;
|
| 1727 |
+
}
|
| 1728 |
+
|
| 1729 |
+
|
| 1730 |
+
.x-tree-node-collapsed .x-tree-node-icon{
|
| 1731 |
+
background-image:url(../images/default/tree/folder.gif);
|
| 1732 |
+
}
|
| 1733 |
+
.x-tree-node-expanded .x-tree-node-icon{
|
| 1734 |
+
background-image:url(../images/default/tree/folder-open.gif);
|
| 1735 |
+
}
|
| 1736 |
+
.x-tree-node-leaf .x-tree-node-icon{
|
| 1737 |
+
background-image:url(../images/default/tree/leaf.gif);
|
| 1738 |
+
}
|
| 1739 |
+
|
| 1740 |
+
.x-tree-noicon .x-tree-node-icon{
|
| 1741 |
+
width:0; height:0;
|
| 1742 |
+
}
|
| 1743 |
+
|
| 1744 |
+
.x-tree-node-loading .x-tree-node-icon{
|
| 1745 |
+
background-image:url(../images/default/tree/loading.gif) !important;
|
| 1746 |
+
}
|
| 1747 |
+
.x-tree-node-loading a span{
|
| 1748 |
+
font-style: italic;
|
| 1749 |
+
color:#444444;
|
| 1750 |
+
}
|
| 1751 |
+
|
| 1752 |
+
|
| 1753 |
+
.x-tree-lines .x-tree-elbow{
|
| 1754 |
+
background-image:url(../images/default/tree/elbow.gif);
|
| 1755 |
+
}
|
| 1756 |
+
.x-tree-lines .x-tree-elbow-plus{
|
| 1757 |
+
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 1758 |
+
}
|
| 1759 |
+
.x-tree-lines .x-tree-elbow-minus{
|
| 1760 |
+
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 1761 |
+
}
|
| 1762 |
+
.x-tree-lines .x-tree-elbow-end{
|
| 1763 |
+
background-image:url(../images/default/tree/elbow-end.gif);
|
| 1764 |
+
}
|
| 1765 |
+
.x-tree-lines .x-tree-elbow-end-plus{
|
| 1766 |
+
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 1767 |
+
}
|
| 1768 |
+
.x-tree-lines .x-tree-elbow-end-minus{
|
| 1769 |
+
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 1770 |
+
}
|
| 1771 |
+
.x-tree-lines .x-tree-elbow-line{
|
| 1772 |
+
background-image:url(../images/default/tree/elbow-line.gif);
|
| 1773 |
+
}
|
| 1774 |
+
|
| 1775 |
+
|
| 1776 |
+
.x-tree-no-lines .x-tree-elbow{
|
| 1777 |
+
background:transparent;
|
| 1778 |
+
}
|
| 1779 |
+
.x-tree-no-lines .x-tree-elbow-plus{
|
| 1780 |
+
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 1781 |
+
}
|
| 1782 |
+
.x-tree-no-lines .x-tree-elbow-minus{
|
| 1783 |
+
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 1784 |
+
}
|
| 1785 |
+
.x-tree-no-lines .x-tree-elbow-end{
|
| 1786 |
+
background:transparent;
|
| 1787 |
+
}
|
| 1788 |
+
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 1789 |
+
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 1790 |
+
}
|
| 1791 |
+
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 1792 |
+
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 1793 |
+
}
|
| 1794 |
+
.x-tree-no-lines .x-tree-elbow-line{
|
| 1795 |
+
background:transparent;
|
| 1796 |
+
}
|
| 1797 |
+
|
| 1798 |
+
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 1799 |
+
cursor:pointer;
|
| 1800 |
+
}
|
| 1801 |
+
.ext-ie ul.x-tree-node-ct{
|
| 1802 |
+
font-size:0;
|
| 1803 |
+
line-height:0;
|
| 1804 |
+
}
|
| 1805 |
+
.x-tree-node{
|
| 1806 |
+
color: black;
|
| 1807 |
+
/* font: normal 11px arial, tahoma, helvetica, sans-serif; */
|
| 1808 |
+
white-space: nowrap;
|
| 1809 |
+
}
|
| 1810 |
+
.x-tree-node a, .x-dd-drag-ghost a{
|
| 1811 |
+
text-decoration:none;
|
| 1812 |
+
color:black;
|
| 1813 |
+
-khtml-user-select:none;
|
| 1814 |
+
-moz-user-select:none;
|
| 1815 |
+
-kthml-user-focus:normal;
|
| 1816 |
+
-moz-user-focus:normal;
|
| 1817 |
+
-moz-outline: 0 none;
|
| 1818 |
+
outline:0 none;
|
| 1819 |
+
}
|
| 1820 |
+
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 1821 |
+
text-decoration:none;
|
| 1822 |
+
color:black;
|
| 1823 |
+
padding:1px 3px 1px 2px;
|
| 1824 |
+
}
|
| 1825 |
+
.x-tree-node .x-tree-node-disabled a span{
|
| 1826 |
+
color:gray !important;
|
| 1827 |
+
}
|
| 1828 |
+
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 1829 |
+
-moz-opacity: 0.5;
|
| 1830 |
+
opacity:.5;
|
| 1831 |
+
filter: alpha(opacity=50);
|
| 1832 |
+
}
|
| 1833 |
+
.x-tree-node .x-tree-node-inline-icon{
|
| 1834 |
+
background:transparent;
|
| 1835 |
+
}
|
| 1836 |
+
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 1837 |
+
text-decoration:none;
|
| 1838 |
+
}
|
| 1839 |
+
.x-tree-node div.x-tree-drag-insert-below{
|
| 1840 |
+
border-bottom:1px dotted #3366cc;
|
| 1841 |
+
}
|
| 1842 |
+
.x-tree-node div.x-tree-drag-insert-above{
|
| 1843 |
+
border-top:1px dotted #3366cc;
|
| 1844 |
+
}
|
| 1845 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 1846 |
+
border-bottom:0 none;
|
| 1847 |
+
}
|
| 1848 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 1849 |
+
border-top:0 none;
|
| 1850 |
+
}
|
| 1851 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 1852 |
+
border-bottom:2px solid #3366cc;
|
| 1853 |
+
}
|
| 1854 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 1855 |
+
border-top:2px solid #3366cc;
|
| 1856 |
+
}
|
| 1857 |
+
.x-tree-node .x-tree-drag-append a span{
|
| 1858 |
+
background:#dddddd;
|
| 1859 |
+
border:1px dotted gray;
|
| 1860 |
+
}
|
| 1861 |
+
.x-tree-node .x-tree-selected a span{
|
| 1862 |
+
background:#3366cc;
|
| 1863 |
+
color:white;
|
| 1864 |
+
}
|
| 1865 |
+
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 1866 |
+
display:none !important;
|
| 1867 |
+
}
|
| 1868 |
+
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 1869 |
+
background-image: url(../images/default/tree/drop-add.gif);
|
| 1870 |
+
}
|
| 1871 |
+
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 1872 |
+
background-image: url(../images/default/tree/drop-over.gif);
|
| 1873 |
+
}
|
| 1874 |
+
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 1875 |
+
background-image: url(../images/default/tree/drop-under.gif);
|
| 1876 |
+
}
|
| 1877 |
+
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 1878 |
+
background-image: url(../images/default/tree/drop-between.gif);
|
| 1879 |
+
}
|
| 1880 |
+
.x-tip{
|
| 1881 |
+
position: absolute;
|
| 1882 |
+
top: 0;
|
| 1883 |
+
left:0;
|
| 1884 |
+
visibility: hidden;
|
| 1885 |
+
z-index: 20000;
|
| 1886 |
+
border:0 none;
|
| 1887 |
+
}
|
| 1888 |
+
.x-tip .x-tip-close{
|
| 1889 |
+
background-image: url(../images/default/qtip/close.gif);
|
| 1890 |
+
height: 15px;
|
| 1891 |
+
float:right;
|
| 1892 |
+
width: 15px;
|
| 1893 |
+
margin:0 0 2px 2px;
|
| 1894 |
+
cursor:pointer;
|
| 1895 |
+
display:none;
|
| 1896 |
+
}
|
| 1897 |
+
.x-tip .x-tip-top {
|
| 1898 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 1899 |
+
height:6px;
|
| 1900 |
+
overflow:hidden;
|
| 1901 |
+
}
|
| 1902 |
+
.x-tip .x-tip-top-left {
|
| 1903 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 1904 |
+
padding-left:6px;
|
| 1905 |
+
zoom:1;
|
| 1906 |
+
}
|
| 1907 |
+
.x-tip .x-tip-top-right {
|
| 1908 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 1909 |
+
padding-right:6px;
|
| 1910 |
+
zoom:1;
|
| 1911 |
+
}
|
| 1912 |
+
.x-tip .x-tip-ft {
|
| 1913 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 1914 |
+
height:6px;
|
| 1915 |
+
overflow:hidden;
|
| 1916 |
+
}
|
| 1917 |
+
.x-tip .x-tip-ft-left {
|
| 1918 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 1919 |
+
padding-left:6px;
|
| 1920 |
+
zoom:1;
|
| 1921 |
+
}
|
| 1922 |
+
.x-tip .x-tip-ft-right {
|
| 1923 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 1924 |
+
padding-right:6px;
|
| 1925 |
+
zoom:1;
|
| 1926 |
+
}
|
| 1927 |
+
.x-tip .x-tip-bd {
|
| 1928 |
+
border:0 none;
|
| 1929 |
+
/* font: normal 11px tahoma,arial,helvetica,sans-serif; */
|
| 1930 |
+
}
|
| 1931 |
+
.x-tip .x-tip-bd-left {
|
| 1932 |
+
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 1933 |
+
padding-left:6px;
|
| 1934 |
+
zoom:1;
|
| 1935 |
+
}
|
| 1936 |
+
.x-tip .x-tip-bd-right {
|
| 1937 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 1938 |
+
padding-right:6px;
|
| 1939 |
+
zoom:1;
|
| 1940 |
+
}
|
| 1941 |
+
|
| 1942 |
+
.x-tip h3 {
|
| 1943 |
+
/*font: bold 11px tahoma,arial,helvetica,sans-serif; */
|
| 1944 |
+
margin:0;
|
| 1945 |
+
padding:2px 0;
|
| 1946 |
+
color:#444;
|
| 1947 |
+
}
|
| 1948 |
+
.x-tip .x-tip-bd-inner {
|
| 1949 |
+
/* font: normal 11px tahoma,arial,helvetica,sans-serif; */
|
| 1950 |
+
margin:0 !important;
|
| 1951 |
+
line-height:14px;
|
| 1952 |
+
color:#444;
|
| 1953 |
+
padding:0;
|
| 1954 |
+
float:left;
|
| 1955 |
+
}
|
| 1956 |
+
|
| 1957 |
+
|
| 1958 |
+
.x-form-invalid-tip {
|
| 1959 |
+
}
|
| 1960 |
+
|
| 1961 |
+
.x-form-invalid-tip .x-tip-top {
|
| 1962 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1963 |
+
}
|
| 1964 |
+
.x-form-invalid-tip .x-tip-top-left {
|
| 1965 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1966 |
+
}
|
| 1967 |
+
.x-form-invalid-tip .x-tip-top-right {
|
| 1968 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1969 |
+
}
|
| 1970 |
+
.x-form-invalid-tip .x-tip-ft {
|
| 1971 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1972 |
+
}
|
| 1973 |
+
.x-form-invalid-tip .x-tip-ft-left {
|
| 1974 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1975 |
+
}
|
| 1976 |
+
.x-form-invalid-tip .x-tip-ft-right {
|
| 1977 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1978 |
+
}
|
| 1979 |
+
.x-form-invalid-tip .x-tip-bd-left {
|
| 1980 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1981 |
+
}
|
| 1982 |
+
.x-form-invalid-tip .x-tip-bd-right {
|
| 1983 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 1984 |
+
}
|
| 1985 |
+
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 1986 |
+
padding-left:24px;
|
| 1987 |
+
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 1988 |
+
}
|
| 1989 |
+
.x-form-invalid-tip .x-tip-bd-inner {
|
| 1990 |
+
padding:2px;
|
| 1991 |
+
}.x-date-picker { border: 1px solid #1b376c; border-top:0 none; background:#fff; position:relative;}.x-date-picker a { -moz-outline:0 none; outline:0 none;}.x-date-inner, .x-date-inner td, .x-date-inner th{ border-collapse:separate;}.x-date-middle,.x-date-left,.x-date-right { background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -83px; color:#FFF; /* font:bold 11px "sans serif", tahoma, verdana, helvetica; */ overflow:hidden;}.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{ background:transparent !important; vertical-align:middle;}.x-date-middle .x-btn .x-btn-text { color:#fff;}.x-date-middle .x-btn-with-menu .x-btn-center em { background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;}.x-date-right, .x-date-left { width:18px;}.x-date-right{ text-align:right;}.x-date-middle { padding-top:2px;padding-bottom:2px;}.x-date-right a, .x-date-left a{ display:block; width:16px; height:16px; background-position: center; background-repeat: no-repeat; cursor:pointer; -moz-opacity: 0.6; opacity:.6; filter: alpha(opacity=60);}.x-date-right a:hover, .x-date-left a:hover{ -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}.x-date-right a { background-image: url(../images/default/shared/right-btn.gif); margin-right:2px; text-decoration:none !important;}.x-date-left a{ background-image: url(../images/default/shared/left-btn.gif); margin-left:2px; text-decoration:none !important;}table.x-date-inner { width:100%; table-layout:fixed;}.x-date-inner th { width:25px;}.x-date-inner th { background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; text-align:right !important; border-bottom: 1px solid #a3bad9; /* font:normal 10px arial, helvetica,tahoma,sans-serif;*/ color:#233d6d; cursor:default; padding:0; border-collapse:separate;}.x-date-inner th span { display:block; padding:2px; padding-right:7px;}.x-date-inner td { border: 1px solid #fff; text-align:right; padding:0;}.x-date-inner a { padding:2px 5px; display:block; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/ text-decoration:none; color:black; text-align:right; zoom:1;}.x-date-inner .x-date-active{ cursor:pointer; color:black;}.x-date-inner .x-date-selected a{ background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; border:1px solid #8db2e3; padding:1px 4px;}.x-date-inner .x-date-today a{ border: 1px solid darkred; padding:1px 4px;}.x-date-inner .x-date-selected span{ font-weight:bold;}.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a { color:#aaaaaa; text-decoration:none !important;}.x-date-bottom { padding:4px; border-top: 1px solid #a3bad9; background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ text-decoration:none !important; color:black; background: #ddecfe;}.x-date-inner .x-date-disabled a { cursor:default; background:#eeeeee; color:#bbbbbb;}.x-date-mmenu{ background:#eeeeee !important;}.x-date-mmenu .x-menu-item { font-size:10px; padding:1px 24px 1px 4px; white-space: nowrap; color:#000;}.x-date-mmenu .x-menu-item .x-menu-item-icon { width:10px;height:10px;margin-right:5px; background-position:center -4px !important;}.x-date-mp { position:absolute; left:0; top:0; background:white; display:none;}.x-date-mp td { padding:2px; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/}td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn { border: 0 none; text-align:center; vertical-align: middle; width:25%;}.x-date-mp-ok { margin-right:3px;}.x-date-mp-btns button { text-decoration:none; text-align:center; text-decoration:none !important; background:#083772; color:white; border:1px solid; border-color: #3366cc #000055 #000055 #3366cc; padding:1px 3px 1px; /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/ cursor:pointer;}.x-date-mp-btns { background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-mp-btns td { border-top: 1px solid #c5d2df; text-align:center;}td.x-date-mp-month a,td.x-date-mp-year a { display:block; padding:2px 4px; text-decoration:none; text-align:center; color:#15428b;}td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { color:#15428b; text-decoration:none; cursor:pointer; background: #ddecfe;}td.x-date-mp-sel a { padding:1px 3px; background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top; border:1px solid #8db2e3;}.x-date-mp-ybtn a { overflow:hidden; width:15px; height:15px; cursor:pointer; background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; display:block; margin:0 auto;}.x-date-mp-ybtn a.x-date-mp-next { background-position:0 -120px;}.x-date-mp-ybtn a.x-date-mp-next:hover { background-position:-15px -120px;}.x-date-mp-ybtn a.x-date-mp-prev { background-position:0 -105px;}.x-date-mp-ybtn a.x-date-mp-prev:hover { background-position:-15px -105px;}.x-date-mp-ybtn { text-align:center;}td.x-date-mp-sep { border-right:1px solid #c5d2df;}.x-menu {
|
| 1992 |
+
border:1px solid #718bb7;
|
| 1993 |
+
z-index: 15000;
|
| 1994 |
+
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 1995 |
+
}
|
| 1996 |
+
.ext-ie .x-menu {
|
| 1997 |
+
zoom:1;
|
| 1998 |
+
overflow:hidden;
|
| 1999 |
+
}
|
| 2000 |
+
.x-menu-list{
|
| 2001 |
+
border:1px solid #fff;
|
| 2002 |
+
}
|
| 2003 |
+
.x-menu li{
|
| 2004 |
+
line-height:100%;
|
| 2005 |
+
}
|
| 2006 |
+
.x-menu li.x-menu-sep-li{
|
| 2007 |
+
font-size:1px;
|
| 2008 |
+
line-height:1px;
|
| 2009 |
+
}
|
| 2010 |
+
.x-menu-list-item{
|
| 2011 |
+
/* font:normal 11px tahoma,arial, sans-serif; */
|
| 2012 |
+
white-space: nowrap;
|
| 2013 |
+
-moz-user-select: none;
|
| 2014 |
+
-khtml-user-select: none;
|
| 2015 |
+
display:block;
|
| 2016 |
+
padding:1px;
|
| 2017 |
+
}
|
| 2018 |
+
.x-menu-item-arrow{
|
| 2019 |
+
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 2020 |
+
}
|
| 2021 |
+
.x-menu-sep {
|
| 2022 |
+
display:block;
|
| 2023 |
+
font-size:1px;
|
| 2024 |
+
line-height:1px;
|
| 2025 |
+
background:#c3daf9;
|
| 2026 |
+
margin: 3px 3px 3px 32px;
|
| 2027 |
+
}
|
| 2028 |
+
.x-menu-focus {
|
| 2029 |
+
position:absolute;
|
| 2030 |
+
left:0;
|
| 2031 |
+
top:-5px;
|
| 2032 |
+
width:0;
|
| 2033 |
+
height:0;
|
| 2034 |
+
line-height:1px;
|
| 2035 |
+
}
|
| 2036 |
+
.x-menu-item {
|
| 2037 |
+
display:block;
|
| 2038 |
+
line-height:14px;
|
| 2039 |
+
padding:3px 21px 3px 3px;
|
| 2040 |
+
white-space: nowrap;
|
| 2041 |
+
text-decoration:none;
|
| 2042 |
+
color:#233d6d;
|
| 2043 |
+
-moz-outline: 0 none;
|
| 2044 |
+
outline: 0 none;
|
| 2045 |
+
cursor:pointer;
|
| 2046 |
+
}
|
| 2047 |
+
.x-menu-item-active {
|
| 2048 |
+
color:#233d6d;
|
| 2049 |
+
background:#c3daf9;
|
| 2050 |
+
border:1px solid #8BB8F3;
|
| 2051 |
+
padding:0;
|
| 2052 |
+
}
|
| 2053 |
+
.x-menu-item-icon {
|
| 2054 |
+
border: 0 none;
|
| 2055 |
+
height: 16px;
|
| 2056 |
+
padding: 0;
|
| 2057 |
+
vertical-align: middle;
|
| 2058 |
+
width: 16px;
|
| 2059 |
+
margin: 0 11px 0 0;
|
| 2060 |
+
background-position:center;
|
| 2061 |
+
}
|
| 2062 |
+
|
| 2063 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 2064 |
+
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 2065 |
+
}
|
| 2066 |
+
|
| 2067 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 2068 |
+
background-image:url(../images/default/menu/checked.gif);
|
| 2069 |
+
}
|
| 2070 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 2071 |
+
background: transparent;
|
| 2072 |
+
}
|
| 2073 |
+
|
| 2074 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 2075 |
+
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 2076 |
+
}
|
| 2077 |
+
|
| 2078 |
+
.x-menu-plain {
|
| 2079 |
+
background:#fff;
|
| 2080 |
+
}
|
| 2081 |
+
.x-menu-date-item{
|
| 2082 |
+
padding:0;
|
| 2083 |
+
}
|
| 2084 |
+
|
| 2085 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 2086 |
+
margin-left:32px;
|
| 2087 |
+
margin-right:4px;
|
| 2088 |
+
}
|
| 2089 |
+
.x-menu .x-date-picker{
|
| 2090 |
+
border:1px solid #a3bad9;
|
| 2091 |
+
margin-top:2px;
|
| 2092 |
+
margin-bottom:2px;
|
| 2093 |
+
}
|
| 2094 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 2095 |
+
margin:0;
|
| 2096 |
+
border:0 none;
|
| 2097 |
+
}
|
| 2098 |
+
.x-date-menu {
|
| 2099 |
+
padding:0 !important;
|
| 2100 |
+
}
|
| 2101 |
+
.x-box-tl { background: transparent url(../images/default/box/corners.gif) no-repeat 0 0; zoom:1;}.x-box-tc { height: 8px; background: transparent url(../images/default/box/tb.gif) repeat-x 0 0; overflow: hidden;}.x-box-tr { background: transparent url(../images/default/box/corners.gif) no-repeat right -8px;}.x-box-ml { background: transparent url(../images/default/box/l.gif) repeat-y 0; padding-left: 4px; overflow: hidden; zoom:1;}.x-box-mc { background: #eee url(../images/default/box/tb.gif) repeat-x 0 -16px; padding: 4px 10px; /*font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; */color: #393939; font-size: 12px;}.x-box-mc h3 { font-size: 14px; font-weight: bold; margin: 0 0 4 0; zoom:1;}.x-box-mr { background: transparent url(../images/default/box/r.gif) repeat-y right; padding-right: 4px; overflow: hidden;}.x-box-bl { background: transparent url(../images/default/box/corners.gif) no-repeat 0 -16px; zoom:1;}.x-box-bc { background: transparent url(../images/default/box/tb.gif) repeat-x 0 -8px; height: 8px; overflow: hidden;}.x-box-br { background: transparent url(../images/default/box/corners.gif) no-repeat right -24px;}.x-box-tl, .x-box-bl { padding-left: 8px; overflow: hidden;}.x-box-tr, .x-box-br { padding-right: 8px; overflow: hidden;}.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { background-image: url(../images/default/box/corners-blue.gif);}.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { background-image: url(../images/default/box/tb-blue.gif);}.x-box-blue .x-box-mc { background-color: #c3daf9;}.x-box-blue .x-box-mc h3 { color: #17385b;}.x-box-blue .x-box-ml { background-image: url(../images/default/box/l-blue.gif);}.x-box-blue .x-box-mr { background-image: url(../images/default/box/r-blue.gif);}#x-debug-browser .x-tree .x-tree-node a span { color:#222297; font-size:12px; padding-top:2px; /* font-family:"courier","courier new"; */ line-height:18px;}#x-debug-browser .x-tree a i { color:#FF4545; font-style:normal;}#x-debug-browser .x-tree a em { color:#999;}#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{ background:#c3daf9;}#x-debug-browser pre, .x-debug-browser pre xmp { /* font:normal 11px tahoma, arial, helvetica, sans-serif !important ;*/ white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}#x-debug-browser pre { display:block; padding:5px !important; border-bottom:1px solid #eeeeee !important;}#x-debug-browser pre xmp { padding:0 !important; margin:0 !important;}#x-debug-console .x-layout-panel-center, #x-debug-inspector .x-layout-panel-center { border-right:1px solid #98c0f4;}#x-debug-console textarea { border: 0 none; font-size:12px; /* font-family:"courier","courier new"; */ padding-top:4px; padding-left:4px;}.x-debug-frame { background:#eeeeee; border:1px dashed #aaaaaa;}.x-combo-list { border:1px solid #98c0f4; background:#ddecfe; zoom:1; overflow:hidden;}.x-combo-list-inner { overflow:auto; background:white; position:relative; zoom:1; overflow-x:hidden;}.x-combo-list-hd { /* font:bold 11px tahoma, arial, helvetica, sans-serif; */ color:#15428b; background-image: url(../images/default/layout/panel-title-light-bg.gif); border-bottom:1px solid #98c0f4; padding:3px;}.x-resizable-pinned .x-combo-list-inner { border-bottom:1px solid #98c0f4;}.x-combo-list-item { /* font:normal 12px tahoma, arial, helvetica, sans-serif; */ padding:2px; border:1px solid #fff; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}.x-combo-list .x-combo-selected{ background-color: #c3daf9 !important; cursor:pointer; border:1px solid #336699;}.x-combo-noedit{ cursor:pointer;}.x-panel-header { overflow:hidden; zoom:1; color:#15428b; /* font:bold 11px tahoma,arial,verdana,sans-serif; */ padding:5px 3px 4px 5px; border:1px solid #99bbe8; background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;}.x-panel-body { border:1px solid #99bbe8; border-top:0 none; overflow:hidden; background:white;}.x-panel-body-noheader { border-top:1px solid #99bbe8;}.x-panel-header { overflow:hidden; zoom:1;}.x-panel-tl .x-panel-header { color:#15428b; /* font:bold 11px tahoma,arial,verdana,sans-serif; */ padding:5px 0 4px 0; border:0 none; background:transparent;}.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 url(../images/default/panel/white-top-bottom.gif) repeat-x 0 0; overflow:hidden;}.x-panel-tl { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat 0 0; padding-left:6px; zoom:1; border-bottom:1px solid #99bbe8;}.x-panel-tr { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat right 0; padding-right:6px;}.x-panel-bc { background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 bottom; zoom:1;}.x-panel-bc .x-panel-footer { padding-bottom:1px; zoom:1;}.x-panel-nofooter .x-panel-bc { height:1px;}.x-panel-bl { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat 0 bottom; padding-left:1px; zoom:1;}.x-panel-br { background: transparent url(../images/default/panel/white-corners-sprite.gif) no-repeat right bottom; padding-right:1px; zoom:1;}.x-panel-mc { border:0 none; padding:0; margin:0; /* font: normal 11px tahoma,arial,helvetica,sans-serif; */ background:white;}.x-panel-mc .x-panel-body { background:transparent; border:0 none;}.x-panel-ml { background: #fff url(../images/default/panel/white-left-right.gif) repeat-y 0 0; padding-left:1px; zoom:1;}.x-panel-mr { background: transparent url(../images/default/panel/white-left-right.gif) repeat-y right 0; padding-right:1px; zoom:1;}.x-panel-blue .x-panel-tl, .x-panel-blue .x-panel-tr, .x-panel-blue .x-panel-bl, .x-panel-blue .x-panel-br { background-image:url(../images/default/panel/corners-sprite.gif);}.x-panel-blue .x-panel-tc, .x-panel-blue .x-panel-bc { background-image:url(../images/default/panel/top-bottom.gif);}.x-panel-blue .x-panel-ml, .x-panel-blue .x-panel-mr { background-image:url(../images/default/panel/left-right.gif);}.x-panel-blue .x-panel-mc{ padding-top:6px; background:#dfe8f6;}.x-panel-blue .x-panel-tl { padding-left:6px;}.x-panel-blue .x-panel-tr { padding-right:6px;}.x-panel-blue .x-panel-bc .x-panel-footer { padding-bottom:6px;}.x-panel-blue .x-panel-nofooter .x-panel-bc { height:6px;}.x-panel-blue .x-panel-bl { padding-left:6px;}.x-panel-blue .x-panel-br { padding-right:6px;}.x-panel-blue .x-panel-ml { padding-left:6px;}.x-panel-blue .x-panel-mr { padding-right:6px;}.x-panel-bwrap { overflow:hidden;}.x-panel-body { overflow:hidden;}.x-panel-collapsed .x-resizable-handle{ display:none;}.x-tool { overflow:hidden; width:15px; height:15px; float:right; cursor:pointer; background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; margin-left:2px;}.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-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-up { background-position:0 -210px;}.x-tool-up-over { background-position:-15px -210px;}.x-tool-down { background-position:0 -195px;}.x-tool-down-over { background-position:-15px -195px;}.x-tool-refresh { background-position:0 -225px;}.x-tool-refresh-over { background-position:-15px -225px;}.x-panel-ghost { background:#cbddf3; 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 #84a0c4; border-top:0 none; display:block;}.x-panel-ghost * { cursor:move !important;}.x-panel-btns-ct { padding:5px;}.x-panel-btns-ct .x-btn{ float:right; clear:none;}.x-panel-btns-ct .x-panel-btns td { border:0; padding:0;}.x-panel-btns-ct .x-panel-btns-right table{ float:right; clear:none;}.x-panel-btns-ct .x-panel-btns-left table{ float:left; clear:none;}.x-panel-btns-ct .x-panel-btns-center{ text-align:center; }.x-panel-btns-ct .x-panel-btns-center table{ margin:0 auto; }.x-panel-btns-ct table td.x-panel-btn-td{ padding:3px;}.x-panel-btns-ct .x-btn-focus .x-btn-left{ background-position:0 -147px;}.x-panel-btns-ct .x-btn-focus .x-btn-right{ background-position:0 -168px;}.x-panel-btns-ct .x-btn-focus .x-btn-center{ background-position:0 -189px;}.x-panel-btns-ct .x-btn-over .x-btn-left{ background-position:0 -63px;}.x-panel-btns-ct .x-btn-over .x-btn-right{ background-position:0 -84px;}.x-panel-btns-ct .x-btn-over .x-btn-center{ background-position:0 -105px;}.x-panel-btns-ct .x-btn-click .x-btn-center{ background-position:0 -126px;}.x-panel-btns-ct .x-btn-click .x-btn-right{ background-position:0 -84px;}.x-panel-btns-ct .x-btn-click .x-btn-left{ background-position:0 -63px;}.x-html-editor-wrap {
|
| 2102 |
+
border:1px solid #a9bfd3;
|
| 2103 |
+
background:white;
|
| 2104 |
+
}
|
| 2105 |
+
.x-html-editor-tb .x-btn-text {
|
| 2106 |
+
background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
|
| 2107 |
+
}
|
| 2108 |
+
.x-html-editor-tb .x-edit-bold .x-btn-text {
|
| 2109 |
+
background-position:0 0;
|
| 2110 |
+
}
|
| 2111 |
+
.x-html-editor-tb .x-edit-italic .x-btn-text {
|
| 2112 |
+
background-position:-16px 0;
|
| 2113 |
+
}
|
| 2114 |
+
.x-html-editor-tb .x-edit-underline .x-btn-text {
|
| 2115 |
+
background-position:-32px 0;
|
| 2116 |
+
}
|
| 2117 |
+
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
|
| 2118 |
+
background-position:-160px 0;
|
| 2119 |
+
}
|
| 2120 |
+
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
|
| 2121 |
+
background-position:-176px 0;
|
| 2122 |
+
}
|
| 2123 |
+
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
|
| 2124 |
+
background-position:-112px 0;
|
| 2125 |
+
}
|
| 2126 |
+
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
|
| 2127 |
+
background-position:-128px 0;
|
| 2128 |
+
}
|
| 2129 |
+
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
|
| 2130 |
+
background-position:-144px 0;
|
| 2131 |
+
}
|
| 2132 |
+
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
|
| 2133 |
+
background-position:-80px 0;
|
| 2134 |
+
}
|
| 2135 |
+
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
|
| 2136 |
+
background-position:-96px 0;
|
| 2137 |
+
}
|
| 2138 |
+
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
|
| 2139 |
+
background-position:-48px 0;
|
| 2140 |
+
}
|
| 2141 |
+
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
|
| 2142 |
+
background-position:-64px 0;
|
| 2143 |
+
}
|
| 2144 |
+
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
|
| 2145 |
+
background-position:-192px 0;
|
| 2146 |
+
}
|
| 2147 |
+
|
| 2148 |
+
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
|
| 2149 |
+
padding:5px;
|
| 2150 |
+
padding-bottom:1px;
|
| 2151 |
}
|
js/extjs/resources/css/form.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
/* all fields */
|
| 10 |
.x-form-field{
|
| 11 |
margin: 0 0 0 0;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
/* all fields */
|
| 10 |
.x-form-field{
|
| 11 |
margin: 0 0 0 0;
|
js/extjs/resources/css/grid.css
CHANGED
|
@@ -1,295 +1,295 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
/* Grid2 styles */
|
| 10 |
-
.x-grid {
|
| 11 |
-
position:relative;
|
| 12 |
-
overflow:hidden;
|
| 13 |
-
background-color:#fff;
|
| 14 |
-
}
|
| 15 |
-
.x-grid-scroller {
|
| 16 |
-
overflow:auto;
|
| 17 |
-
}
|
| 18 |
-
.x-grid-viewport, .x-grid-locked{
|
| 19 |
-
position:absolute;
|
| 20 |
-
left:0; top: 0;
|
| 21 |
-
z-index:2;
|
| 22 |
-
overflow:hidden;
|
| 23 |
-
visibility:hidden;
|
| 24 |
-
}
|
| 25 |
-
.x-grid-cell-inner, .x-grid-hd-inner{
|
| 26 |
-
overflow:hidden;
|
| 27 |
-
-o-text-overflow: ellipsis;
|
| 28 |
-
text-overflow: ellipsis;
|
| 29 |
-
}
|
| 30 |
-
.x-grid-hd-row td, .x-grid-row td{
|
| 31 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 32 |
-
line-height:13px;
|
| 33 |
-
white-space: nowrap;
|
| 34 |
-
vertical-align: top;
|
| 35 |
-
-moz-outline: none;
|
| 36 |
-
-moz-user-focus: normal;
|
| 37 |
-
}
|
| 38 |
-
.x-grid-hd-row td {
|
| 39 |
-
line-height:14px;
|
| 40 |
-
}
|
| 41 |
-
.x-grid-col {
|
| 42 |
-
border-right: 1px solid #ebebeb;
|
| 43 |
-
border-bottom: 1px solid #ebebeb;
|
| 44 |
-
}
|
| 45 |
-
/* Locked styles */
|
| 46 |
-
|
| 47 |
-
.x-grid-locked .x-grid-body td {
|
| 48 |
-
background-color: #FBFDFF;
|
| 49 |
-
border-right: 1px solid #deecfd;
|
| 50 |
-
border-bottom: 1px solid #deecfd !important;
|
| 51 |
-
}
|
| 52 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 53 |
-
border-top:0 none;
|
| 54 |
-
}
|
| 55 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 56 |
-
background-color: #F5FAFE;
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
.x-grid-locked .x-grid-header table{
|
| 60 |
-
border-right:1px solid transparent;
|
| 61 |
-
}
|
| 62 |
-
.x-grid-locked .x-grid-body table{
|
| 63 |
-
border-right:1px solid #c3daf9;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 67 |
-
|
| 68 |
-
}
|
| 69 |
-
.x-grid-row {
|
| 70 |
-
cursor: default;
|
| 71 |
-
}
|
| 72 |
-
.x-grid-row-alt{
|
| 73 |
-
background-color:#f1f1f1;
|
| 74 |
-
}
|
| 75 |
-
.x-grid-row-over td{
|
| 76 |
-
background-color:#d9e8fb;
|
| 77 |
-
}
|
| 78 |
-
.x-grid-resize-proxy {
|
| 79 |
-
width:3px;
|
| 80 |
-
background-color:#cccccc;
|
| 81 |
-
cursor: e-resize;
|
| 82 |
-
cursor: col-resize;
|
| 83 |
-
position:absolute;
|
| 84 |
-
top:0;
|
| 85 |
-
height:100px;
|
| 86 |
-
overflow:hidden;
|
| 87 |
-
visibility:hidden;
|
| 88 |
-
border:0 none;
|
| 89 |
-
z-index:7;
|
| 90 |
-
}
|
| 91 |
-
.x-grid-focus {
|
| 92 |
-
position:absolute;
|
| 93 |
-
top:0;
|
| 94 |
-
-moz-outline:0 none;
|
| 95 |
-
outline:0 none;
|
| 96 |
-
-moz-user-select: normal;
|
| 97 |
-
-khtml-user-select: normal;
|
| 98 |
-
}
|
| 99 |
-
|
| 100 |
-
/* header styles */
|
| 101 |
-
.x-grid-header{
|
| 102 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 103 |
-
overflow:hidden;
|
| 104 |
-
position:relative;
|
| 105 |
-
cursor:default;
|
| 106 |
-
width:100%;
|
| 107 |
-
}
|
| 108 |
-
.x-grid-hd-row{
|
| 109 |
-
height:22px;
|
| 110 |
-
}
|
| 111 |
-
.x-grid-hd {
|
| 112 |
-
padding-right:1px;
|
| 113 |
-
}
|
| 114 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 115 |
-
border-bottom: 1px solid #c3daf9;
|
| 116 |
-
}
|
| 117 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 118 |
-
background: #fafafa url(../images/default/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 119 |
-
padding-bottom:1px;
|
| 120 |
-
border-bottom: 1px solid #b3cae9;
|
| 121 |
-
}
|
| 122 |
-
.x-grid-sort-icon{
|
| 123 |
-
background-repeat: no-repeat;
|
| 124 |
-
display: none;
|
| 125 |
-
height: 4px;
|
| 126 |
-
width: 13px;
|
| 127 |
-
margin-left:3px;
|
| 128 |
-
vertical-align: middle;
|
| 129 |
-
}
|
| 130 |
-
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 131 |
-
background-image: url(../images/default/grid/sort_asc.gif);
|
| 132 |
-
display: inline;
|
| 133 |
-
}
|
| 134 |
-
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 135 |
-
background-image: url(../images/default/grid/sort_desc.gif);
|
| 136 |
-
display: inline;
|
| 137 |
-
}
|
| 138 |
-
|
| 139 |
-
/* Body Styles */
|
| 140 |
-
.x-grid-body {
|
| 141 |
-
overflow:hidden;
|
| 142 |
-
position:relative;
|
| 143 |
-
width:100%;
|
| 144 |
-
zoom:1;
|
| 145 |
-
}
|
| 146 |
-
|
| 147 |
-
.x-grid-cell-text,.x-grid-hd-text {
|
| 148 |
-
display: block;
|
| 149 |
-
padding: 3px 5px 3px 5px;
|
| 150 |
-
-moz-user-select: none;
|
| 151 |
-
-khtml-user-select: none;
|
| 152 |
-
color:black;
|
| 153 |
-
}
|
| 154 |
-
.x-grid-hd-text {
|
| 155 |
-
padding-top:4px;
|
| 156 |
-
}
|
| 157 |
-
.x-grid-split {
|
| 158 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 159 |
-
background-position: center;
|
| 160 |
-
background-repeat: no-repeat;
|
| 161 |
-
cursor: e-resize;
|
| 162 |
-
cursor: col-resize;
|
| 163 |
-
display: block;
|
| 164 |
-
font-size: 1px;
|
| 165 |
-
height: 16px;
|
| 166 |
-
overflow: hidden;
|
| 167 |
-
position: absolute;
|
| 168 |
-
top: 2px;
|
| 169 |
-
width: 6px;
|
| 170 |
-
z-index: 3;
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
.x-grid-hd-text {
|
| 174 |
-
color:#15428b;
|
| 175 |
-
}
|
| 176 |
-
/* Column Reorder DD */
|
| 177 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 178 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 179 |
-
height:22px;
|
| 180 |
-
width:120px;
|
| 181 |
-
}
|
| 182 |
-
|
| 183 |
-
.col-move-top, .col-move-bottom{
|
| 184 |
-
width:9px;
|
| 185 |
-
height:9px;
|
| 186 |
-
position:absolute;
|
| 187 |
-
top:0;
|
| 188 |
-
line-height:1px;
|
| 189 |
-
font-size:1px;
|
| 190 |
-
overflow:hidden;
|
| 191 |
-
visibility:hidden;
|
| 192 |
-
z-index:20000;
|
| 193 |
-
}
|
| 194 |
-
.col-move-top{
|
| 195 |
-
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 196 |
-
}
|
| 197 |
-
.col-move-bottom{
|
| 198 |
-
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 199 |
-
}
|
| 200 |
-
|
| 201 |
-
/* Selection Styles */
|
| 202 |
-
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 203 |
-
background-color: #316ac5 !important;
|
| 204 |
-
color: white;
|
| 205 |
-
}
|
| 206 |
-
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 207 |
-
color: white !important;
|
| 208 |
-
}
|
| 209 |
-
.x-grid-row-selected .x-grid-cell-text{
|
| 210 |
-
color: white;
|
| 211 |
-
}
|
| 212 |
-
.x-grid-cell-selected{
|
| 213 |
-
background-color: #316ac5 !important;
|
| 214 |
-
color: white;
|
| 215 |
-
}
|
| 216 |
-
.x-grid-cell-selected span{
|
| 217 |
-
color: white !important;
|
| 218 |
-
}
|
| 219 |
-
.x-grid-cell-selected .x-grid-cell-text{
|
| 220 |
-
color: white;
|
| 221 |
-
}
|
| 222 |
-
|
| 223 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 224 |
-
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 225 |
-
vertical-align:middle !important;
|
| 226 |
-
color:black;
|
| 227 |
-
padding:0;
|
| 228 |
-
border-top:1px solid white;
|
| 229 |
-
border-bottom:none !important;
|
| 230 |
-
border-right:1px solid #6fa0df !important;
|
| 231 |
-
text-align:center;
|
| 232 |
-
}
|
| 233 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 234 |
-
padding:0 4px;
|
| 235 |
-
color:#15428b !important;
|
| 236 |
-
text-align:center;
|
| 237 |
-
}
|
| 238 |
-
|
| 239 |
-
/* dirty cells */
|
| 240 |
-
.x-grid-dirty-cell {
|
| 241 |
-
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 242 |
-
}
|
| 243 |
-
|
| 244 |
-
/* Grid Toolbars */
|
| 245 |
-
.x-grid-topbar, .x-grid-bottombar{
|
| 246 |
-
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 247 |
-
overflow:hidden;
|
| 248 |
-
display:none;
|
| 249 |
-
zoom:1;
|
| 250 |
-
position:relative;
|
| 251 |
-
}
|
| 252 |
-
.x-grid-topbar .x-toolbar{
|
| 253 |
-
border-right:0 none;
|
| 254 |
-
}
|
| 255 |
-
.x-grid-bottombar .x-toolbar{
|
| 256 |
-
border-right:0 none;
|
| 257 |
-
border-bottom:0 none;
|
| 258 |
-
border-top:1px solid #a9bfd3;
|
| 259 |
-
}
|
| 260 |
-
/* Props Grid Styles */
|
| 261 |
-
.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
|
| 262 |
-
background-color: #316ac5 !important;
|
| 263 |
-
}
|
| 264 |
-
.x-props-grid .x-grid-col-value .x-grid-cell-text{
|
| 265 |
-
background-color: white;
|
| 266 |
-
}
|
| 267 |
-
.x-props-grid .x-grid-col-name{
|
| 268 |
-
background-color: #c3daf9;
|
| 269 |
-
}
|
| 270 |
-
.x-props-grid .x-grid-col-name .x-grid-cell-text{
|
| 271 |
-
background-color: white;
|
| 272 |
-
margin-left:10px;
|
| 273 |
-
}
|
| 274 |
-
.x-props-grid .x-grid-split-value {
|
| 275 |
-
visibility:hidden;
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
/* header menu */
|
| 279 |
-
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 280 |
-
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 281 |
-
}
|
| 282 |
-
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 283 |
-
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 284 |
-
}
|
| 285 |
-
.xg-hmenu-lock .x-menu-item-icon{
|
| 286 |
-
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 287 |
-
}
|
| 288 |
-
.xg-hmenu-unlock .x-menu-item-icon{
|
| 289 |
-
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 290 |
-
}
|
| 291 |
-
|
| 292 |
-
/* dd */
|
| 293 |
-
.x-dd-drag-ghost .x-grid-dd-wrap {
|
| 294 |
-
padding:1px 3px 3px 1px;
|
| 295 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
/* Grid2 styles */
|
| 10 |
+
.x-grid {
|
| 11 |
+
position:relative;
|
| 12 |
+
overflow:hidden;
|
| 13 |
+
background-color:#fff;
|
| 14 |
+
}
|
| 15 |
+
.x-grid-scroller {
|
| 16 |
+
overflow:auto;
|
| 17 |
+
}
|
| 18 |
+
.x-grid-viewport, .x-grid-locked{
|
| 19 |
+
position:absolute;
|
| 20 |
+
left:0; top: 0;
|
| 21 |
+
z-index:2;
|
| 22 |
+
overflow:hidden;
|
| 23 |
+
visibility:hidden;
|
| 24 |
+
}
|
| 25 |
+
.x-grid-cell-inner, .x-grid-hd-inner{
|
| 26 |
+
overflow:hidden;
|
| 27 |
+
-o-text-overflow: ellipsis;
|
| 28 |
+
text-overflow: ellipsis;
|
| 29 |
+
}
|
| 30 |
+
.x-grid-hd-row td, .x-grid-row td{
|
| 31 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 32 |
+
line-height:13px;
|
| 33 |
+
white-space: nowrap;
|
| 34 |
+
vertical-align: top;
|
| 35 |
+
-moz-outline: none;
|
| 36 |
+
-moz-user-focus: normal;
|
| 37 |
+
}
|
| 38 |
+
.x-grid-hd-row td {
|
| 39 |
+
line-height:14px;
|
| 40 |
+
}
|
| 41 |
+
.x-grid-col {
|
| 42 |
+
border-right: 1px solid #ebebeb;
|
| 43 |
+
border-bottom: 1px solid #ebebeb;
|
| 44 |
+
}
|
| 45 |
+
/* Locked styles */
|
| 46 |
+
|
| 47 |
+
.x-grid-locked .x-grid-body td {
|
| 48 |
+
background-color: #FBFDFF;
|
| 49 |
+
border-right: 1px solid #deecfd;
|
| 50 |
+
border-bottom: 1px solid #deecfd !important;
|
| 51 |
+
}
|
| 52 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 53 |
+
border-top:0 none;
|
| 54 |
+
}
|
| 55 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 56 |
+
background-color: #F5FAFE;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
.x-grid-locked .x-grid-header table{
|
| 60 |
+
border-right:1px solid transparent;
|
| 61 |
+
}
|
| 62 |
+
.x-grid-locked .x-grid-body table{
|
| 63 |
+
border-right:1px solid #c3daf9;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 67 |
+
|
| 68 |
+
}
|
| 69 |
+
.x-grid-row {
|
| 70 |
+
cursor: default;
|
| 71 |
+
}
|
| 72 |
+
.x-grid-row-alt{
|
| 73 |
+
background-color:#f1f1f1;
|
| 74 |
+
}
|
| 75 |
+
.x-grid-row-over td{
|
| 76 |
+
background-color:#d9e8fb;
|
| 77 |
+
}
|
| 78 |
+
.x-grid-resize-proxy {
|
| 79 |
+
width:3px;
|
| 80 |
+
background-color:#cccccc;
|
| 81 |
+
cursor: e-resize;
|
| 82 |
+
cursor: col-resize;
|
| 83 |
+
position:absolute;
|
| 84 |
+
top:0;
|
| 85 |
+
height:100px;
|
| 86 |
+
overflow:hidden;
|
| 87 |
+
visibility:hidden;
|
| 88 |
+
border:0 none;
|
| 89 |
+
z-index:7;
|
| 90 |
+
}
|
| 91 |
+
.x-grid-focus {
|
| 92 |
+
position:absolute;
|
| 93 |
+
top:0;
|
| 94 |
+
-moz-outline:0 none;
|
| 95 |
+
outline:0 none;
|
| 96 |
+
-moz-user-select: normal;
|
| 97 |
+
-khtml-user-select: normal;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
/* header styles */
|
| 101 |
+
.x-grid-header{
|
| 102 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 103 |
+
overflow:hidden;
|
| 104 |
+
position:relative;
|
| 105 |
+
cursor:default;
|
| 106 |
+
width:100%;
|
| 107 |
+
}
|
| 108 |
+
.x-grid-hd-row{
|
| 109 |
+
height:22px;
|
| 110 |
+
}
|
| 111 |
+
.x-grid-hd {
|
| 112 |
+
padding-right:1px;
|
| 113 |
+
}
|
| 114 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 115 |
+
border-bottom: 1px solid #c3daf9;
|
| 116 |
+
}
|
| 117 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 118 |
+
background: #fafafa url(../images/default/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 119 |
+
padding-bottom:1px;
|
| 120 |
+
border-bottom: 1px solid #b3cae9;
|
| 121 |
+
}
|
| 122 |
+
.x-grid-sort-icon{
|
| 123 |
+
background-repeat: no-repeat;
|
| 124 |
+
display: none;
|
| 125 |
+
height: 4px;
|
| 126 |
+
width: 13px;
|
| 127 |
+
margin-left:3px;
|
| 128 |
+
vertical-align: middle;
|
| 129 |
+
}
|
| 130 |
+
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 131 |
+
background-image: url(../images/default/grid/sort_asc.gif);
|
| 132 |
+
display: inline;
|
| 133 |
+
}
|
| 134 |
+
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 135 |
+
background-image: url(../images/default/grid/sort_desc.gif);
|
| 136 |
+
display: inline;
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
/* Body Styles */
|
| 140 |
+
.x-grid-body {
|
| 141 |
+
overflow:hidden;
|
| 142 |
+
position:relative;
|
| 143 |
+
width:100%;
|
| 144 |
+
zoom:1;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.x-grid-cell-text,.x-grid-hd-text {
|
| 148 |
+
display: block;
|
| 149 |
+
padding: 3px 5px 3px 5px;
|
| 150 |
+
-moz-user-select: none;
|
| 151 |
+
-khtml-user-select: none;
|
| 152 |
+
color:black;
|
| 153 |
+
}
|
| 154 |
+
.x-grid-hd-text {
|
| 155 |
+
padding-top:4px;
|
| 156 |
+
}
|
| 157 |
+
.x-grid-split {
|
| 158 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 159 |
+
background-position: center;
|
| 160 |
+
background-repeat: no-repeat;
|
| 161 |
+
cursor: e-resize;
|
| 162 |
+
cursor: col-resize;
|
| 163 |
+
display: block;
|
| 164 |
+
font-size: 1px;
|
| 165 |
+
height: 16px;
|
| 166 |
+
overflow: hidden;
|
| 167 |
+
position: absolute;
|
| 168 |
+
top: 2px;
|
| 169 |
+
width: 6px;
|
| 170 |
+
z-index: 3;
|
| 171 |
+
}
|
| 172 |
+
|
| 173 |
+
.x-grid-hd-text {
|
| 174 |
+
color:#15428b;
|
| 175 |
+
}
|
| 176 |
+
/* Column Reorder DD */
|
| 177 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 178 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x;
|
| 179 |
+
height:22px;
|
| 180 |
+
width:120px;
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
+
.col-move-top, .col-move-bottom{
|
| 184 |
+
width:9px;
|
| 185 |
+
height:9px;
|
| 186 |
+
position:absolute;
|
| 187 |
+
top:0;
|
| 188 |
+
line-height:1px;
|
| 189 |
+
font-size:1px;
|
| 190 |
+
overflow:hidden;
|
| 191 |
+
visibility:hidden;
|
| 192 |
+
z-index:20000;
|
| 193 |
+
}
|
| 194 |
+
.col-move-top{
|
| 195 |
+
background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
|
| 196 |
+
}
|
| 197 |
+
.col-move-bottom{
|
| 198 |
+
background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
/* Selection Styles */
|
| 202 |
+
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 203 |
+
background-color: #316ac5 !important;
|
| 204 |
+
color: white;
|
| 205 |
+
}
|
| 206 |
+
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 207 |
+
color: white !important;
|
| 208 |
+
}
|
| 209 |
+
.x-grid-row-selected .x-grid-cell-text{
|
| 210 |
+
color: white;
|
| 211 |
+
}
|
| 212 |
+
.x-grid-cell-selected{
|
| 213 |
+
background-color: #316ac5 !important;
|
| 214 |
+
color: white;
|
| 215 |
+
}
|
| 216 |
+
.x-grid-cell-selected span{
|
| 217 |
+
color: white !important;
|
| 218 |
+
}
|
| 219 |
+
.x-grid-cell-selected .x-grid-cell-text{
|
| 220 |
+
color: white;
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 224 |
+
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 225 |
+
vertical-align:middle !important;
|
| 226 |
+
color:black;
|
| 227 |
+
padding:0;
|
| 228 |
+
border-top:1px solid white;
|
| 229 |
+
border-bottom:none !important;
|
| 230 |
+
border-right:1px solid #6fa0df !important;
|
| 231 |
+
text-align:center;
|
| 232 |
+
}
|
| 233 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 234 |
+
padding:0 4px;
|
| 235 |
+
color:#15428b !important;
|
| 236 |
+
text-align:center;
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
/* dirty cells */
|
| 240 |
+
.x-grid-dirty-cell {
|
| 241 |
+
background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
|
| 242 |
+
}
|
| 243 |
+
|
| 244 |
+
/* Grid Toolbars */
|
| 245 |
+
.x-grid-topbar, .x-grid-bottombar{
|
| 246 |
+
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
| 247 |
+
overflow:hidden;
|
| 248 |
+
display:none;
|
| 249 |
+
zoom:1;
|
| 250 |
+
position:relative;
|
| 251 |
+
}
|
| 252 |
+
.x-grid-topbar .x-toolbar{
|
| 253 |
+
border-right:0 none;
|
| 254 |
+
}
|
| 255 |
+
.x-grid-bottombar .x-toolbar{
|
| 256 |
+
border-right:0 none;
|
| 257 |
+
border-bottom:0 none;
|
| 258 |
+
border-top:1px solid #a9bfd3;
|
| 259 |
+
}
|
| 260 |
+
/* Props Grid Styles */
|
| 261 |
+
.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
|
| 262 |
+
background-color: #316ac5 !important;
|
| 263 |
+
}
|
| 264 |
+
.x-props-grid .x-grid-col-value .x-grid-cell-text{
|
| 265 |
+
background-color: white;
|
| 266 |
+
}
|
| 267 |
+
.x-props-grid .x-grid-col-name{
|
| 268 |
+
background-color: #c3daf9;
|
| 269 |
+
}
|
| 270 |
+
.x-props-grid .x-grid-col-name .x-grid-cell-text{
|
| 271 |
+
background-color: white;
|
| 272 |
+
margin-left:10px;
|
| 273 |
+
}
|
| 274 |
+
.x-props-grid .x-grid-split-value {
|
| 275 |
+
visibility:hidden;
|
| 276 |
+
}
|
| 277 |
+
|
| 278 |
+
/* header menu */
|
| 279 |
+
.xg-hmenu-sort-asc .x-menu-item-icon{
|
| 280 |
+
background-image: url(../images/default/grid/hmenu-asc.gif);
|
| 281 |
+
}
|
| 282 |
+
.xg-hmenu-sort-desc .x-menu-item-icon{
|
| 283 |
+
background-image: url(../images/default/grid/hmenu-desc.gif);
|
| 284 |
+
}
|
| 285 |
+
.xg-hmenu-lock .x-menu-item-icon{
|
| 286 |
+
background-image: url(../images/default/grid/hmenu-lock.gif);
|
| 287 |
+
}
|
| 288 |
+
.xg-hmenu-unlock .x-menu-item-icon{
|
| 289 |
+
background-image: url(../images/default/grid/hmenu-unlock.gif);
|
| 290 |
+
}
|
| 291 |
+
|
| 292 |
+
/* dd */
|
| 293 |
+
.x-dd-drag-ghost .x-grid-dd-wrap {
|
| 294 |
+
padding:1px 3px 3px 1px;
|
| 295 |
}
|
js/extjs/resources/css/layout.css
CHANGED
|
@@ -1,252 +1,252 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-layout-container{
|
| 10 |
-
width:100%;
|
| 11 |
-
height:100%;
|
| 12 |
-
overflow:hidden;
|
| 13 |
-
background-color:#c3daf9;
|
| 14 |
-
}
|
| 15 |
-
.x-layout-container .x-layout-tabs-body{
|
| 16 |
-
border:0 none;
|
| 17 |
-
}
|
| 18 |
-
.x-layout-collapsed{
|
| 19 |
-
position:absolute;
|
| 20 |
-
left:-10000px;
|
| 21 |
-
top:-10000px;
|
| 22 |
-
visibility:hidden;
|
| 23 |
-
background-color:#c3daf9;
|
| 24 |
-
width:20px;
|
| 25 |
-
height:20px;
|
| 26 |
-
overflow:hidden;
|
| 27 |
-
border:1px solid #98c0f4;
|
| 28 |
-
z-index:20;
|
| 29 |
-
}
|
| 30 |
-
.ext-border-box .x-layout-collapsed{
|
| 31 |
-
width:22px;
|
| 32 |
-
height:22px;
|
| 33 |
-
}
|
| 34 |
-
.x-layout-collapsed-over{
|
| 35 |
-
cursor:pointer;
|
| 36 |
-
background-color:#d9e8fb;
|
| 37 |
-
}
|
| 38 |
-
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 39 |
-
position:absolute;
|
| 40 |
-
top:0;
|
| 41 |
-
left:0;
|
| 42 |
-
width:20px;
|
| 43 |
-
height:20px;
|
| 44 |
-
}
|
| 45 |
-
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 46 |
-
position:absolute;
|
| 47 |
-
top:0;
|
| 48 |
-
right:0;
|
| 49 |
-
width:20px;
|
| 50 |
-
height:20px;
|
| 51 |
-
}
|
| 52 |
-
.x-layout-collapsed .x-layout-tools-button{
|
| 53 |
-
margin:0;
|
| 54 |
-
}
|
| 55 |
-
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 56 |
-
width:16px;
|
| 57 |
-
height:16px;
|
| 58 |
-
}
|
| 59 |
-
.x-layout-inactive-content{
|
| 60 |
-
position:absolute;
|
| 61 |
-
left:-10000px;
|
| 62 |
-
top:-10000px;
|
| 63 |
-
visibility:hidden;
|
| 64 |
-
}
|
| 65 |
-
.x-layout-active-content{
|
| 66 |
-
visibility:visible;
|
| 67 |
-
}
|
| 68 |
-
.x-layout-panel{
|
| 69 |
-
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 70 |
-
}
|
| 71 |
-
.x-layout-panel-east, .x-layout-panel-west {
|
| 72 |
-
z-index:10;
|
| 73 |
-
}
|
| 74 |
-
.x-layout-panel-north, .x-layout-panel-south {
|
| 75 |
-
z-index:11;
|
| 76 |
-
}
|
| 77 |
-
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 78 |
-
z-index:12;
|
| 79 |
-
}
|
| 80 |
-
.x-layout-panel-body{
|
| 81 |
-
overflow:hidden;
|
| 82 |
-
}
|
| 83 |
-
.x-layout-grid-wrapper{
|
| 84 |
-
|
| 85 |
-
}
|
| 86 |
-
.x-layout-split{
|
| 87 |
-
position:absolute;
|
| 88 |
-
height:5px;
|
| 89 |
-
width:5px;
|
| 90 |
-
line-height:1px;
|
| 91 |
-
font-size:1px;
|
| 92 |
-
z-index:3;
|
| 93 |
-
background-color:#c3daf9;
|
| 94 |
-
}
|
| 95 |
-
.x-layout-panel-hd{
|
| 96 |
-
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 97 |
-
color: black;
|
| 98 |
-
border-bottom:1px solid #98c0f4;
|
| 99 |
-
position:relative;
|
| 100 |
-
}
|
| 101 |
-
.x-layout-panel-hd-text{
|
| 102 |
-
font:normal 11px tahoma, verdana, helvetica;
|
| 103 |
-
padding: 4px;
|
| 104 |
-
padding-left: 4px;
|
| 105 |
-
display:block;
|
| 106 |
-
white-space:nowrap;
|
| 107 |
-
}
|
| 108 |
-
.x-layout-panel-hd-tools{
|
| 109 |
-
position:absolute;
|
| 110 |
-
right:0;
|
| 111 |
-
top:0;
|
| 112 |
-
text-align:right;
|
| 113 |
-
padding-top:2px;
|
| 114 |
-
padding-right:2px;
|
| 115 |
-
width:60px;
|
| 116 |
-
}
|
| 117 |
-
.x-layout-tools-button{
|
| 118 |
-
z-index:6;
|
| 119 |
-
padding:2px;
|
| 120 |
-
cursor:pointer;
|
| 121 |
-
float:right;
|
| 122 |
-
}
|
| 123 |
-
.x-layout-tools-button-over{
|
| 124 |
-
padding:1px;
|
| 125 |
-
border:1px solid #98c0f4;
|
| 126 |
-
background-color:white;
|
| 127 |
-
}
|
| 128 |
-
.x-layout-tools-button-inner{
|
| 129 |
-
height:12px;
|
| 130 |
-
width:12px;
|
| 131 |
-
line-height:1px;
|
| 132 |
-
font-size:1px;
|
| 133 |
-
background-repeat:no-repeat;
|
| 134 |
-
background-position:center;
|
| 135 |
-
}
|
| 136 |
-
.x-layout-close{
|
| 137 |
-
background-image:url(../images/default/layout/panel-close.gif);
|
| 138 |
-
}
|
| 139 |
-
.x-layout-stick{
|
| 140 |
-
background-image:url(../images/default/layout/stick.gif);
|
| 141 |
-
}
|
| 142 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 143 |
-
background-image:url(../images/default/layout/collapse.gif);
|
| 144 |
-
}
|
| 145 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 146 |
-
background-image:url(../images/default/layout/expand.gif);
|
| 147 |
-
}
|
| 148 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 149 |
-
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 150 |
-
}
|
| 151 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 152 |
-
background-image:url(../images/default/layout/ns-expand.gif);
|
| 153 |
-
}
|
| 154 |
-
.x-layout-split-h{
|
| 155 |
-
background-image:url(../images/default/sizer/e-handle.gif);
|
| 156 |
-
background-position: left;
|
| 157 |
-
}
|
| 158 |
-
.x-layout-split-v{
|
| 159 |
-
background-image:url(../images/default/sizer/s-handle.gif);
|
| 160 |
-
background-position: top;
|
| 161 |
-
}
|
| 162 |
-
.x-layout-panel .x-tabs-wrap{
|
| 163 |
-
background:url(../images/default/layout/gradient-bg.gif);
|
| 164 |
-
}
|
| 165 |
-
.x-layout-panel .x-tabs-body {
|
| 166 |
-
background-color:white;
|
| 167 |
-
overflow:auto;height:100%;
|
| 168 |
-
}
|
| 169 |
-
.x-layout-component-panel, .x-layout-nested-layout {
|
| 170 |
-
position:relative;
|
| 171 |
-
padding:0;
|
| 172 |
-
overflow:hidden;
|
| 173 |
-
width:200px;
|
| 174 |
-
height:200px;
|
| 175 |
-
}
|
| 176 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 177 |
-
border:0 none;
|
| 178 |
-
}
|
| 179 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 180 |
-
border-bottom:1px solid #98c0f4;
|
| 181 |
-
}
|
| 182 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 183 |
-
border-top:1px solid #98c0f4;
|
| 184 |
-
}
|
| 185 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 186 |
-
border-left:1px solid #98c0f4;
|
| 187 |
-
}
|
| 188 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 189 |
-
border-right:1px solid #98c0f4;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
.x-layout-panel-dragover {
|
| 193 |
-
border: 2px solid #6593cf;
|
| 194 |
-
}
|
| 195 |
-
.x-layout-panel-proxy {
|
| 196 |
-
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 197 |
-
background-color:#c3daf9;
|
| 198 |
-
border:1px dashed #6593cf;
|
| 199 |
-
z-index:10001;
|
| 200 |
-
overflow:hidden;
|
| 201 |
-
position:absolute;
|
| 202 |
-
left:0;top:0;
|
| 203 |
-
}
|
| 204 |
-
.x-layout-slider {
|
| 205 |
-
z-index:15;
|
| 206 |
-
overflow:hidden;
|
| 207 |
-
position:absolute;
|
| 208 |
-
}
|
| 209 |
-
|
| 210 |
-
.x-scroller-up, .x-scroller-down {
|
| 211 |
-
background-color:#c3daf9;
|
| 212 |
-
border: 1px solid #6593cf;
|
| 213 |
-
border-top-color: #fff;
|
| 214 |
-
border-left-color: #fff;
|
| 215 |
-
border-right:0 none;
|
| 216 |
-
cursor:pointer;
|
| 217 |
-
overflow:hidden;
|
| 218 |
-
line-height:16px;
|
| 219 |
-
}
|
| 220 |
-
.x-scroller-down {
|
| 221 |
-
border-bottom: 0 none;
|
| 222 |
-
border-top: 1px solid #6593cf;
|
| 223 |
-
}
|
| 224 |
-
.x-scroller-btn-over {
|
| 225 |
-
background-color: #d9e8f8;
|
| 226 |
-
}
|
| 227 |
-
.x-scroller-btn-click {
|
| 228 |
-
background-color: #AECEF7;
|
| 229 |
-
}
|
| 230 |
-
.x-scroller-btn-disabled {
|
| 231 |
-
cursor:default;
|
| 232 |
-
background-color: #c3daf9;
|
| 233 |
-
-moz-opacity: 0.3;
|
| 234 |
-
opacity:.30;
|
| 235 |
-
filter: alpha(opacity=30);
|
| 236 |
-
}
|
| 237 |
-
|
| 238 |
-
/* Reader Layout */
|
| 239 |
-
|
| 240 |
-
.x-reader .x-layout-panel-north {
|
| 241 |
-
border:0 none;
|
| 242 |
-
}
|
| 243 |
-
.x-reader .x-layout-panel-center{
|
| 244 |
-
border:0 none;
|
| 245 |
-
}
|
| 246 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 247 |
-
border:1px solid #99bbe8;
|
| 248 |
-
border-top:0 none;
|
| 249 |
-
}
|
| 250 |
-
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 251 |
-
border:1px solid #99bbe8;
|
| 252 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-layout-container{
|
| 10 |
+
width:100%;
|
| 11 |
+
height:100%;
|
| 12 |
+
overflow:hidden;
|
| 13 |
+
background-color:#c3daf9;
|
| 14 |
+
}
|
| 15 |
+
.x-layout-container .x-layout-tabs-body{
|
| 16 |
+
border:0 none;
|
| 17 |
+
}
|
| 18 |
+
.x-layout-collapsed{
|
| 19 |
+
position:absolute;
|
| 20 |
+
left:-10000px;
|
| 21 |
+
top:-10000px;
|
| 22 |
+
visibility:hidden;
|
| 23 |
+
background-color:#c3daf9;
|
| 24 |
+
width:20px;
|
| 25 |
+
height:20px;
|
| 26 |
+
overflow:hidden;
|
| 27 |
+
border:1px solid #98c0f4;
|
| 28 |
+
z-index:20;
|
| 29 |
+
}
|
| 30 |
+
.ext-border-box .x-layout-collapsed{
|
| 31 |
+
width:22px;
|
| 32 |
+
height:22px;
|
| 33 |
+
}
|
| 34 |
+
.x-layout-collapsed-over{
|
| 35 |
+
cursor:pointer;
|
| 36 |
+
background-color:#d9e8fb;
|
| 37 |
+
}
|
| 38 |
+
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
|
| 39 |
+
position:absolute;
|
| 40 |
+
top:0;
|
| 41 |
+
left:0;
|
| 42 |
+
width:20px;
|
| 43 |
+
height:20px;
|
| 44 |
+
}
|
| 45 |
+
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
|
| 46 |
+
position:absolute;
|
| 47 |
+
top:0;
|
| 48 |
+
right:0;
|
| 49 |
+
width:20px;
|
| 50 |
+
height:20px;
|
| 51 |
+
}
|
| 52 |
+
.x-layout-collapsed .x-layout-tools-button{
|
| 53 |
+
margin:0;
|
| 54 |
+
}
|
| 55 |
+
.x-layout-collapsed .x-layout-tools-button-inner{
|
| 56 |
+
width:16px;
|
| 57 |
+
height:16px;
|
| 58 |
+
}
|
| 59 |
+
.x-layout-inactive-content{
|
| 60 |
+
position:absolute;
|
| 61 |
+
left:-10000px;
|
| 62 |
+
top:-10000px;
|
| 63 |
+
visibility:hidden;
|
| 64 |
+
}
|
| 65 |
+
.x-layout-active-content{
|
| 66 |
+
visibility:visible;
|
| 67 |
+
}
|
| 68 |
+
.x-layout-panel{
|
| 69 |
+
position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
|
| 70 |
+
}
|
| 71 |
+
.x-layout-panel-east, .x-layout-panel-west {
|
| 72 |
+
z-index:10;
|
| 73 |
+
}
|
| 74 |
+
.x-layout-panel-north, .x-layout-panel-south {
|
| 75 |
+
z-index:11;
|
| 76 |
+
}
|
| 77 |
+
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
|
| 78 |
+
z-index:12;
|
| 79 |
+
}
|
| 80 |
+
.x-layout-panel-body{
|
| 81 |
+
overflow:hidden;
|
| 82 |
+
}
|
| 83 |
+
.x-layout-grid-wrapper{
|
| 84 |
+
|
| 85 |
+
}
|
| 86 |
+
.x-layout-split{
|
| 87 |
+
position:absolute;
|
| 88 |
+
height:5px;
|
| 89 |
+
width:5px;
|
| 90 |
+
line-height:1px;
|
| 91 |
+
font-size:1px;
|
| 92 |
+
z-index:3;
|
| 93 |
+
background-color:#c3daf9;
|
| 94 |
+
}
|
| 95 |
+
.x-layout-panel-hd{
|
| 96 |
+
background-image: url(../images/default/layout/panel-title-light-bg.gif);
|
| 97 |
+
color: black;
|
| 98 |
+
border-bottom:1px solid #98c0f4;
|
| 99 |
+
position:relative;
|
| 100 |
+
}
|
| 101 |
+
.x-layout-panel-hd-text{
|
| 102 |
+
font:normal 11px tahoma, verdana, helvetica;
|
| 103 |
+
padding: 4px;
|
| 104 |
+
padding-left: 4px;
|
| 105 |
+
display:block;
|
| 106 |
+
white-space:nowrap;
|
| 107 |
+
}
|
| 108 |
+
.x-layout-panel-hd-tools{
|
| 109 |
+
position:absolute;
|
| 110 |
+
right:0;
|
| 111 |
+
top:0;
|
| 112 |
+
text-align:right;
|
| 113 |
+
padding-top:2px;
|
| 114 |
+
padding-right:2px;
|
| 115 |
+
width:60px;
|
| 116 |
+
}
|
| 117 |
+
.x-layout-tools-button{
|
| 118 |
+
z-index:6;
|
| 119 |
+
padding:2px;
|
| 120 |
+
cursor:pointer;
|
| 121 |
+
float:right;
|
| 122 |
+
}
|
| 123 |
+
.x-layout-tools-button-over{
|
| 124 |
+
padding:1px;
|
| 125 |
+
border:1px solid #98c0f4;
|
| 126 |
+
background-color:white;
|
| 127 |
+
}
|
| 128 |
+
.x-layout-tools-button-inner{
|
| 129 |
+
height:12px;
|
| 130 |
+
width:12px;
|
| 131 |
+
line-height:1px;
|
| 132 |
+
font-size:1px;
|
| 133 |
+
background-repeat:no-repeat;
|
| 134 |
+
background-position:center;
|
| 135 |
+
}
|
| 136 |
+
.x-layout-close{
|
| 137 |
+
background-image:url(../images/default/layout/panel-close.gif);
|
| 138 |
+
}
|
| 139 |
+
.x-layout-stick{
|
| 140 |
+
background-image:url(../images/default/layout/stick.gif);
|
| 141 |
+
}
|
| 142 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 143 |
+
background-image:url(../images/default/layout/collapse.gif);
|
| 144 |
+
}
|
| 145 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 146 |
+
background-image:url(../images/default/layout/expand.gif);
|
| 147 |
+
}
|
| 148 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 149 |
+
background-image:url(../images/default/layout/ns-collapse.gif);
|
| 150 |
+
}
|
| 151 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 152 |
+
background-image:url(../images/default/layout/ns-expand.gif);
|
| 153 |
+
}
|
| 154 |
+
.x-layout-split-h{
|
| 155 |
+
background-image:url(../images/default/sizer/e-handle.gif);
|
| 156 |
+
background-position: left;
|
| 157 |
+
}
|
| 158 |
+
.x-layout-split-v{
|
| 159 |
+
background-image:url(../images/default/sizer/s-handle.gif);
|
| 160 |
+
background-position: top;
|
| 161 |
+
}
|
| 162 |
+
.x-layout-panel .x-tabs-wrap{
|
| 163 |
+
background:url(../images/default/layout/gradient-bg.gif);
|
| 164 |
+
}
|
| 165 |
+
.x-layout-panel .x-tabs-body {
|
| 166 |
+
background-color:white;
|
| 167 |
+
overflow:auto;height:100%;
|
| 168 |
+
}
|
| 169 |
+
.x-layout-component-panel, .x-layout-nested-layout {
|
| 170 |
+
position:relative;
|
| 171 |
+
padding:0;
|
| 172 |
+
overflow:hidden;
|
| 173 |
+
width:200px;
|
| 174 |
+
height:200px;
|
| 175 |
+
}
|
| 176 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 177 |
+
border:0 none;
|
| 178 |
+
}
|
| 179 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 180 |
+
border-bottom:1px solid #98c0f4;
|
| 181 |
+
}
|
| 182 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 183 |
+
border-top:1px solid #98c0f4;
|
| 184 |
+
}
|
| 185 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 186 |
+
border-left:1px solid #98c0f4;
|
| 187 |
+
}
|
| 188 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 189 |
+
border-right:1px solid #98c0f4;
|
| 190 |
+
}
|
| 191 |
+
|
| 192 |
+
.x-layout-panel-dragover {
|
| 193 |
+
border: 2px solid #6593cf;
|
| 194 |
+
}
|
| 195 |
+
.x-layout-panel-proxy {
|
| 196 |
+
background-image: url(../images/default/layout/gradient-bg.gif);
|
| 197 |
+
background-color:#c3daf9;
|
| 198 |
+
border:1px dashed #6593cf;
|
| 199 |
+
z-index:10001;
|
| 200 |
+
overflow:hidden;
|
| 201 |
+
position:absolute;
|
| 202 |
+
left:0;top:0;
|
| 203 |
+
}
|
| 204 |
+
.x-layout-slider {
|
| 205 |
+
z-index:15;
|
| 206 |
+
overflow:hidden;
|
| 207 |
+
position:absolute;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
.x-scroller-up, .x-scroller-down {
|
| 211 |
+
background-color:#c3daf9;
|
| 212 |
+
border: 1px solid #6593cf;
|
| 213 |
+
border-top-color: #fff;
|
| 214 |
+
border-left-color: #fff;
|
| 215 |
+
border-right:0 none;
|
| 216 |
+
cursor:pointer;
|
| 217 |
+
overflow:hidden;
|
| 218 |
+
line-height:16px;
|
| 219 |
+
}
|
| 220 |
+
.x-scroller-down {
|
| 221 |
+
border-bottom: 0 none;
|
| 222 |
+
border-top: 1px solid #6593cf;
|
| 223 |
+
}
|
| 224 |
+
.x-scroller-btn-over {
|
| 225 |
+
background-color: #d9e8f8;
|
| 226 |
+
}
|
| 227 |
+
.x-scroller-btn-click {
|
| 228 |
+
background-color: #AECEF7;
|
| 229 |
+
}
|
| 230 |
+
.x-scroller-btn-disabled {
|
| 231 |
+
cursor:default;
|
| 232 |
+
background-color: #c3daf9;
|
| 233 |
+
-moz-opacity: 0.3;
|
| 234 |
+
opacity:.30;
|
| 235 |
+
filter: alpha(opacity=30);
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
/* Reader Layout */
|
| 239 |
+
|
| 240 |
+
.x-reader .x-layout-panel-north {
|
| 241 |
+
border:0 none;
|
| 242 |
+
}
|
| 243 |
+
.x-reader .x-layout-panel-center{
|
| 244 |
+
border:0 none;
|
| 245 |
+
}
|
| 246 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-center{
|
| 247 |
+
border:1px solid #99bbe8;
|
| 248 |
+
border-top:0 none;
|
| 249 |
+
}
|
| 250 |
+
.x-reader .x-layout-nested-layout .x-layout-panel-south{
|
| 251 |
+
border:1px solid #99bbe8;
|
| 252 |
}
|
js/extjs/resources/css/menu.css
CHANGED
|
@@ -1,118 +1,118 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-menu {
|
| 10 |
-
border:1px solid #718bb7;
|
| 11 |
-
z-index: 15000;
|
| 12 |
-
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 13 |
-
}
|
| 14 |
-
.ext-ie .x-menu {
|
| 15 |
-
zoom:1;
|
| 16 |
-
overflow:hidden;
|
| 17 |
-
}
|
| 18 |
-
.x-menu-list{
|
| 19 |
-
border:1px solid #fff;
|
| 20 |
-
}
|
| 21 |
-
.x-menu li{
|
| 22 |
-
line-height:100%;
|
| 23 |
-
}
|
| 24 |
-
.x-menu li.x-menu-sep-li{
|
| 25 |
-
font-size:1px;
|
| 26 |
-
line-height:1px;
|
| 27 |
-
}
|
| 28 |
-
.x-menu-list-item{
|
| 29 |
-
font:normal 11px tahoma,arial, sans-serif;
|
| 30 |
-
white-space: nowrap;
|
| 31 |
-
-moz-user-select: none;
|
| 32 |
-
-khtml-user-select: none;
|
| 33 |
-
display:block;
|
| 34 |
-
padding:1px;
|
| 35 |
-
}
|
| 36 |
-
.x-menu-item-arrow{
|
| 37 |
-
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 38 |
-
}
|
| 39 |
-
.x-menu-sep {
|
| 40 |
-
display:block;
|
| 41 |
-
font-size:1px;
|
| 42 |
-
line-height:1px;
|
| 43 |
-
background:#c3daf9;
|
| 44 |
-
margin: 3px 3px 3px 32px;
|
| 45 |
-
}
|
| 46 |
-
.x-menu-focus {
|
| 47 |
-
position:absolute;
|
| 48 |
-
left:0;
|
| 49 |
-
top:-5px;
|
| 50 |
-
width:0;
|
| 51 |
-
height:0;
|
| 52 |
-
line-height:1px;
|
| 53 |
-
}
|
| 54 |
-
.x-menu-item {
|
| 55 |
-
display:block;
|
| 56 |
-
line-height:14px;
|
| 57 |
-
padding:3px 21px 3px 3px;
|
| 58 |
-
white-space: nowrap;
|
| 59 |
-
text-decoration:none;
|
| 60 |
-
color:#233d6d;
|
| 61 |
-
-moz-outline: 0 none;
|
| 62 |
-
outline: 0 none;
|
| 63 |
-
cursor:pointer;
|
| 64 |
-
}
|
| 65 |
-
.x-menu-item-active {
|
| 66 |
-
color:#233d6d;
|
| 67 |
-
background:#c3daf9;
|
| 68 |
-
border:1px solid #8BB8F3;
|
| 69 |
-
padding:0;
|
| 70 |
-
}
|
| 71 |
-
.x-menu-item-icon {
|
| 72 |
-
border: 0 none;
|
| 73 |
-
height: 16px;
|
| 74 |
-
padding: 0;
|
| 75 |
-
vertical-align: middle;
|
| 76 |
-
width: 16px;
|
| 77 |
-
margin: 0 11px 0 0;
|
| 78 |
-
background-position:center;
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 82 |
-
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 86 |
-
background-image:url(../images/default/menu/checked.gif);
|
| 87 |
-
}
|
| 88 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 89 |
-
background: transparent;
|
| 90 |
-
}
|
| 91 |
-
|
| 92 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 93 |
-
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
.x-menu-plain {
|
| 97 |
-
background:#fff;
|
| 98 |
-
}
|
| 99 |
-
.x-menu-date-item{
|
| 100 |
-
padding:0;
|
| 101 |
-
}
|
| 102 |
-
|
| 103 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 104 |
-
margin-left:32px;
|
| 105 |
-
margin-right:4px;
|
| 106 |
-
}
|
| 107 |
-
.x-menu .x-date-picker{
|
| 108 |
-
border:1px solid #a3bad9;
|
| 109 |
-
margin-top:2px;
|
| 110 |
-
margin-bottom:2px;
|
| 111 |
-
}
|
| 112 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 113 |
-
margin:0;
|
| 114 |
-
border:0 none;
|
| 115 |
-
}
|
| 116 |
-
.x-date-menu {
|
| 117 |
-
padding:0 !important;
|
| 118 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-menu {
|
| 10 |
+
border:1px solid #718bb7;
|
| 11 |
+
z-index: 15000;
|
| 12 |
+
background: #fff url(../images/default/menu/menu.gif) repeat-y;
|
| 13 |
+
}
|
| 14 |
+
.ext-ie .x-menu {
|
| 15 |
+
zoom:1;
|
| 16 |
+
overflow:hidden;
|
| 17 |
+
}
|
| 18 |
+
.x-menu-list{
|
| 19 |
+
border:1px solid #fff;
|
| 20 |
+
}
|
| 21 |
+
.x-menu li{
|
| 22 |
+
line-height:100%;
|
| 23 |
+
}
|
| 24 |
+
.x-menu li.x-menu-sep-li{
|
| 25 |
+
font-size:1px;
|
| 26 |
+
line-height:1px;
|
| 27 |
+
}
|
| 28 |
+
.x-menu-list-item{
|
| 29 |
+
font:normal 11px tahoma,arial, sans-serif;
|
| 30 |
+
white-space: nowrap;
|
| 31 |
+
-moz-user-select: none;
|
| 32 |
+
-khtml-user-select: none;
|
| 33 |
+
display:block;
|
| 34 |
+
padding:1px;
|
| 35 |
+
}
|
| 36 |
+
.x-menu-item-arrow{
|
| 37 |
+
background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
|
| 38 |
+
}
|
| 39 |
+
.x-menu-sep {
|
| 40 |
+
display:block;
|
| 41 |
+
font-size:1px;
|
| 42 |
+
line-height:1px;
|
| 43 |
+
background:#c3daf9;
|
| 44 |
+
margin: 3px 3px 3px 32px;
|
| 45 |
+
}
|
| 46 |
+
.x-menu-focus {
|
| 47 |
+
position:absolute;
|
| 48 |
+
left:0;
|
| 49 |
+
top:-5px;
|
| 50 |
+
width:0;
|
| 51 |
+
height:0;
|
| 52 |
+
line-height:1px;
|
| 53 |
+
}
|
| 54 |
+
.x-menu-item {
|
| 55 |
+
display:block;
|
| 56 |
+
line-height:14px;
|
| 57 |
+
padding:3px 21px 3px 3px;
|
| 58 |
+
white-space: nowrap;
|
| 59 |
+
text-decoration:none;
|
| 60 |
+
color:#233d6d;
|
| 61 |
+
-moz-outline: 0 none;
|
| 62 |
+
outline: 0 none;
|
| 63 |
+
cursor:pointer;
|
| 64 |
+
}
|
| 65 |
+
.x-menu-item-active {
|
| 66 |
+
color:#233d6d;
|
| 67 |
+
background:#c3daf9;
|
| 68 |
+
border:1px solid #8BB8F3;
|
| 69 |
+
padding:0;
|
| 70 |
+
}
|
| 71 |
+
.x-menu-item-icon {
|
| 72 |
+
border: 0 none;
|
| 73 |
+
height: 16px;
|
| 74 |
+
padding: 0;
|
| 75 |
+
vertical-align: middle;
|
| 76 |
+
width: 16px;
|
| 77 |
+
margin: 0 11px 0 0;
|
| 78 |
+
background-position:center;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 82 |
+
background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 86 |
+
background-image:url(../images/default/menu/checked.gif);
|
| 87 |
+
}
|
| 88 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 89 |
+
background: transparent;
|
| 90 |
+
}
|
| 91 |
+
|
| 92 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 93 |
+
background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
+
.x-menu-plain {
|
| 97 |
+
background:#fff;
|
| 98 |
+
}
|
| 99 |
+
.x-menu-date-item{
|
| 100 |
+
padding:0;
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 104 |
+
margin-left:32px;
|
| 105 |
+
margin-right:4px;
|
| 106 |
+
}
|
| 107 |
+
.x-menu .x-date-picker{
|
| 108 |
+
border:1px solid #a3bad9;
|
| 109 |
+
margin-top:2px;
|
| 110 |
+
margin-bottom:2px;
|
| 111 |
+
}
|
| 112 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 113 |
+
margin:0;
|
| 114 |
+
border:0 none;
|
| 115 |
+
}
|
| 116 |
+
.x-date-menu {
|
| 117 |
+
padding:0 !important;
|
| 118 |
+
}
|
js/extjs/resources/css/panel.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
.x-panel-header {
|
| 10 |
overflow:hidden;
|
| 11 |
zoom:1;
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
.x-panel-header {
|
| 10 |
overflow:hidden;
|
| 11 |
zoom:1;
|
js/extjs/resources/css/qtips.css
CHANGED
|
@@ -1,120 +1,120 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tip{
|
| 10 |
-
position: absolute;
|
| 11 |
-
top: 0;
|
| 12 |
-
left:0;
|
| 13 |
-
visibility: hidden;
|
| 14 |
-
z-index: 20000;
|
| 15 |
-
border:0 none;
|
| 16 |
-
}
|
| 17 |
-
.x-tip .x-tip-close{
|
| 18 |
-
background-image: url(../images/default/qtip/close.gif);
|
| 19 |
-
height: 15px;
|
| 20 |
-
float:right;
|
| 21 |
-
width: 15px;
|
| 22 |
-
margin:0 0 2px 2px;
|
| 23 |
-
cursor:pointer;
|
| 24 |
-
display:none;
|
| 25 |
-
}
|
| 26 |
-
.x-tip .x-tip-top {
|
| 27 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 28 |
-
height:6px;
|
| 29 |
-
overflow:hidden;
|
| 30 |
-
}
|
| 31 |
-
.x-tip .x-tip-top-left {
|
| 32 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 33 |
-
padding-left:6px;
|
| 34 |
-
zoom:1;
|
| 35 |
-
}
|
| 36 |
-
.x-tip .x-tip-top-right {
|
| 37 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 38 |
-
padding-right:6px;
|
| 39 |
-
zoom:1;
|
| 40 |
-
}
|
| 41 |
-
.x-tip .x-tip-ft {
|
| 42 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 43 |
-
height:6px;
|
| 44 |
-
overflow:hidden;
|
| 45 |
-
}
|
| 46 |
-
.x-tip .x-tip-ft-left {
|
| 47 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 48 |
-
padding-left:6px;
|
| 49 |
-
zoom:1;
|
| 50 |
-
}
|
| 51 |
-
.x-tip .x-tip-ft-right {
|
| 52 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 53 |
-
padding-right:6px;
|
| 54 |
-
zoom:1;
|
| 55 |
-
}
|
| 56 |
-
.x-tip .x-tip-bd {
|
| 57 |
-
border:0 none;
|
| 58 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 59 |
-
}
|
| 60 |
-
.x-tip .x-tip-bd-left {
|
| 61 |
-
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 62 |
-
padding-left:6px;
|
| 63 |
-
zoom:1;
|
| 64 |
-
}
|
| 65 |
-
.x-tip .x-tip-bd-right {
|
| 66 |
-
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 67 |
-
padding-right:6px;
|
| 68 |
-
zoom:1;
|
| 69 |
-
}
|
| 70 |
-
|
| 71 |
-
.x-tip h3 {
|
| 72 |
-
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 73 |
-
margin:0;
|
| 74 |
-
padding:2px 0;
|
| 75 |
-
color:#444;
|
| 76 |
-
}
|
| 77 |
-
.x-tip .x-tip-bd-inner {
|
| 78 |
-
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 79 |
-
margin:0 !important;
|
| 80 |
-
line-height:14px;
|
| 81 |
-
color:#444;
|
| 82 |
-
padding:0;
|
| 83 |
-
float:left;
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
.x-form-invalid-tip {
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
.x-form-invalid-tip .x-tip-top {
|
| 91 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 92 |
-
}
|
| 93 |
-
.x-form-invalid-tip .x-tip-top-left {
|
| 94 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 95 |
-
}
|
| 96 |
-
.x-form-invalid-tip .x-tip-top-right {
|
| 97 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 98 |
-
}
|
| 99 |
-
.x-form-invalid-tip .x-tip-ft {
|
| 100 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 101 |
-
}
|
| 102 |
-
.x-form-invalid-tip .x-tip-ft-left {
|
| 103 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 104 |
-
}
|
| 105 |
-
.x-form-invalid-tip .x-tip-ft-right {
|
| 106 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 107 |
-
}
|
| 108 |
-
.x-form-invalid-tip .x-tip-bd-left {
|
| 109 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 110 |
-
}
|
| 111 |
-
.x-form-invalid-tip .x-tip-bd-right {
|
| 112 |
-
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 113 |
-
}
|
| 114 |
-
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 115 |
-
padding-left:24px;
|
| 116 |
-
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 117 |
-
}
|
| 118 |
-
.x-form-invalid-tip .x-tip-bd-inner {
|
| 119 |
-
padding:2px;
|
| 120 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tip{
|
| 10 |
+
position: absolute;
|
| 11 |
+
top: 0;
|
| 12 |
+
left:0;
|
| 13 |
+
visibility: hidden;
|
| 14 |
+
z-index: 20000;
|
| 15 |
+
border:0 none;
|
| 16 |
+
}
|
| 17 |
+
.x-tip .x-tip-close{
|
| 18 |
+
background-image: url(../images/default/qtip/close.gif);
|
| 19 |
+
height: 15px;
|
| 20 |
+
float:right;
|
| 21 |
+
width: 15px;
|
| 22 |
+
margin:0 0 2px 2px;
|
| 23 |
+
cursor:pointer;
|
| 24 |
+
display:none;
|
| 25 |
+
}
|
| 26 |
+
.x-tip .x-tip-top {
|
| 27 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 28 |
+
height:6px;
|
| 29 |
+
overflow:hidden;
|
| 30 |
+
}
|
| 31 |
+
.x-tip .x-tip-top-left {
|
| 32 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 33 |
+
padding-left:6px;
|
| 34 |
+
zoom:1;
|
| 35 |
+
}
|
| 36 |
+
.x-tip .x-tip-top-right {
|
| 37 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
|
| 38 |
+
padding-right:6px;
|
| 39 |
+
zoom:1;
|
| 40 |
+
}
|
| 41 |
+
.x-tip .x-tip-ft {
|
| 42 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 43 |
+
height:6px;
|
| 44 |
+
overflow:hidden;
|
| 45 |
+
}
|
| 46 |
+
.x-tip .x-tip-ft-left {
|
| 47 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 48 |
+
padding-left:6px;
|
| 49 |
+
zoom:1;
|
| 50 |
+
}
|
| 51 |
+
.x-tip .x-tip-ft-right {
|
| 52 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 53 |
+
padding-right:6px;
|
| 54 |
+
zoom:1;
|
| 55 |
+
}
|
| 56 |
+
.x-tip .x-tip-bd {
|
| 57 |
+
border:0 none;
|
| 58 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 59 |
+
}
|
| 60 |
+
.x-tip .x-tip-bd-left {
|
| 61 |
+
background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 62 |
+
padding-left:6px;
|
| 63 |
+
zoom:1;
|
| 64 |
+
}
|
| 65 |
+
.x-tip .x-tip-bd-right {
|
| 66 |
+
background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 67 |
+
padding-right:6px;
|
| 68 |
+
zoom:1;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
.x-tip h3 {
|
| 72 |
+
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
| 73 |
+
margin:0;
|
| 74 |
+
padding:2px 0;
|
| 75 |
+
color:#444;
|
| 76 |
+
}
|
| 77 |
+
.x-tip .x-tip-bd-inner {
|
| 78 |
+
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
| 79 |
+
margin:0 !important;
|
| 80 |
+
line-height:14px;
|
| 81 |
+
color:#444;
|
| 82 |
+
padding:0;
|
| 83 |
+
float:left;
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
.x-form-invalid-tip {
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
+
.x-form-invalid-tip .x-tip-top {
|
| 91 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 92 |
+
}
|
| 93 |
+
.x-form-invalid-tip .x-tip-top-left {
|
| 94 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 95 |
+
}
|
| 96 |
+
.x-form-invalid-tip .x-tip-top-right {
|
| 97 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 98 |
+
}
|
| 99 |
+
.x-form-invalid-tip .x-tip-ft {
|
| 100 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 101 |
+
}
|
| 102 |
+
.x-form-invalid-tip .x-tip-ft-left {
|
| 103 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 104 |
+
}
|
| 105 |
+
.x-form-invalid-tip .x-tip-ft-right {
|
| 106 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 107 |
+
}
|
| 108 |
+
.x-form-invalid-tip .x-tip-bd-left {
|
| 109 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 110 |
+
}
|
| 111 |
+
.x-form-invalid-tip .x-tip-bd-right {
|
| 112 |
+
background-image: url(../images/default/form/error-tip-corners.gif);
|
| 113 |
+
}
|
| 114 |
+
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
|
| 115 |
+
padding-left:24px;
|
| 116 |
+
background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
|
| 117 |
+
}
|
| 118 |
+
.x-form-invalid-tip .x-tip-bd-inner {
|
| 119 |
+
padding:2px;
|
| 120 |
}
|
js/extjs/resources/css/reset-min.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
js/extjs/resources/css/resizable.css
CHANGED
|
@@ -1,143 +1,143 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-resizable-handle {
|
| 10 |
-
position:absolute;
|
| 11 |
-
z-index:100;
|
| 12 |
-
/* ie needs these */
|
| 13 |
-
font-size:1px;
|
| 14 |
-
line-height:6px;
|
| 15 |
-
overflow:hidden;
|
| 16 |
-
background:white;
|
| 17 |
-
filter:alpha(opacity=0);
|
| 18 |
-
opacity:0;
|
| 19 |
-
zoom:1;
|
| 20 |
-
}
|
| 21 |
-
.x-resizable-handle-east{
|
| 22 |
-
width:6px;
|
| 23 |
-
cursor:e-resize;
|
| 24 |
-
right:0;
|
| 25 |
-
top:0;
|
| 26 |
-
height:100%;
|
| 27 |
-
}
|
| 28 |
-
.ext-ie .x-resizable-handle-east {
|
| 29 |
-
margin-right:-1px; /*IE rounding error*/
|
| 30 |
-
}
|
| 31 |
-
.x-resizable-handle-south{
|
| 32 |
-
width:100%;
|
| 33 |
-
cursor:s-resize;
|
| 34 |
-
left:0;
|
| 35 |
-
bottom:0;
|
| 36 |
-
height:6px;
|
| 37 |
-
}
|
| 38 |
-
.ext-ie .x-resizable-handle-south {
|
| 39 |
-
margin-bottom:-1px; /*IE rounding error*/
|
| 40 |
-
}
|
| 41 |
-
.x-resizable-handle-west{
|
| 42 |
-
width:6px;
|
| 43 |
-
cursor:w-resize;
|
| 44 |
-
left:0;
|
| 45 |
-
top:0;
|
| 46 |
-
height:100%;
|
| 47 |
-
}
|
| 48 |
-
.x-resizable-handle-north{
|
| 49 |
-
width:100%;
|
| 50 |
-
cursor:n-resize;
|
| 51 |
-
left:0;
|
| 52 |
-
top:0;
|
| 53 |
-
height:6px;
|
| 54 |
-
}
|
| 55 |
-
.x-resizable-handle-southeast{
|
| 56 |
-
width:6px;
|
| 57 |
-
cursor:se-resize;
|
| 58 |
-
right:0;
|
| 59 |
-
bottom:0;
|
| 60 |
-
height:6px;
|
| 61 |
-
z-index:101;
|
| 62 |
-
}
|
| 63 |
-
.x-resizable-handle-northwest{
|
| 64 |
-
width:6px;
|
| 65 |
-
cursor:nw-resize;
|
| 66 |
-
left:0;
|
| 67 |
-
top:0;
|
| 68 |
-
height:6px;
|
| 69 |
-
z-index:101;
|
| 70 |
-
}
|
| 71 |
-
.x-resizable-handle-northeast{
|
| 72 |
-
width:6px;
|
| 73 |
-
cursor:ne-resize;
|
| 74 |
-
right:0;
|
| 75 |
-
top:0;
|
| 76 |
-
height:6px;
|
| 77 |
-
z-index:101;
|
| 78 |
-
}
|
| 79 |
-
.x-resizable-handle-southwest{
|
| 80 |
-
width:6px;
|
| 81 |
-
cursor:sw-resize;
|
| 82 |
-
left:0;
|
| 83 |
-
bottom:0;
|
| 84 |
-
height:6px;
|
| 85 |
-
z-index:101;
|
| 86 |
-
}
|
| 87 |
-
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 88 |
-
filter:alpha(opacity=100);
|
| 89 |
-
opacity:1;
|
| 90 |
-
}
|
| 91 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 92 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 93 |
-
background-position: left;
|
| 94 |
-
}
|
| 95 |
-
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 96 |
-
background:url(../images/default/sizer/e-handle.gif);
|
| 97 |
-
background-position: left;
|
| 98 |
-
}
|
| 99 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 100 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 101 |
-
background-position: top;
|
| 102 |
-
}
|
| 103 |
-
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 104 |
-
background:url(../images/default/sizer/s-handle.gif);
|
| 105 |
-
background-position: top;
|
| 106 |
-
}
|
| 107 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 108 |
-
background:url(../images/default/sizer/se-handle.gif);
|
| 109 |
-
background-position: top left;
|
| 110 |
-
}
|
| 111 |
-
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 112 |
-
background:url(../images/default/sizer/nw-handle.gif);
|
| 113 |
-
background-position:bottom right;
|
| 114 |
-
}
|
| 115 |
-
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 116 |
-
background:url(../images/default/sizer/ne-handle.gif);
|
| 117 |
-
background-position: bottom left;
|
| 118 |
-
}
|
| 119 |
-
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 120 |
-
background:url(../images/default/sizer/sw-handle.gif);
|
| 121 |
-
background-position: top right;
|
| 122 |
-
}
|
| 123 |
-
.x-resizable-proxy{
|
| 124 |
-
border: 1px dashed #6593cf;
|
| 125 |
-
position:absolute;
|
| 126 |
-
overflow:hidden;
|
| 127 |
-
display:none;
|
| 128 |
-
left:0;top:0;
|
| 129 |
-
z-index:50000;
|
| 130 |
-
}
|
| 131 |
-
.x-resizable-overlay{
|
| 132 |
-
width:100%;
|
| 133 |
-
height:100%;
|
| 134 |
-
display:none;
|
| 135 |
-
position:absolute;
|
| 136 |
-
left:0;
|
| 137 |
-
top:0;
|
| 138 |
-
background:white;
|
| 139 |
-
z-index:200000;
|
| 140 |
-
-moz-opacity: 0;
|
| 141 |
-
opacity:0;
|
| 142 |
-
filter: alpha(opacity=0);
|
| 143 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-resizable-handle {
|
| 10 |
+
position:absolute;
|
| 11 |
+
z-index:100;
|
| 12 |
+
/* ie needs these */
|
| 13 |
+
font-size:1px;
|
| 14 |
+
line-height:6px;
|
| 15 |
+
overflow:hidden;
|
| 16 |
+
background:white;
|
| 17 |
+
filter:alpha(opacity=0);
|
| 18 |
+
opacity:0;
|
| 19 |
+
zoom:1;
|
| 20 |
+
}
|
| 21 |
+
.x-resizable-handle-east{
|
| 22 |
+
width:6px;
|
| 23 |
+
cursor:e-resize;
|
| 24 |
+
right:0;
|
| 25 |
+
top:0;
|
| 26 |
+
height:100%;
|
| 27 |
+
}
|
| 28 |
+
.ext-ie .x-resizable-handle-east {
|
| 29 |
+
margin-right:-1px; /*IE rounding error*/
|
| 30 |
+
}
|
| 31 |
+
.x-resizable-handle-south{
|
| 32 |
+
width:100%;
|
| 33 |
+
cursor:s-resize;
|
| 34 |
+
left:0;
|
| 35 |
+
bottom:0;
|
| 36 |
+
height:6px;
|
| 37 |
+
}
|
| 38 |
+
.ext-ie .x-resizable-handle-south {
|
| 39 |
+
margin-bottom:-1px; /*IE rounding error*/
|
| 40 |
+
}
|
| 41 |
+
.x-resizable-handle-west{
|
| 42 |
+
width:6px;
|
| 43 |
+
cursor:w-resize;
|
| 44 |
+
left:0;
|
| 45 |
+
top:0;
|
| 46 |
+
height:100%;
|
| 47 |
+
}
|
| 48 |
+
.x-resizable-handle-north{
|
| 49 |
+
width:100%;
|
| 50 |
+
cursor:n-resize;
|
| 51 |
+
left:0;
|
| 52 |
+
top:0;
|
| 53 |
+
height:6px;
|
| 54 |
+
}
|
| 55 |
+
.x-resizable-handle-southeast{
|
| 56 |
+
width:6px;
|
| 57 |
+
cursor:se-resize;
|
| 58 |
+
right:0;
|
| 59 |
+
bottom:0;
|
| 60 |
+
height:6px;
|
| 61 |
+
z-index:101;
|
| 62 |
+
}
|
| 63 |
+
.x-resizable-handle-northwest{
|
| 64 |
+
width:6px;
|
| 65 |
+
cursor:nw-resize;
|
| 66 |
+
left:0;
|
| 67 |
+
top:0;
|
| 68 |
+
height:6px;
|
| 69 |
+
z-index:101;
|
| 70 |
+
}
|
| 71 |
+
.x-resizable-handle-northeast{
|
| 72 |
+
width:6px;
|
| 73 |
+
cursor:ne-resize;
|
| 74 |
+
right:0;
|
| 75 |
+
top:0;
|
| 76 |
+
height:6px;
|
| 77 |
+
z-index:101;
|
| 78 |
+
}
|
| 79 |
+
.x-resizable-handle-southwest{
|
| 80 |
+
width:6px;
|
| 81 |
+
cursor:sw-resize;
|
| 82 |
+
left:0;
|
| 83 |
+
bottom:0;
|
| 84 |
+
height:6px;
|
| 85 |
+
z-index:101;
|
| 86 |
+
}
|
| 87 |
+
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
|
| 88 |
+
filter:alpha(opacity=100);
|
| 89 |
+
opacity:1;
|
| 90 |
+
}
|
| 91 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 92 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 93 |
+
background-position: left;
|
| 94 |
+
}
|
| 95 |
+
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
|
| 96 |
+
background:url(../images/default/sizer/e-handle.gif);
|
| 97 |
+
background-position: left;
|
| 98 |
+
}
|
| 99 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 100 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 101 |
+
background-position: top;
|
| 102 |
+
}
|
| 103 |
+
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
| 104 |
+
background:url(../images/default/sizer/s-handle.gif);
|
| 105 |
+
background-position: top;
|
| 106 |
+
}
|
| 107 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 108 |
+
background:url(../images/default/sizer/se-handle.gif);
|
| 109 |
+
background-position: top left;
|
| 110 |
+
}
|
| 111 |
+
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
| 112 |
+
background:url(../images/default/sizer/nw-handle.gif);
|
| 113 |
+
background-position:bottom right;
|
| 114 |
+
}
|
| 115 |
+
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
| 116 |
+
background:url(../images/default/sizer/ne-handle.gif);
|
| 117 |
+
background-position: bottom left;
|
| 118 |
+
}
|
| 119 |
+
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
| 120 |
+
background:url(../images/default/sizer/sw-handle.gif);
|
| 121 |
+
background-position: top right;
|
| 122 |
+
}
|
| 123 |
+
.x-resizable-proxy{
|
| 124 |
+
border: 1px dashed #6593cf;
|
| 125 |
+
position:absolute;
|
| 126 |
+
overflow:hidden;
|
| 127 |
+
display:none;
|
| 128 |
+
left:0;top:0;
|
| 129 |
+
z-index:50000;
|
| 130 |
+
}
|
| 131 |
+
.x-resizable-overlay{
|
| 132 |
+
width:100%;
|
| 133 |
+
height:100%;
|
| 134 |
+
display:none;
|
| 135 |
+
position:absolute;
|
| 136 |
+
left:0;
|
| 137 |
+
top:0;
|
| 138 |
+
background:white;
|
| 139 |
+
z-index:200000;
|
| 140 |
+
-moz-opacity: 0;
|
| 141 |
+
opacity:0;
|
| 142 |
+
filter: alpha(opacity=0);
|
| 143 |
+
}
|
js/extjs/resources/css/tabs.css
CHANGED
|
@@ -1,134 +1,134 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tabs-wrap {
|
| 10 |
-
border-bottom:1px solid #6593cf;
|
| 11 |
-
padding-top:2px;
|
| 12 |
-
}
|
| 13 |
-
.x-tabs-strip-wrap{
|
| 14 |
-
width:100%;
|
| 15 |
-
}
|
| 16 |
-
.x-tabs-wrap table{
|
| 17 |
-
position:relative;
|
| 18 |
-
top:0; left:0;
|
| 19 |
-
}
|
| 20 |
-
.x-tabs-strip td{
|
| 21 |
-
padding:0;
|
| 22 |
-
padding-left:2px;
|
| 23 |
-
}
|
| 24 |
-
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 25 |
-
display:block;
|
| 26 |
-
}
|
| 27 |
-
.x-tabs-strip a {
|
| 28 |
-
text-decoration:none !important;
|
| 29 |
-
-moz-outline: none;
|
| 30 |
-
outline: none;
|
| 31 |
-
cursor:pointer;
|
| 32 |
-
}
|
| 33 |
-
.x-tabs-strip .x-tabs-text {
|
| 34 |
-
font:bold 11px tahoma,arial,helvetica;
|
| 35 |
-
color:#666;
|
| 36 |
-
overflow:hidden;
|
| 37 |
-
white-space: nowrap;
|
| 38 |
-
cursor:pointer;
|
| 39 |
-
text-overflow: ellipsis;
|
| 40 |
-
}
|
| 41 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 42 |
-
cursor:default;
|
| 43 |
-
color:#083772;
|
| 44 |
-
}
|
| 45 |
-
.x-tabs-strip .disabled .x-tabs-text {
|
| 46 |
-
cursor:default;
|
| 47 |
-
color:#aaaaaa;
|
| 48 |
-
}
|
| 49 |
-
.x-tabs-strip .x-tabs-inner {
|
| 50 |
-
padding:4px 10px;
|
| 51 |
-
}
|
| 52 |
-
|
| 53 |
-
.x-tabs-strip .on .x-tabs-right {
|
| 54 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 55 |
-
}
|
| 56 |
-
.x-tabs-strip .on .x-tabs-left {
|
| 57 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 58 |
-
}
|
| 59 |
-
.x-tabs-strip .x-tabs-right {
|
| 60 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 61 |
-
}
|
| 62 |
-
.x-tabs-strip .x-tabs-left {
|
| 63 |
-
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-tabs-strip a {
|
| 67 |
-
position:relative;
|
| 68 |
-
top:1px; left:0;
|
| 69 |
-
}
|
| 70 |
-
.x-tabs-strip .on a {
|
| 71 |
-
position:relative;
|
| 72 |
-
}
|
| 73 |
-
.x-tabs-strip .on .x-tabs-inner {
|
| 74 |
-
padding-bottom:5px;
|
| 75 |
-
}
|
| 76 |
-
/** closable tabs */
|
| 77 |
-
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 78 |
-
padding-right:22px;
|
| 79 |
-
position:relative;
|
| 80 |
-
}
|
| 81 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 82 |
-
line-height: 1px;
|
| 83 |
-
font-size:1px;
|
| 84 |
-
background-image:url(../images/default/layout/tab-close.gif);
|
| 85 |
-
display:block;
|
| 86 |
-
position:absolute;
|
| 87 |
-
right:5px;top:4px;
|
| 88 |
-
width:11px;height:11px;
|
| 89 |
-
cursor:pointer;
|
| 90 |
-
}
|
| 91 |
-
.x-tabs-strip .on .close-icon{
|
| 92 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 93 |
-
}
|
| 94 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 95 |
-
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 96 |
-
}
|
| 97 |
-
.x-tabs-body {
|
| 98 |
-
border:1px solid #6593cf;
|
| 99 |
-
border-top:0 none;
|
| 100 |
-
}
|
| 101 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 102 |
-
border-top:1px solid #6593cf;
|
| 103 |
-
border-bottom:0 none;
|
| 104 |
-
padding-top:0;
|
| 105 |
-
padding-bottom:2px;
|
| 106 |
-
}
|
| 107 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 108 |
-
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 109 |
-
}
|
| 110 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 111 |
-
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 112 |
-
}
|
| 113 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 114 |
-
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 115 |
-
}
|
| 116 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 117 |
-
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 118 |
-
}
|
| 119 |
-
.x-tabs-bottom .x-tabs-strip a {
|
| 120 |
-
position:relative;
|
| 121 |
-
top:0; left:0;
|
| 122 |
-
}
|
| 123 |
-
.x-tabs-bottom .x-tabs-strip .on a {
|
| 124 |
-
margin-top:-1px;
|
| 125 |
-
}
|
| 126 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 127 |
-
padding-top:5px;
|
| 128 |
-
}
|
| 129 |
-
|
| 130 |
-
.x-tabs-bottom .x-tabs-body {
|
| 131 |
-
border:1px solid #6593cf;
|
| 132 |
-
border-bottom:0 none;
|
| 133 |
-
}
|
| 134 |
-
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tabs-wrap {
|
| 10 |
+
border-bottom:1px solid #6593cf;
|
| 11 |
+
padding-top:2px;
|
| 12 |
+
}
|
| 13 |
+
.x-tabs-strip-wrap{
|
| 14 |
+
width:100%;
|
| 15 |
+
}
|
| 16 |
+
.x-tabs-wrap table{
|
| 17 |
+
position:relative;
|
| 18 |
+
top:0; left:0;
|
| 19 |
+
}
|
| 20 |
+
.x-tabs-strip td{
|
| 21 |
+
padding:0;
|
| 22 |
+
padding-left:2px;
|
| 23 |
+
}
|
| 24 |
+
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
|
| 25 |
+
display:block;
|
| 26 |
+
}
|
| 27 |
+
.x-tabs-strip a {
|
| 28 |
+
text-decoration:none !important;
|
| 29 |
+
-moz-outline: none;
|
| 30 |
+
outline: none;
|
| 31 |
+
cursor:pointer;
|
| 32 |
+
}
|
| 33 |
+
.x-tabs-strip .x-tabs-text {
|
| 34 |
+
font:bold 11px tahoma,arial,helvetica;
|
| 35 |
+
color:#666;
|
| 36 |
+
overflow:hidden;
|
| 37 |
+
white-space: nowrap;
|
| 38 |
+
cursor:pointer;
|
| 39 |
+
text-overflow: ellipsis;
|
| 40 |
+
}
|
| 41 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 42 |
+
cursor:default;
|
| 43 |
+
color:#083772;
|
| 44 |
+
}
|
| 45 |
+
.x-tabs-strip .disabled .x-tabs-text {
|
| 46 |
+
cursor:default;
|
| 47 |
+
color:#aaaaaa;
|
| 48 |
+
}
|
| 49 |
+
.x-tabs-strip .x-tabs-inner {
|
| 50 |
+
padding:4px 10px;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.x-tabs-strip .on .x-tabs-right {
|
| 54 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0;
|
| 55 |
+
}
|
| 56 |
+
.x-tabs-strip .on .x-tabs-left {
|
| 57 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 58 |
+
}
|
| 59 |
+
.x-tabs-strip .x-tabs-right {
|
| 60 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 61 |
+
}
|
| 62 |
+
.x-tabs-strip .x-tabs-left {
|
| 63 |
+
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-tabs-strip a {
|
| 67 |
+
position:relative;
|
| 68 |
+
top:1px; left:0;
|
| 69 |
+
}
|
| 70 |
+
.x-tabs-strip .on a {
|
| 71 |
+
position:relative;
|
| 72 |
+
}
|
| 73 |
+
.x-tabs-strip .on .x-tabs-inner {
|
| 74 |
+
padding-bottom:5px;
|
| 75 |
+
}
|
| 76 |
+
/** closable tabs */
|
| 77 |
+
.x-tabs-strip .x-tabs-closable .x-tabs-inner{
|
| 78 |
+
padding-right:22px;
|
| 79 |
+
position:relative;
|
| 80 |
+
}
|
| 81 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 82 |
+
line-height: 1px;
|
| 83 |
+
font-size:1px;
|
| 84 |
+
background-image:url(../images/default/layout/tab-close.gif);
|
| 85 |
+
display:block;
|
| 86 |
+
position:absolute;
|
| 87 |
+
right:5px;top:4px;
|
| 88 |
+
width:11px;height:11px;
|
| 89 |
+
cursor:pointer;
|
| 90 |
+
}
|
| 91 |
+
.x-tabs-strip .on .close-icon{
|
| 92 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 93 |
+
}
|
| 94 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 95 |
+
background-image:url(../images/default/layout/tab-close-on.gif);
|
| 96 |
+
}
|
| 97 |
+
.x-tabs-body {
|
| 98 |
+
border:1px solid #6593cf;
|
| 99 |
+
border-top:0 none;
|
| 100 |
+
}
|
| 101 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 102 |
+
border-top:1px solid #6593cf;
|
| 103 |
+
border-bottom:0 none;
|
| 104 |
+
padding-top:0;
|
| 105 |
+
padding-bottom:2px;
|
| 106 |
+
}
|
| 107 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 108 |
+
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 109 |
+
}
|
| 110 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 111 |
+
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 112 |
+
}
|
| 113 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 114 |
+
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 115 |
+
}
|
| 116 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 117 |
+
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 118 |
+
}
|
| 119 |
+
.x-tabs-bottom .x-tabs-strip a {
|
| 120 |
+
position:relative;
|
| 121 |
+
top:0; left:0;
|
| 122 |
+
}
|
| 123 |
+
.x-tabs-bottom .x-tabs-strip .on a {
|
| 124 |
+
margin-top:-1px;
|
| 125 |
+
}
|
| 126 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
|
| 127 |
+
padding-top:5px;
|
| 128 |
+
}
|
| 129 |
+
|
| 130 |
+
.x-tabs-bottom .x-tabs-body {
|
| 131 |
+
border:1px solid #6593cf;
|
| 132 |
+
border-bottom:0 none;
|
| 133 |
+
}
|
| 134 |
+
|
js/extjs/resources/css/toolbar.css
CHANGED
|
@@ -1,174 +1,174 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-toolbar{
|
| 10 |
-
border-top: 1px solid #eaf0f7;
|
| 11 |
-
border-bottom: 1px solid #a9bfd3;
|
| 12 |
-
display: block;
|
| 13 |
-
padding:2px;
|
| 14 |
-
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 15 |
-
position:relative;
|
| 16 |
-
}
|
| 17 |
-
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 18 |
-
opacity: .35;
|
| 19 |
-
-moz-opacity: .35;
|
| 20 |
-
filter: alpha(opacity=35);
|
| 21 |
-
}
|
| 22 |
-
.x-toolbar td {
|
| 23 |
-
vertical-align:middle;
|
| 24 |
-
}
|
| 25 |
-
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 26 |
-
border: 0 none;
|
| 27 |
-
background: url(../images/default/grid/mso-hd.gif);
|
| 28 |
-
}
|
| 29 |
-
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
|
| 30 |
-
white-space: nowrap;
|
| 31 |
-
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 32 |
-
}
|
| 33 |
-
.x-toolbar .x-item-disabled {
|
| 34 |
-
color:gray;
|
| 35 |
-
cursor:default;
|
| 36 |
-
opacity:.6;
|
| 37 |
-
-moz-opacity:.6;
|
| 38 |
-
filter:alpha(opacity=60);
|
| 39 |
-
}
|
| 40 |
-
.x-toolbar .x-item-disabled * {
|
| 41 |
-
color:gray;
|
| 42 |
-
cursor:default;
|
| 43 |
-
}
|
| 44 |
-
.x-toolbar .x-btn-left{
|
| 45 |
-
background:none;
|
| 46 |
-
}
|
| 47 |
-
.x-toolbar .x-btn-right{
|
| 48 |
-
background:none;
|
| 49 |
-
}
|
| 50 |
-
.x-toolbar .x-btn-center{
|
| 51 |
-
background:none;
|
| 52 |
-
padding:0 0;
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 56 |
-
padding-right:2px;
|
| 57 |
-
}
|
| 58 |
-
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 59 |
-
padding-right:0;
|
| 60 |
-
}
|
| 61 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 62 |
-
padding:0 2px;
|
| 63 |
-
}
|
| 64 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 65 |
-
width:12px;
|
| 66 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 67 |
-
}
|
| 68 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 69 |
-
width:12px;
|
| 70 |
-
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 71 |
-
}
|
| 72 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 73 |
-
background-position: 0 -47px;
|
| 74 |
-
}
|
| 75 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 76 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 77 |
-
}
|
| 78 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 79 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 80 |
-
}
|
| 81 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 82 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
.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{
|
| 86 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 87 |
-
}
|
| 88 |
-
.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{
|
| 89 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 90 |
-
}
|
| 91 |
-
.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{
|
| 92 |
-
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 96 |
-
padding-right:8px;
|
| 97 |
-
}
|
| 98 |
-
|
| 99 |
-
.x-toolbar .ytb-text{
|
| 100 |
-
padding:2px;
|
| 101 |
-
}
|
| 102 |
-
.x-toolbar .ytb-sep {
|
| 103 |
-
background-image: url(../images/default/grid/grid-split.gif);
|
| 104 |
-
background-position: center;
|
| 105 |
-
background-repeat: no-repeat;
|
| 106 |
-
display: block;
|
| 107 |
-
font-size: 1px;
|
| 108 |
-
height: 16px;
|
| 109 |
-
width:4px;
|
| 110 |
-
overflow: hidden;
|
| 111 |
-
cursor:default;
|
| 112 |
-
margin: 0 2px 0;
|
| 113 |
-
border:0;
|
| 114 |
-
}
|
| 115 |
-
.x-toolbar .ytb-spacer {
|
| 116 |
-
width:2px;
|
| 117 |
-
}
|
| 118 |
-
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 119 |
-
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
/* IE refuses to respect the negative margins in the toolbar */
|
| 123 |
-
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 124 |
-
padding-bottom:1px;
|
| 125 |
-
}
|
| 126 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 127 |
-
top:1px;
|
| 128 |
-
}
|
| 129 |
-
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 130 |
-
margin-top:1px;
|
| 131 |
-
}
|
| 132 |
-
|
| 133 |
-
/* Paging Toolbar */
|
| 134 |
-
|
| 135 |
-
.x-grid-page-number{
|
| 136 |
-
width:24px;
|
| 137 |
-
height:14px;
|
| 138 |
-
}
|
| 139 |
-
.x-grid-page-first .x-btn-text{
|
| 140 |
-
background-image: url(../images/default/grid/page-first.gif);
|
| 141 |
-
}
|
| 142 |
-
.x-grid-loading .x-btn-text{
|
| 143 |
-
background-image: url(../images/default/grid/done.gif);
|
| 144 |
-
}
|
| 145 |
-
.x-grid-page-last .x-btn-text{
|
| 146 |
-
background-image: url(../images/default/grid/page-last.gif);
|
| 147 |
-
}
|
| 148 |
-
.x-grid-page-next .x-btn-text{
|
| 149 |
-
background-image: url(../images/default/grid/page-next.gif);
|
| 150 |
-
}
|
| 151 |
-
.x-grid-page-prev .x-btn-text{
|
| 152 |
-
background-image: url(../images/default/grid/page-prev.gif);
|
| 153 |
-
}
|
| 154 |
-
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 155 |
-
background-image: url(../images/default/grid/loading.gif);
|
| 156 |
-
}
|
| 157 |
-
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 158 |
-
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 159 |
-
}
|
| 160 |
-
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 161 |
-
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 162 |
-
}
|
| 163 |
-
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 164 |
-
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 165 |
-
}
|
| 166 |
-
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 167 |
-
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 168 |
-
}
|
| 169 |
-
.x-paging-info {
|
| 170 |
-
position:absolute;
|
| 171 |
-
top:8px;
|
| 172 |
-
right: 8px;
|
| 173 |
-
color:#15428b;
|
| 174 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-toolbar{
|
| 10 |
+
border-top: 1px solid #eaf0f7;
|
| 11 |
+
border-bottom: 1px solid #a9bfd3;
|
| 12 |
+
display: block;
|
| 13 |
+
padding:2px;
|
| 14 |
+
background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
|
| 15 |
+
position:relative;
|
| 16 |
+
}
|
| 17 |
+
.x-toolbar .x-item-disabled .x-btn-icon {
|
| 18 |
+
opacity: .35;
|
| 19 |
+
-moz-opacity: .35;
|
| 20 |
+
filter: alpha(opacity=35);
|
| 21 |
+
}
|
| 22 |
+
.x-toolbar td {
|
| 23 |
+
vertical-align:middle;
|
| 24 |
+
}
|
| 25 |
+
.mso .x-toolbar, .x-grid-mso .x-toolbar{
|
| 26 |
+
border: 0 none;
|
| 27 |
+
background: url(../images/default/grid/mso-hd.gif);
|
| 28 |
+
}
|
| 29 |
+
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
|
| 30 |
+
white-space: nowrap;
|
| 31 |
+
font:normal 11px tahoma, arial, helvetica, sans-serif;
|
| 32 |
+
}
|
| 33 |
+
.x-toolbar .x-item-disabled {
|
| 34 |
+
color:gray;
|
| 35 |
+
cursor:default;
|
| 36 |
+
opacity:.6;
|
| 37 |
+
-moz-opacity:.6;
|
| 38 |
+
filter:alpha(opacity=60);
|
| 39 |
+
}
|
| 40 |
+
.x-toolbar .x-item-disabled * {
|
| 41 |
+
color:gray;
|
| 42 |
+
cursor:default;
|
| 43 |
+
}
|
| 44 |
+
.x-toolbar .x-btn-left{
|
| 45 |
+
background:none;
|
| 46 |
+
}
|
| 47 |
+
.x-toolbar .x-btn-right{
|
| 48 |
+
background:none;
|
| 49 |
+
}
|
| 50 |
+
.x-toolbar .x-btn-center{
|
| 51 |
+
background:none;
|
| 52 |
+
padding:0 0;
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 56 |
+
padding-right:2px;
|
| 57 |
+
}
|
| 58 |
+
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
|
| 59 |
+
padding-right:0;
|
| 60 |
+
}
|
| 61 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
|
| 62 |
+
padding:0 2px;
|
| 63 |
+
}
|
| 64 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 65 |
+
width:12px;
|
| 66 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 67 |
+
}
|
| 68 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 69 |
+
width:12px;
|
| 70 |
+
background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 71 |
+
}
|
| 72 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 73 |
+
background-position: 0 -47px;
|
| 74 |
+
}
|
| 75 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 76 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 77 |
+
}
|
| 78 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 79 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 80 |
+
}
|
| 81 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 82 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
.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{
|
| 86 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 87 |
+
}
|
| 88 |
+
.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{
|
| 89 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 90 |
+
}
|
| 91 |
+
.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{
|
| 92 |
+
background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
.x-toolbar .x-btn-with-menu .x-btn-center em{
|
| 96 |
+
padding-right:8px;
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
.x-toolbar .ytb-text{
|
| 100 |
+
padding:2px;
|
| 101 |
+
}
|
| 102 |
+
.x-toolbar .ytb-sep {
|
| 103 |
+
background-image: url(../images/default/grid/grid-split.gif);
|
| 104 |
+
background-position: center;
|
| 105 |
+
background-repeat: no-repeat;
|
| 106 |
+
display: block;
|
| 107 |
+
font-size: 1px;
|
| 108 |
+
height: 16px;
|
| 109 |
+
width:4px;
|
| 110 |
+
overflow: hidden;
|
| 111 |
+
cursor:default;
|
| 112 |
+
margin: 0 2px 0;
|
| 113 |
+
border:0;
|
| 114 |
+
}
|
| 115 |
+
.x-toolbar .ytb-spacer {
|
| 116 |
+
width:2px;
|
| 117 |
+
}
|
| 118 |
+
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
|
| 119 |
+
background-image: url(../images/default/grid/grid-blue-split.gif);
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
/* IE refuses to respect the negative margins in the toolbar */
|
| 123 |
+
.ext-ie .x-toolbar .x-form-field-wrap {
|
| 124 |
+
padding-bottom:1px;
|
| 125 |
+
}
|
| 126 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
|
| 127 |
+
top:1px;
|
| 128 |
+
}
|
| 129 |
+
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
|
| 130 |
+
margin-top:1px;
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
/* Paging Toolbar */
|
| 134 |
+
|
| 135 |
+
.x-grid-page-number{
|
| 136 |
+
width:24px;
|
| 137 |
+
height:14px;
|
| 138 |
+
}
|
| 139 |
+
.x-grid-page-first .x-btn-text{
|
| 140 |
+
background-image: url(../images/default/grid/page-first.gif);
|
| 141 |
+
}
|
| 142 |
+
.x-grid-loading .x-btn-text{
|
| 143 |
+
background-image: url(../images/default/grid/done.gif);
|
| 144 |
+
}
|
| 145 |
+
.x-grid-page-last .x-btn-text{
|
| 146 |
+
background-image: url(../images/default/grid/page-last.gif);
|
| 147 |
+
}
|
| 148 |
+
.x-grid-page-next .x-btn-text{
|
| 149 |
+
background-image: url(../images/default/grid/page-next.gif);
|
| 150 |
+
}
|
| 151 |
+
.x-grid-page-prev .x-btn-text{
|
| 152 |
+
background-image: url(../images/default/grid/page-prev.gif);
|
| 153 |
+
}
|
| 154 |
+
.x-item-disabled .x-grid-loading .x-btn-text{
|
| 155 |
+
background-image: url(../images/default/grid/loading.gif);
|
| 156 |
+
}
|
| 157 |
+
.x-item-disabled .x-grid-page-first .x-btn-text{
|
| 158 |
+
background-image: url(../images/default/grid/page-first-disabled.gif);
|
| 159 |
+
}
|
| 160 |
+
.x-item-disabled .x-grid-page-last .x-btn-text{
|
| 161 |
+
background-image: url(../images/default/grid/page-last-disabled.gif);
|
| 162 |
+
}
|
| 163 |
+
.x-item-disabled .x-grid-page-next .x-btn-text{
|
| 164 |
+
background-image: url(../images/default/grid/page-next-disabled.gif);
|
| 165 |
+
}
|
| 166 |
+
.x-item-disabled .x-grid-page-prev .x-btn-text{
|
| 167 |
+
background-image: url(../images/default/grid/page-prev-disabled.gif);
|
| 168 |
+
}
|
| 169 |
+
.x-paging-info {
|
| 170 |
+
position:absolute;
|
| 171 |
+
top:8px;
|
| 172 |
+
right: 8px;
|
| 173 |
+
color:#15428b;
|
| 174 |
+
}
|
js/extjs/resources/css/tree.css
CHANGED
|
@@ -1,179 +1,179 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.1 Beta 1
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 10 |
-
border: 0 none;
|
| 11 |
-
height: 18px;
|
| 12 |
-
margin: 0;
|
| 13 |
-
padding: 0;
|
| 14 |
-
vertical-align: middle;
|
| 15 |
-
width: 16px;
|
| 16 |
-
background-repeat: no-repeat;
|
| 17 |
-
}
|
| 18 |
-
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 19 |
-
border: 0 none;
|
| 20 |
-
height: 18px;
|
| 21 |
-
margin: 0;
|
| 22 |
-
padding: 0;
|
| 23 |
-
vertical-align: middle;
|
| 24 |
-
width: 16px;
|
| 25 |
-
background-position:center;
|
| 26 |
-
background-repeat: no-repeat;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
/* some default icons for leaf/folder */
|
| 30 |
-
.x-tree-node-collapsed .x-tree-node-icon{
|
| 31 |
-
background-image:url(../images/default/tree/folder.gif);
|
| 32 |
-
}
|
| 33 |
-
.x-tree-node-expanded .x-tree-node-icon{
|
| 34 |
-
background-image:url(../images/default/tree/folder-open.gif);
|
| 35 |
-
}
|
| 36 |
-
.x-tree-node-leaf .x-tree-node-icon{
|
| 37 |
-
background-image:url(../images/default/tree/leaf.gif);
|
| 38 |
-
}
|
| 39 |
-
|
| 40 |
-
.x-tree-noicon .x-tree-node-icon{
|
| 41 |
-
width:0; height:0;
|
| 42 |
-
}
|
| 43 |
-
/* loading icon */
|
| 44 |
-
.x-tree-node-loading .x-tree-node-icon{
|
| 45 |
-
background-image:url(../images/default/tree/loading.gif) !important;
|
| 46 |
-
}
|
| 47 |
-
.x-tree-node-loading a span{
|
| 48 |
-
font-style: italic;
|
| 49 |
-
color:#444444;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
/* Line styles */
|
| 53 |
-
.x-tree-lines .x-tree-elbow{
|
| 54 |
-
background-image:url(../images/default/tree/elbow.gif);
|
| 55 |
-
}
|
| 56 |
-
.x-tree-lines .x-tree-elbow-plus{
|
| 57 |
-
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 58 |
-
}
|
| 59 |
-
.x-tree-lines .x-tree-elbow-minus{
|
| 60 |
-
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 61 |
-
}
|
| 62 |
-
.x-tree-lines .x-tree-elbow-end{
|
| 63 |
-
background-image:url(../images/default/tree/elbow-end.gif);
|
| 64 |
-
}
|
| 65 |
-
.x-tree-lines .x-tree-elbow-end-plus{
|
| 66 |
-
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 67 |
-
}
|
| 68 |
-
.x-tree-lines .x-tree-elbow-end-minus{
|
| 69 |
-
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 70 |
-
}
|
| 71 |
-
.x-tree-lines .x-tree-elbow-line{
|
| 72 |
-
background-image:url(../images/default/tree/elbow-line.gif);
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
/* No line styles */
|
| 76 |
-
.x-tree-no-lines .x-tree-elbow{
|
| 77 |
-
background:transparent;
|
| 78 |
-
}
|
| 79 |
-
.x-tree-no-lines .x-tree-elbow-plus{
|
| 80 |
-
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 81 |
-
}
|
| 82 |
-
.x-tree-no-lines .x-tree-elbow-minus{
|
| 83 |
-
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 84 |
-
}
|
| 85 |
-
.x-tree-no-lines .x-tree-elbow-end{
|
| 86 |
-
background:transparent;
|
| 87 |
-
}
|
| 88 |
-
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 89 |
-
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 90 |
-
}
|
| 91 |
-
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 92 |
-
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 93 |
-
}
|
| 94 |
-
.x-tree-no-lines .x-tree-elbow-line{
|
| 95 |
-
background:transparent;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 99 |
-
cursor:pointer;
|
| 100 |
-
}
|
| 101 |
-
.ext-ie ul.x-tree-node-ct{
|
| 102 |
-
font-size:0;
|
| 103 |
-
line-height:0;
|
| 104 |
-
}
|
| 105 |
-
.x-tree-node{
|
| 106 |
-
color: black;
|
| 107 |
-
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 108 |
-
white-space: nowrap;
|
| 109 |
-
}
|
| 110 |
-
.x-tree-node a, .x-dd-drag-ghost a{
|
| 111 |
-
text-decoration:none;
|
| 112 |
-
color:black;
|
| 113 |
-
-khtml-user-select:none;
|
| 114 |
-
-moz-user-select:none;
|
| 115 |
-
-kthml-user-focus:normal;
|
| 116 |
-
-moz-user-focus:normal;
|
| 117 |
-
-moz-outline: 0 none;
|
| 118 |
-
outline:0 none;
|
| 119 |
-
}
|
| 120 |
-
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 121 |
-
text-decoration:none;
|
| 122 |
-
color:black;
|
| 123 |
-
padding:1px 3px 1px 2px;
|
| 124 |
-
}
|
| 125 |
-
.x-tree-node .x-tree-node-disabled a span{
|
| 126 |
-
color:gray !important;
|
| 127 |
-
}
|
| 128 |
-
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 129 |
-
-moz-opacity: 0.5;
|
| 130 |
-
opacity:.5;
|
| 131 |
-
filter: alpha(opacity=50);
|
| 132 |
-
}
|
| 133 |
-
.x-tree-node .x-tree-node-inline-icon{
|
| 134 |
-
background:transparent;
|
| 135 |
-
}
|
| 136 |
-
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 137 |
-
text-decoration:none;
|
| 138 |
-
}
|
| 139 |
-
.x-tree-node div.x-tree-drag-insert-below{
|
| 140 |
-
border-bottom:1px dotted #3366cc;
|
| 141 |
-
}
|
| 142 |
-
.x-tree-node div.x-tree-drag-insert-above{
|
| 143 |
-
border-top:1px dotted #3366cc;
|
| 144 |
-
}
|
| 145 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 146 |
-
border-bottom:0 none;
|
| 147 |
-
}
|
| 148 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 149 |
-
border-top:0 none;
|
| 150 |
-
}
|
| 151 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 152 |
-
border-bottom:2px solid #3366cc;
|
| 153 |
-
}
|
| 154 |
-
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 155 |
-
border-top:2px solid #3366cc;
|
| 156 |
-
}
|
| 157 |
-
.x-tree-node .x-tree-drag-append a span{
|
| 158 |
-
background:#dddddd;
|
| 159 |
-
border:1px dotted gray;
|
| 160 |
-
}
|
| 161 |
-
.x-tree-node .x-tree-selected a span{
|
| 162 |
-
background:#3366cc;
|
| 163 |
-
color:white;
|
| 164 |
-
}
|
| 165 |
-
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 166 |
-
display:none !important;
|
| 167 |
-
}
|
| 168 |
-
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 169 |
-
background-image: url(../images/default/tree/drop-add.gif);
|
| 170 |
-
}
|
| 171 |
-
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 172 |
-
background-image: url(../images/default/tree/drop-over.gif);
|
| 173 |
-
}
|
| 174 |
-
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 175 |
-
background-image: url(../images/default/tree/drop-under.gif);
|
| 176 |
-
}
|
| 177 |
-
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 178 |
-
background-image: url(../images/default/tree/drop-between.gif);
|
| 179 |
-
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.1 Beta 1
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 10 |
+
border: 0 none;
|
| 11 |
+
height: 18px;
|
| 12 |
+
margin: 0;
|
| 13 |
+
padding: 0;
|
| 14 |
+
vertical-align: middle;
|
| 15 |
+
width: 16px;
|
| 16 |
+
background-repeat: no-repeat;
|
| 17 |
+
}
|
| 18 |
+
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
|
| 19 |
+
border: 0 none;
|
| 20 |
+
height: 18px;
|
| 21 |
+
margin: 0;
|
| 22 |
+
padding: 0;
|
| 23 |
+
vertical-align: middle;
|
| 24 |
+
width: 16px;
|
| 25 |
+
background-position:center;
|
| 26 |
+
background-repeat: no-repeat;
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
/* some default icons for leaf/folder */
|
| 30 |
+
.x-tree-node-collapsed .x-tree-node-icon{
|
| 31 |
+
background-image:url(../images/default/tree/folder.gif);
|
| 32 |
+
}
|
| 33 |
+
.x-tree-node-expanded .x-tree-node-icon{
|
| 34 |
+
background-image:url(../images/default/tree/folder-open.gif);
|
| 35 |
+
}
|
| 36 |
+
.x-tree-node-leaf .x-tree-node-icon{
|
| 37 |
+
background-image:url(../images/default/tree/leaf.gif);
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
.x-tree-noicon .x-tree-node-icon{
|
| 41 |
+
width:0; height:0;
|
| 42 |
+
}
|
| 43 |
+
/* loading icon */
|
| 44 |
+
.x-tree-node-loading .x-tree-node-icon{
|
| 45 |
+
background-image:url(../images/default/tree/loading.gif) !important;
|
| 46 |
+
}
|
| 47 |
+
.x-tree-node-loading a span{
|
| 48 |
+
font-style: italic;
|
| 49 |
+
color:#444444;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
/* Line styles */
|
| 53 |
+
.x-tree-lines .x-tree-elbow{
|
| 54 |
+
background-image:url(../images/default/tree/elbow.gif);
|
| 55 |
+
}
|
| 56 |
+
.x-tree-lines .x-tree-elbow-plus{
|
| 57 |
+
background-image:url(../images/default/tree/elbow-plus.gif);
|
| 58 |
+
}
|
| 59 |
+
.x-tree-lines .x-tree-elbow-minus{
|
| 60 |
+
background-image:url(../images/default/tree/elbow-minus.gif);
|
| 61 |
+
}
|
| 62 |
+
.x-tree-lines .x-tree-elbow-end{
|
| 63 |
+
background-image:url(../images/default/tree/elbow-end.gif);
|
| 64 |
+
}
|
| 65 |
+
.x-tree-lines .x-tree-elbow-end-plus{
|
| 66 |
+
background-image:url(../images/default/tree/elbow-end-plus.gif);
|
| 67 |
+
}
|
| 68 |
+
.x-tree-lines .x-tree-elbow-end-minus{
|
| 69 |
+
background-image:url(../images/default/tree/elbow-end-minus.gif);
|
| 70 |
+
}
|
| 71 |
+
.x-tree-lines .x-tree-elbow-line{
|
| 72 |
+
background-image:url(../images/default/tree/elbow-line.gif);
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
/* No line styles */
|
| 76 |
+
.x-tree-no-lines .x-tree-elbow{
|
| 77 |
+
background:transparent;
|
| 78 |
+
}
|
| 79 |
+
.x-tree-no-lines .x-tree-elbow-plus{
|
| 80 |
+
background-image:url(../images/default/tree/elbow-plus-nl.gif);
|
| 81 |
+
}
|
| 82 |
+
.x-tree-no-lines .x-tree-elbow-minus{
|
| 83 |
+
background-image:url(../images/default/tree/elbow-minus-nl.gif);
|
| 84 |
+
}
|
| 85 |
+
.x-tree-no-lines .x-tree-elbow-end{
|
| 86 |
+
background:transparent;
|
| 87 |
+
}
|
| 88 |
+
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 89 |
+
background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
|
| 90 |
+
}
|
| 91 |
+
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 92 |
+
background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
|
| 93 |
+
}
|
| 94 |
+
.x-tree-no-lines .x-tree-elbow-line{
|
| 95 |
+
background:transparent;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
|
| 99 |
+
cursor:pointer;
|
| 100 |
+
}
|
| 101 |
+
.ext-ie ul.x-tree-node-ct{
|
| 102 |
+
font-size:0;
|
| 103 |
+
line-height:0;
|
| 104 |
+
}
|
| 105 |
+
.x-tree-node{
|
| 106 |
+
color: black;
|
| 107 |
+
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
| 108 |
+
white-space: nowrap;
|
| 109 |
+
}
|
| 110 |
+
.x-tree-node a, .x-dd-drag-ghost a{
|
| 111 |
+
text-decoration:none;
|
| 112 |
+
color:black;
|
| 113 |
+
-khtml-user-select:none;
|
| 114 |
+
-moz-user-select:none;
|
| 115 |
+
-kthml-user-focus:normal;
|
| 116 |
+
-moz-user-focus:normal;
|
| 117 |
+
-moz-outline: 0 none;
|
| 118 |
+
outline:0 none;
|
| 119 |
+
}
|
| 120 |
+
.x-tree-node a span, .x-dd-drag-ghost a span{
|
| 121 |
+
text-decoration:none;
|
| 122 |
+
color:black;
|
| 123 |
+
padding:1px 3px 1px 2px;
|
| 124 |
+
}
|
| 125 |
+
.x-tree-node .x-tree-node-disabled a span{
|
| 126 |
+
color:gray !important;
|
| 127 |
+
}
|
| 128 |
+
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
|
| 129 |
+
-moz-opacity: 0.5;
|
| 130 |
+
opacity:.5;
|
| 131 |
+
filter: alpha(opacity=50);
|
| 132 |
+
}
|
| 133 |
+
.x-tree-node .x-tree-node-inline-icon{
|
| 134 |
+
background:transparent;
|
| 135 |
+
}
|
| 136 |
+
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
| 137 |
+
text-decoration:none;
|
| 138 |
+
}
|
| 139 |
+
.x-tree-node div.x-tree-drag-insert-below{
|
| 140 |
+
border-bottom:1px dotted #3366cc;
|
| 141 |
+
}
|
| 142 |
+
.x-tree-node div.x-tree-drag-insert-above{
|
| 143 |
+
border-top:1px dotted #3366cc;
|
| 144 |
+
}
|
| 145 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
|
| 146 |
+
border-bottom:0 none;
|
| 147 |
+
}
|
| 148 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
|
| 149 |
+
border-top:0 none;
|
| 150 |
+
}
|
| 151 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
|
| 152 |
+
border-bottom:2px solid #3366cc;
|
| 153 |
+
}
|
| 154 |
+
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
|
| 155 |
+
border-top:2px solid #3366cc;
|
| 156 |
+
}
|
| 157 |
+
.x-tree-node .x-tree-drag-append a span{
|
| 158 |
+
background:#dddddd;
|
| 159 |
+
border:1px dotted gray;
|
| 160 |
+
}
|
| 161 |
+
.x-tree-node .x-tree-selected a span{
|
| 162 |
+
background:#3366cc;
|
| 163 |
+
color:white;
|
| 164 |
+
}
|
| 165 |
+
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
|
| 166 |
+
display:none !important;
|
| 167 |
+
}
|
| 168 |
+
.x-tree-drop-ok-append .x-dd-drop-icon{
|
| 169 |
+
background-image: url(../images/default/tree/drop-add.gif);
|
| 170 |
+
}
|
| 171 |
+
.x-tree-drop-ok-above .x-dd-drop-icon{
|
| 172 |
+
background-image: url(../images/default/tree/drop-over.gif);
|
| 173 |
+
}
|
| 174 |
+
.x-tree-drop-ok-below .x-dd-drop-icon{
|
| 175 |
+
background-image: url(../images/default/tree/drop-under.gif);
|
| 176 |
+
}
|
| 177 |
+
.x-tree-drop-ok-between .x-dd-drop-icon{
|
| 178 |
+
background-image: url(../images/default/tree/drop-between.gif);
|
| 179 |
+
}
|
js/extjs/resources/css/ytheme-aero.css
CHANGED
|
@@ -1,582 +1,582 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
/* menus */
|
| 10 |
-
|
| 11 |
-
.x-menu {
|
| 12 |
-
border:1px solid;
|
| 13 |
-
border-color: #96b9e6 #8BB8F3 #8BB8F3 #96b9e6;
|
| 14 |
-
z-index: 15000;
|
| 15 |
-
zoom:1;
|
| 16 |
-
background:#c3daf9;
|
| 17 |
-
padding:2px;
|
| 18 |
-
|
| 19 |
-
}
|
| 20 |
-
.x-menu-list{
|
| 21 |
-
background: #fafafa;
|
| 22 |
-
border:1px solid #fff;
|
| 23 |
-
border-color:#a3bad9;
|
| 24 |
-
}
|
| 25 |
-
.x-menu-item-icon {
|
| 26 |
-
margin-right:8px;
|
| 27 |
-
}
|
| 28 |
-
.x-menu-sep {
|
| 29 |
-
margin-left:3px;
|
| 30 |
-
}
|
| 31 |
-
.x-menu-item-active {
|
| 32 |
-
color:#233d6d;
|
| 33 |
-
background:#c3daf9;
|
| 34 |
-
border:1px solid #fff;
|
| 35 |
-
padding:0;
|
| 36 |
-
}
|
| 37 |
-
|
| 38 |
-
.x-date-mmenu .x-menu-list{
|
| 39 |
-
padding:0;
|
| 40 |
-
}
|
| 41 |
-
.x-date-mmenu .x-menu-list{
|
| 42 |
-
border:0 none;
|
| 43 |
-
}
|
| 44 |
-
|
| 45 |
-
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 46 |
-
margin-left:26px;
|
| 47 |
-
}
|
| 48 |
-
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 49 |
-
margin:0;
|
| 50 |
-
border:0 none;
|
| 51 |
-
}
|
| 52 |
-
/**
|
| 53 |
-
* Tabs
|
| 54 |
-
*/
|
| 55 |
-
.x-tabs-wrap, .x-layout-panel .x-tabs-top .x-tabs-wrap {
|
| 56 |
-
background:#deecfd;
|
| 57 |
-
border:1px solid #8db2e3;
|
| 58 |
-
padding-bottom:2px;
|
| 59 |
-
padding-top:0;
|
| 60 |
-
}
|
| 61 |
-
.x-tabs-strip-wrap{
|
| 62 |
-
padding-top:1px;
|
| 63 |
-
background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
|
| 64 |
-
border-bottom:1px solid #8db2e3;
|
| 65 |
-
}
|
| 66 |
-
.x-tabs-strip .x-tabs-text {
|
| 67 |
-
color:#15428b;
|
| 68 |
-
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 69 |
-
}
|
| 70 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 71 |
-
cursor:default;
|
| 72 |
-
color:#15428b;
|
| 73 |
-
}
|
| 74 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 75 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 76 |
-
}
|
| 77 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left,.x-tabs-top .x-tabs-strip .on a:hover .x-tabs-left{
|
| 78 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 79 |
-
}
|
| 80 |
-
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 81 |
-
background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 82 |
-
}
|
| 83 |
-
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 84 |
-
background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 85 |
-
}
|
| 86 |
-
.x-tabs-top .x-tabs-body {
|
| 87 |
-
border:1px solid #8db2e3;
|
| 88 |
-
border-top:0 none;
|
| 89 |
-
}
|
| 90 |
-
.x-tabs-bottom .x-tabs-wrap, .x-layout-panel .x-tabs-bottom .x-tabs-wrap {
|
| 91 |
-
background:#deecfd;
|
| 92 |
-
border:1px solid #8db2e3;
|
| 93 |
-
padding-top:2px;
|
| 94 |
-
padding-bottom:0;
|
| 95 |
-
}
|
| 96 |
-
.x-tabs-bottom .x-tabs-strip-wrap{
|
| 97 |
-
padding-top:0;
|
| 98 |
-
padding-bottom:1px;
|
| 99 |
-
background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
|
| 100 |
-
border-top:1px solid #8db2e3;
|
| 101 |
-
border-bottom:0 none;
|
| 102 |
-
}
|
| 103 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 104 |
-
background:transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 105 |
-
}
|
| 106 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 107 |
-
background:transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 108 |
-
}
|
| 109 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right,.x-tabs-bottom .x-tabs-strip .on a:hover {
|
| 110 |
-
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 111 |
-
}
|
| 112 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left,.x-tabs-bottom .x-tabs-strip .on a:hover .x-tabs-left {
|
| 113 |
-
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 114 |
-
}
|
| 115 |
-
.x-tabs-bottom .x-tabs-body {
|
| 116 |
-
border:1px solid #8db2e3;
|
| 117 |
-
border-bottom:0 none;
|
| 118 |
-
}
|
| 119 |
-
/*
|
| 120 |
-
* Basic-Dialog
|
| 121 |
-
*/
|
| 122 |
-
.x-dlg-proxy {
|
| 123 |
-
background:#C7DFFC;
|
| 124 |
-
border:1px solid #A5CCF9;
|
| 125 |
-
}
|
| 126 |
-
.x-dlg-shadow{
|
| 127 |
-
background:#cccccc;
|
| 128 |
-
opacity:.3;
|
| 129 |
-
-moz-opacity:.3;
|
| 130 |
-
filter: alpha(opacity=30);
|
| 131 |
-
}
|
| 132 |
-
.x-dlg {
|
| 133 |
-
background:transparent;
|
| 134 |
-
}
|
| 135 |
-
.x-dlg .x-dlg-hd {
|
| 136 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 137 |
-
background-color:#aabaca;
|
| 138 |
-
color:#15428b;
|
| 139 |
-
zoom:1;
|
| 140 |
-
padding-top:7px;
|
| 141 |
-
}
|
| 142 |
-
.x-dlg .x-dlg-hd-left {
|
| 143 |
-
opacity:.85;
|
| 144 |
-
-moz-opacity:.85;
|
| 145 |
-
filter:alpha(opacity=80);
|
| 146 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 147 |
-
zoom:1;
|
| 148 |
-
}
|
| 149 |
-
.x-dlg-modal .x-dlg-hd-left {
|
| 150 |
-
opacity:.75;
|
| 151 |
-
-moz-opacity:.75;
|
| 152 |
-
filter:alpha(opacity=70);
|
| 153 |
-
}
|
| 154 |
-
|
| 155 |
-
.x-dlg .x-dlg-hd-right {
|
| 156 |
-
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 157 |
-
zoom:1;
|
| 158 |
-
}
|
| 159 |
-
.x-dlg .x-dlg-dlg-body{
|
| 160 |
-
padding:0 0 0;
|
| 161 |
-
position:absolute;
|
| 162 |
-
top:24px;left:0;
|
| 163 |
-
z-index:1;
|
| 164 |
-
border:0 none;
|
| 165 |
-
background:transparent;
|
| 166 |
-
}
|
| 167 |
-
.x-dlg .x-dlg-bd{
|
| 168 |
-
background:#fff;
|
| 169 |
-
border:1px solid #96b9e6;
|
| 170 |
-
}
|
| 171 |
-
.x-dlg .x-dlg-ft{
|
| 172 |
-
border:0 none;
|
| 173 |
-
background:transparent;
|
| 174 |
-
padding-bottom:8px;
|
| 175 |
-
}
|
| 176 |
-
.x-dlg .x-dlg-bg{
|
| 177 |
-
filter:alpha(opacity=80);
|
| 178 |
-
opacity:.85;
|
| 179 |
-
-moz-opacity:.85;
|
| 180 |
-
zoom:1;
|
| 181 |
-
}
|
| 182 |
-
.x-dlg-modal .x-dlg-bg {
|
| 183 |
-
opacity:.75;
|
| 184 |
-
-moz-opacity:.75;
|
| 185 |
-
filter:alpha(opacity=70);
|
| 186 |
-
}
|
| 187 |
-
.x-dlg .x-dlg-bg-center {
|
| 188 |
-
padding: 2px 7px 7px 7px;
|
| 189 |
-
background:transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 190 |
-
zoom:1;
|
| 191 |
-
}
|
| 192 |
-
.x-dlg .x-dlg-bg-left{
|
| 193 |
-
padding-left:7px;
|
| 194 |
-
background:transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 195 |
-
zoom:1;
|
| 196 |
-
}
|
| 197 |
-
.x-dlg .x-dlg-bg-right{
|
| 198 |
-
padding-right:7px;
|
| 199 |
-
background:transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 200 |
-
zoom:1;
|
| 201 |
-
}
|
| 202 |
-
.x-dlg-auto-tabs .x-dlg-dlg-body, .x-dlg-auto-layout .x-dlg-dlg-body{
|
| 203 |
-
background:transparent;
|
| 204 |
-
border:0 none;
|
| 205 |
-
}
|
| 206 |
-
.x-dlg-auto-tabs .x-dlg-bd, .x-dlg-auto-layout .x-dlg-bd{
|
| 207 |
-
background:#fff;
|
| 208 |
-
border:1px solid #e9f3f5;
|
| 209 |
-
}
|
| 210 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-body,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-body{
|
| 211 |
-
border-color:#8db2e3;
|
| 212 |
-
}
|
| 213 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-wrap{
|
| 214 |
-
border-color:#8db2e3;
|
| 215 |
-
}
|
| 216 |
-
.x-dlg .x-dlg-toolbox {
|
| 217 |
-
width:50px;
|
| 218 |
-
height:20px;
|
| 219 |
-
right:5px;
|
| 220 |
-
top:5px;
|
| 221 |
-
}
|
| 222 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 223 |
-
width:21px;
|
| 224 |
-
height:20px;
|
| 225 |
-
margin:0;
|
| 226 |
-
}
|
| 227 |
-
.x-dlg .x-dlg-close {
|
| 228 |
-
background-image:url(../images/aero/basic-dialog/aero-close.gif);
|
| 229 |
-
}
|
| 230 |
-
.x-dlg .x-dlg-collapse {
|
| 231 |
-
background-image:url(../images/aero/basic-dialog/collapse.gif);
|
| 232 |
-
}
|
| 233 |
-
.x-dlg-collapsed {
|
| 234 |
-
border-bottom:1px solid #96b9e6;
|
| 235 |
-
}
|
| 236 |
-
.x-dlg .x-dlg-close-over {
|
| 237 |
-
background-image:url(../images/aero/basic-dialog/aero-close-over.gif);
|
| 238 |
-
}
|
| 239 |
-
.x-dlg .x-dlg-collapse-over {
|
| 240 |
-
background-image:url(../images/aero/basic-dialog/collapse-over.gif);
|
| 241 |
-
}
|
| 242 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 243 |
-
background-image:url(../images/aero/basic-dialog/expand.gif);
|
| 244 |
-
}
|
| 245 |
-
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 246 |
-
background-image:url(../images/aero/basic-dialog/expand-over.gif);
|
| 247 |
-
}
|
| 248 |
-
.x-dlg div.x-resizable-handle-east{
|
| 249 |
-
background-image:url(../images/aero/s.gif);
|
| 250 |
-
border:0 none;
|
| 251 |
-
}
|
| 252 |
-
.x-dlg div.x-resizable-handle-south{
|
| 253 |
-
background-image:url(../images/aero/s.gif);
|
| 254 |
-
border:0 none;
|
| 255 |
-
}
|
| 256 |
-
.x-dlg div.x-resizable-handle-west{
|
| 257 |
-
background-image:url(../images/aero/s.gif);
|
| 258 |
-
border:0 none;
|
| 259 |
-
}
|
| 260 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 261 |
-
background-image:url(../images/aero/basic-dialog/se-handle.gif);
|
| 262 |
-
background-position: bottom right;
|
| 263 |
-
width:9px;
|
| 264 |
-
height:9px;
|
| 265 |
-
border:0;
|
| 266 |
-
right:2px;
|
| 267 |
-
bottom:2px;
|
| 268 |
-
}
|
| 269 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 270 |
-
background-image:url(../images/aero/s.gif);
|
| 271 |
-
background-position: top right;
|
| 272 |
-
margin-left:1px;
|
| 273 |
-
margin-bottom:1px;
|
| 274 |
-
border:0;
|
| 275 |
-
}
|
| 276 |
-
.x-dlg div.x-resizable-handle-north{
|
| 277 |
-
background-image:url(../images/aero/s.gif);
|
| 278 |
-
border:0 none;
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
#x-msg-box .x-dlg-bd{
|
| 282 |
-
background:#CFE0F5;
|
| 283 |
-
border:0 none;
|
| 284 |
-
}
|
| 285 |
-
body.x-masked #x-msg-box .x-dlg-bd, body.x-body-masked #x-msg-box .x-dlg-bd{
|
| 286 |
-
background:#c4d2e3;
|
| 287 |
-
border:0 none;
|
| 288 |
-
}
|
| 289 |
-
/* BorderLayout */
|
| 290 |
-
|
| 291 |
-
.x-layout-container{
|
| 292 |
-
background:#deecfd;
|
| 293 |
-
}
|
| 294 |
-
.x-layout-collapsed{
|
| 295 |
-
background-color:#deecfd;
|
| 296 |
-
border:1px solid #99bbe8;
|
| 297 |
-
}
|
| 298 |
-
.x-layout-collapsed-over{
|
| 299 |
-
background-color:#F5F9FE;
|
| 300 |
-
}
|
| 301 |
-
.x-layout-panel{
|
| 302 |
-
border:1px solid #99bbe8;
|
| 303 |
-
}
|
| 304 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 305 |
-
border:0 none;
|
| 306 |
-
}
|
| 307 |
-
.x-layout-split{
|
| 308 |
-
background-color:#deecfd;
|
| 309 |
-
}
|
| 310 |
-
.x-layout-panel-hd{
|
| 311 |
-
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x;
|
| 312 |
-
border-bottom:1px solid #99bbe8;
|
| 313 |
-
}
|
| 314 |
-
.x-layout-panel-hd-text {
|
| 315 |
-
color:#15428b;
|
| 316 |
-
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 317 |
-
}
|
| 318 |
-
|
| 319 |
-
.x-layout-split-h{
|
| 320 |
-
background:#deecfd;
|
| 321 |
-
}
|
| 322 |
-
.x-layout-split-v{
|
| 323 |
-
background:#deecfd;
|
| 324 |
-
}
|
| 325 |
-
.x-layout-panel .x-tabs-top .x-tabs-wrap{
|
| 326 |
-
border:0 none;
|
| 327 |
-
border-bottom:1px solid #8db2e3;
|
| 328 |
-
}
|
| 329 |
-
.x-layout-panel .x-tabs-bottom .x-tabs-wrap{
|
| 330 |
-
border:0 none;
|
| 331 |
-
border-top:1px solid #8db2e3;
|
| 332 |
-
}
|
| 333 |
-
|
| 334 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 335 |
-
border-bottom:1px solid #99bbe8;
|
| 336 |
-
}
|
| 337 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 338 |
-
border-top:1px solid #99bbe8;
|
| 339 |
-
}
|
| 340 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 341 |
-
border-left:1px solid #99bbe8;
|
| 342 |
-
}
|
| 343 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 344 |
-
border-right:1px solid #99bbe8;
|
| 345 |
-
}
|
| 346 |
-
.x-layout-panel-dragover {
|
| 347 |
-
border: 2px solid #99bbe8;
|
| 348 |
-
}
|
| 349 |
-
.x-layout-panel-proxy {
|
| 350 |
-
background-image: url(../images/aero/layout/gradient-bg.gif);
|
| 351 |
-
background-color:#f3f2e7;
|
| 352 |
-
border:1px dashed #99bbe8;
|
| 353 |
-
}
|
| 354 |
-
|
| 355 |
-
.x-layout-container .x-layout-tabs-body{
|
| 356 |
-
border:0 none;
|
| 357 |
-
}
|
| 358 |
-
/** Resizable */
|
| 359 |
-
|
| 360 |
-
.x-resizable-proxy{
|
| 361 |
-
border: 1px dashed #3b5a82;
|
| 362 |
-
}
|
| 363 |
-
|
| 364 |
-
/* grid */
|
| 365 |
-
.x-grid-hd-text {
|
| 366 |
-
color:#15428b;
|
| 367 |
-
font-weight:bold;
|
| 368 |
-
}
|
| 369 |
-
.x-grid-locked .x-grid-body td {
|
| 370 |
-
background: #FBFDFF;
|
| 371 |
-
border-right: 1px solid #deecfd;
|
| 372 |
-
border-bottom: 1px solid #deecfd !important;
|
| 373 |
-
}
|
| 374 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 375 |
-
border-top:0 none;
|
| 376 |
-
}
|
| 377 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 378 |
-
background: #F5FAFE;
|
| 379 |
-
}
|
| 380 |
-
.x-grid-locked .x-grid-row-selected td{
|
| 381 |
-
color: #fff !important;
|
| 382 |
-
background-color: #316ac5 !important;
|
| 383 |
-
}
|
| 384 |
-
.x-grid-hd{
|
| 385 |
-
border-bottom:0;
|
| 386 |
-
background:none;
|
| 387 |
-
}
|
| 388 |
-
.x-grid-hd-row{
|
| 389 |
-
height:auto;
|
| 390 |
-
}
|
| 391 |
-
.x-grid-hd-over {
|
| 392 |
-
border-bottom:0 none;
|
| 393 |
-
}
|
| 394 |
-
.x-grid-hd-over .x-grid-hd-body{
|
| 395 |
-
background:none;
|
| 396 |
-
border-bottom:0 none;
|
| 397 |
-
}
|
| 398 |
-
.x-grid-hd-over .x-grid-hd-body{
|
| 399 |
-
background-color: transparent;
|
| 400 |
-
border-bottom:0;
|
| 401 |
-
}
|
| 402 |
-
.x-grid-split {
|
| 403 |
-
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 404 |
-
}
|
| 405 |
-
.x-grid-header{
|
| 406 |
-
background: url(../images/aero/grid/grid-hrow.gif);
|
| 407 |
-
border:0 none;
|
| 408 |
-
border-bottom:1px solid #6f99cf;
|
| 409 |
-
}
|
| 410 |
-
.x-grid-row-alt{
|
| 411 |
-
background-color: #f5f5f5;
|
| 412 |
-
}
|
| 413 |
-
.x-grid-row-over td, .x-grid-locked .x-grid-row-over td{
|
| 414 |
-
background-color:#d9e8fb;
|
| 415 |
-
}
|
| 416 |
-
.x-grid-col {
|
| 417 |
-
border-right: 1px solid #eee;
|
| 418 |
-
border-bottom: 1px solid #eee;
|
| 419 |
-
}
|
| 420 |
-
.x-grid-header .x-grid-hd-inner {
|
| 421 |
-
padding-bottom: 1px;
|
| 422 |
-
}
|
| 423 |
-
.x-grid-header .x-grid-hd-text {
|
| 424 |
-
padding-bottom: 3px;
|
| 425 |
-
}
|
| 426 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 427 |
-
border-bottom: 1px solid #316ac5;
|
| 428 |
-
padding-bottom: 0;
|
| 429 |
-
}
|
| 430 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 431 |
-
background: #d5e4f5;
|
| 432 |
-
border-bottom: 1px solid #fff;
|
| 433 |
-
padding-bottom: 2px;
|
| 434 |
-
}
|
| 435 |
-
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 436 |
-
border-bottom: 1px solid #316ac5;
|
| 437 |
-
padding-bottom: 0;
|
| 438 |
-
}
|
| 439 |
-
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 440 |
-
border-bottom: 0 none;
|
| 441 |
-
padding-bottom: 3px;
|
| 442 |
-
}
|
| 443 |
-
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 444 |
-
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 445 |
-
}
|
| 446 |
-
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 447 |
-
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 448 |
-
}
|
| 449 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 450 |
-
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x;
|
| 451 |
-
height:22px;
|
| 452 |
-
width:120px;
|
| 453 |
-
}
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 457 |
-
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x 0 0 !important;
|
| 458 |
-
vertical-align:middle !important;
|
| 459 |
-
color:black;
|
| 460 |
-
padding:0;
|
| 461 |
-
border-top:1px solid white;
|
| 462 |
-
border-bottom:1px solid #6f99cf !important;
|
| 463 |
-
border-right:1px solid #6f99cf !important;
|
| 464 |
-
text-align:center;
|
| 465 |
-
}
|
| 466 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 467 |
-
padding:0 4px;
|
| 468 |
-
color:#15428b !important;
|
| 469 |
-
text-align:center;
|
| 470 |
-
}
|
| 471 |
-
|
| 472 |
-
/** Toolbar */
|
| 473 |
-
.x-toolbar{
|
| 474 |
-
padding:2px 2px 2px 2px;
|
| 475 |
-
background:#d0def0 url(../images/default/toolbar/tb-bg.gif) repeat-x;
|
| 476 |
-
}
|
| 477 |
-
|
| 478 |
-
.x-toolbar .ytb-sep{
|
| 479 |
-
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 480 |
-
}
|
| 481 |
-
|
| 482 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 483 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 484 |
-
}
|
| 485 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 486 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 487 |
-
}
|
| 488 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 489 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 490 |
-
}
|
| 491 |
-
|
| 492 |
-
.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{
|
| 493 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 494 |
-
}
|
| 495 |
-
.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{
|
| 496 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 497 |
-
}
|
| 498 |
-
.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{
|
| 499 |
-
background:url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 500 |
-
}
|
| 501 |
-
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
/*************** TABS 2 *****************/
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
/**
|
| 509 |
-
* Tabs
|
| 510 |
-
*/
|
| 511 |
-
.x-tab-panel-header, .x-tab-panel-footer {
|
| 512 |
-
background:#deecfd;
|
| 513 |
-
border:1px solid #8db2e3;
|
| 514 |
-
}
|
| 515 |
-
.x-tab-panel-header {
|
| 516 |
-
background:#deecfd;
|
| 517 |
-
border:1px solid #8db2e3;
|
| 518 |
-
padding-bottom:2px;
|
| 519 |
-
}
|
| 520 |
-
.x-tab-panel-footer {
|
| 521 |
-
background:#deecfd;
|
| 522 |
-
border:1px solid #8db2e3;
|
| 523 |
-
padding-top:2px;
|
| 524 |
-
}
|
| 525 |
-
|
| 526 |
-
.x-tab-strip-top{
|
| 527 |
-
padding-top:1px;
|
| 528 |
-
background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
|
| 529 |
-
border-bottom:1px solid #8db2e3;
|
| 530 |
-
}
|
| 531 |
-
.x-tab-strip-bottom{
|
| 532 |
-
padding-bottom:1px;
|
| 533 |
-
background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
|
| 534 |
-
border-top:1px solid #8db2e3;
|
| 535 |
-
border-bottom:0 none;
|
| 536 |
-
}
|
| 537 |
-
|
| 538 |
-
.x-tab-strip .x-tab-strip-text {
|
| 539 |
-
color:#15428b;
|
| 540 |
-
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 541 |
-
}
|
| 542 |
-
.x-tab-strip .x-tab-strip-active .x-tab-text {
|
| 543 |
-
cursor:default;
|
| 544 |
-
color:#15428b;
|
| 545 |
-
}
|
| 546 |
-
|
| 547 |
-
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
|
| 548 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 549 |
-
}
|
| 550 |
-
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
|
| 551 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 552 |
-
}
|
| 553 |
-
.x-tab-strip-top .x-tab-right {
|
| 554 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 555 |
-
}
|
| 556 |
-
.x-tab-strip-top .x-tab-left {
|
| 557 |
-
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 558 |
-
}
|
| 559 |
-
|
| 560 |
-
|
| 561 |
-
.x-tab-strip-bottom .x-tab-right {
|
| 562 |
-
background: url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 563 |
-
}
|
| 564 |
-
.x-tab-strip-bottom .x-tab-left {
|
| 565 |
-
background: url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 566 |
-
}
|
| 567 |
-
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
|
| 568 |
-
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 569 |
-
}
|
| 570 |
-
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
|
| 571 |
-
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 572 |
-
}
|
| 573 |
-
|
| 574 |
-
.x-tab-panel-body-top {
|
| 575 |
-
border:1px solid #8db2e3;
|
| 576 |
-
border-top:0 none;
|
| 577 |
-
}
|
| 578 |
-
|
| 579 |
-
.x-tab-panel-body-bottom {
|
| 580 |
-
border:1px solid #8db2e3;
|
| 581 |
-
border-bottom:0 none;
|
| 582 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
/* menus */
|
| 10 |
+
|
| 11 |
+
.x-menu {
|
| 12 |
+
border:1px solid;
|
| 13 |
+
border-color: #96b9e6 #8BB8F3 #8BB8F3 #96b9e6;
|
| 14 |
+
z-index: 15000;
|
| 15 |
+
zoom:1;
|
| 16 |
+
background:#c3daf9;
|
| 17 |
+
padding:2px;
|
| 18 |
+
|
| 19 |
+
}
|
| 20 |
+
.x-menu-list{
|
| 21 |
+
background: #fafafa;
|
| 22 |
+
border:1px solid #fff;
|
| 23 |
+
border-color:#a3bad9;
|
| 24 |
+
}
|
| 25 |
+
.x-menu-item-icon {
|
| 26 |
+
margin-right:8px;
|
| 27 |
+
}
|
| 28 |
+
.x-menu-sep {
|
| 29 |
+
margin-left:3px;
|
| 30 |
+
}
|
| 31 |
+
.x-menu-item-active {
|
| 32 |
+
color:#233d6d;
|
| 33 |
+
background:#c3daf9;
|
| 34 |
+
border:1px solid #fff;
|
| 35 |
+
padding:0;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.x-date-mmenu .x-menu-list{
|
| 39 |
+
padding:0;
|
| 40 |
+
}
|
| 41 |
+
.x-date-mmenu .x-menu-list{
|
| 42 |
+
border:0 none;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.x-menu .x-color-palette, .x-menu .x-date-picker{
|
| 46 |
+
margin-left:26px;
|
| 47 |
+
}
|
| 48 |
+
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
|
| 49 |
+
margin:0;
|
| 50 |
+
border:0 none;
|
| 51 |
+
}
|
| 52 |
+
/**
|
| 53 |
+
* Tabs
|
| 54 |
+
*/
|
| 55 |
+
.x-tabs-wrap, .x-layout-panel .x-tabs-top .x-tabs-wrap {
|
| 56 |
+
background:#deecfd;
|
| 57 |
+
border:1px solid #8db2e3;
|
| 58 |
+
padding-bottom:2px;
|
| 59 |
+
padding-top:0;
|
| 60 |
+
}
|
| 61 |
+
.x-tabs-strip-wrap{
|
| 62 |
+
padding-top:1px;
|
| 63 |
+
background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
|
| 64 |
+
border-bottom:1px solid #8db2e3;
|
| 65 |
+
}
|
| 66 |
+
.x-tabs-strip .x-tabs-text {
|
| 67 |
+
color:#15428b;
|
| 68 |
+
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 69 |
+
}
|
| 70 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 71 |
+
cursor:default;
|
| 72 |
+
color:#15428b;
|
| 73 |
+
}
|
| 74 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 75 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 76 |
+
}
|
| 77 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left,.x-tabs-top .x-tabs-strip .on a:hover .x-tabs-left{
|
| 78 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 79 |
+
}
|
| 80 |
+
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 81 |
+
background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 82 |
+
}
|
| 83 |
+
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 84 |
+
background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 85 |
+
}
|
| 86 |
+
.x-tabs-top .x-tabs-body {
|
| 87 |
+
border:1px solid #8db2e3;
|
| 88 |
+
border-top:0 none;
|
| 89 |
+
}
|
| 90 |
+
.x-tabs-bottom .x-tabs-wrap, .x-layout-panel .x-tabs-bottom .x-tabs-wrap {
|
| 91 |
+
background:#deecfd;
|
| 92 |
+
border:1px solid #8db2e3;
|
| 93 |
+
padding-top:2px;
|
| 94 |
+
padding-bottom:0;
|
| 95 |
+
}
|
| 96 |
+
.x-tabs-bottom .x-tabs-strip-wrap{
|
| 97 |
+
padding-top:0;
|
| 98 |
+
padding-bottom:1px;
|
| 99 |
+
background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
|
| 100 |
+
border-top:1px solid #8db2e3;
|
| 101 |
+
border-bottom:0 none;
|
| 102 |
+
}
|
| 103 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 104 |
+
background:transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 105 |
+
}
|
| 106 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 107 |
+
background:transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 108 |
+
}
|
| 109 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right,.x-tabs-bottom .x-tabs-strip .on a:hover {
|
| 110 |
+
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 111 |
+
}
|
| 112 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left,.x-tabs-bottom .x-tabs-strip .on a:hover .x-tabs-left {
|
| 113 |
+
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 114 |
+
}
|
| 115 |
+
.x-tabs-bottom .x-tabs-body {
|
| 116 |
+
border:1px solid #8db2e3;
|
| 117 |
+
border-bottom:0 none;
|
| 118 |
+
}
|
| 119 |
+
/*
|
| 120 |
+
* Basic-Dialog
|
| 121 |
+
*/
|
| 122 |
+
.x-dlg-proxy {
|
| 123 |
+
background:#C7DFFC;
|
| 124 |
+
border:1px solid #A5CCF9;
|
| 125 |
+
}
|
| 126 |
+
.x-dlg-shadow{
|
| 127 |
+
background:#cccccc;
|
| 128 |
+
opacity:.3;
|
| 129 |
+
-moz-opacity:.3;
|
| 130 |
+
filter: alpha(opacity=30);
|
| 131 |
+
}
|
| 132 |
+
.x-dlg {
|
| 133 |
+
background:transparent;
|
| 134 |
+
}
|
| 135 |
+
.x-dlg .x-dlg-hd {
|
| 136 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 137 |
+
background-color:#aabaca;
|
| 138 |
+
color:#15428b;
|
| 139 |
+
zoom:1;
|
| 140 |
+
padding-top:7px;
|
| 141 |
+
}
|
| 142 |
+
.x-dlg .x-dlg-hd-left {
|
| 143 |
+
opacity:.85;
|
| 144 |
+
-moz-opacity:.85;
|
| 145 |
+
filter:alpha(opacity=80);
|
| 146 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 147 |
+
zoom:1;
|
| 148 |
+
}
|
| 149 |
+
.x-dlg-modal .x-dlg-hd-left {
|
| 150 |
+
opacity:.75;
|
| 151 |
+
-moz-opacity:.75;
|
| 152 |
+
filter:alpha(opacity=70);
|
| 153 |
+
}
|
| 154 |
+
|
| 155 |
+
.x-dlg .x-dlg-hd-right {
|
| 156 |
+
background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 157 |
+
zoom:1;
|
| 158 |
+
}
|
| 159 |
+
.x-dlg .x-dlg-dlg-body{
|
| 160 |
+
padding:0 0 0;
|
| 161 |
+
position:absolute;
|
| 162 |
+
top:24px;left:0;
|
| 163 |
+
z-index:1;
|
| 164 |
+
border:0 none;
|
| 165 |
+
background:transparent;
|
| 166 |
+
}
|
| 167 |
+
.x-dlg .x-dlg-bd{
|
| 168 |
+
background:#fff;
|
| 169 |
+
border:1px solid #96b9e6;
|
| 170 |
+
}
|
| 171 |
+
.x-dlg .x-dlg-ft{
|
| 172 |
+
border:0 none;
|
| 173 |
+
background:transparent;
|
| 174 |
+
padding-bottom:8px;
|
| 175 |
+
}
|
| 176 |
+
.x-dlg .x-dlg-bg{
|
| 177 |
+
filter:alpha(opacity=80);
|
| 178 |
+
opacity:.85;
|
| 179 |
+
-moz-opacity:.85;
|
| 180 |
+
zoom:1;
|
| 181 |
+
}
|
| 182 |
+
.x-dlg-modal .x-dlg-bg {
|
| 183 |
+
opacity:.75;
|
| 184 |
+
-moz-opacity:.75;
|
| 185 |
+
filter:alpha(opacity=70);
|
| 186 |
+
}
|
| 187 |
+
.x-dlg .x-dlg-bg-center {
|
| 188 |
+
padding: 2px 7px 7px 7px;
|
| 189 |
+
background:transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 190 |
+
zoom:1;
|
| 191 |
+
}
|
| 192 |
+
.x-dlg .x-dlg-bg-left{
|
| 193 |
+
padding-left:7px;
|
| 194 |
+
background:transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 195 |
+
zoom:1;
|
| 196 |
+
}
|
| 197 |
+
.x-dlg .x-dlg-bg-right{
|
| 198 |
+
padding-right:7px;
|
| 199 |
+
background:transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 200 |
+
zoom:1;
|
| 201 |
+
}
|
| 202 |
+
.x-dlg-auto-tabs .x-dlg-dlg-body, .x-dlg-auto-layout .x-dlg-dlg-body{
|
| 203 |
+
background:transparent;
|
| 204 |
+
border:0 none;
|
| 205 |
+
}
|
| 206 |
+
.x-dlg-auto-tabs .x-dlg-bd, .x-dlg-auto-layout .x-dlg-bd{
|
| 207 |
+
background:#fff;
|
| 208 |
+
border:1px solid #e9f3f5;
|
| 209 |
+
}
|
| 210 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-body,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-body{
|
| 211 |
+
border-color:#8db2e3;
|
| 212 |
+
}
|
| 213 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap,.x-dlg-auto-tabs .x-tabs-bottom .x-tabs-wrap{
|
| 214 |
+
border-color:#8db2e3;
|
| 215 |
+
}
|
| 216 |
+
.x-dlg .x-dlg-toolbox {
|
| 217 |
+
width:50px;
|
| 218 |
+
height:20px;
|
| 219 |
+
right:5px;
|
| 220 |
+
top:5px;
|
| 221 |
+
}
|
| 222 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
|
| 223 |
+
width:21px;
|
| 224 |
+
height:20px;
|
| 225 |
+
margin:0;
|
| 226 |
+
}
|
| 227 |
+
.x-dlg .x-dlg-close {
|
| 228 |
+
background-image:url(../images/aero/basic-dialog/aero-close.gif);
|
| 229 |
+
}
|
| 230 |
+
.x-dlg .x-dlg-collapse {
|
| 231 |
+
background-image:url(../images/aero/basic-dialog/collapse.gif);
|
| 232 |
+
}
|
| 233 |
+
.x-dlg-collapsed {
|
| 234 |
+
border-bottom:1px solid #96b9e6;
|
| 235 |
+
}
|
| 236 |
+
.x-dlg .x-dlg-close-over {
|
| 237 |
+
background-image:url(../images/aero/basic-dialog/aero-close-over.gif);
|
| 238 |
+
}
|
| 239 |
+
.x-dlg .x-dlg-collapse-over {
|
| 240 |
+
background-image:url(../images/aero/basic-dialog/collapse-over.gif);
|
| 241 |
+
}
|
| 242 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 243 |
+
background-image:url(../images/aero/basic-dialog/expand.gif);
|
| 244 |
+
}
|
| 245 |
+
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 246 |
+
background-image:url(../images/aero/basic-dialog/expand-over.gif);
|
| 247 |
+
}
|
| 248 |
+
.x-dlg div.x-resizable-handle-east{
|
| 249 |
+
background-image:url(../images/aero/s.gif);
|
| 250 |
+
border:0 none;
|
| 251 |
+
}
|
| 252 |
+
.x-dlg div.x-resizable-handle-south{
|
| 253 |
+
background-image:url(../images/aero/s.gif);
|
| 254 |
+
border:0 none;
|
| 255 |
+
}
|
| 256 |
+
.x-dlg div.x-resizable-handle-west{
|
| 257 |
+
background-image:url(../images/aero/s.gif);
|
| 258 |
+
border:0 none;
|
| 259 |
+
}
|
| 260 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 261 |
+
background-image:url(../images/aero/basic-dialog/se-handle.gif);
|
| 262 |
+
background-position: bottom right;
|
| 263 |
+
width:9px;
|
| 264 |
+
height:9px;
|
| 265 |
+
border:0;
|
| 266 |
+
right:2px;
|
| 267 |
+
bottom:2px;
|
| 268 |
+
}
|
| 269 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 270 |
+
background-image:url(../images/aero/s.gif);
|
| 271 |
+
background-position: top right;
|
| 272 |
+
margin-left:1px;
|
| 273 |
+
margin-bottom:1px;
|
| 274 |
+
border:0;
|
| 275 |
+
}
|
| 276 |
+
.x-dlg div.x-resizable-handle-north{
|
| 277 |
+
background-image:url(../images/aero/s.gif);
|
| 278 |
+
border:0 none;
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
#x-msg-box .x-dlg-bd{
|
| 282 |
+
background:#CFE0F5;
|
| 283 |
+
border:0 none;
|
| 284 |
+
}
|
| 285 |
+
body.x-masked #x-msg-box .x-dlg-bd, body.x-body-masked #x-msg-box .x-dlg-bd{
|
| 286 |
+
background:#c4d2e3;
|
| 287 |
+
border:0 none;
|
| 288 |
+
}
|
| 289 |
+
/* BorderLayout */
|
| 290 |
+
|
| 291 |
+
.x-layout-container{
|
| 292 |
+
background:#deecfd;
|
| 293 |
+
}
|
| 294 |
+
.x-layout-collapsed{
|
| 295 |
+
background-color:#deecfd;
|
| 296 |
+
border:1px solid #99bbe8;
|
| 297 |
+
}
|
| 298 |
+
.x-layout-collapsed-over{
|
| 299 |
+
background-color:#F5F9FE;
|
| 300 |
+
}
|
| 301 |
+
.x-layout-panel{
|
| 302 |
+
border:1px solid #99bbe8;
|
| 303 |
+
}
|
| 304 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 305 |
+
border:0 none;
|
| 306 |
+
}
|
| 307 |
+
.x-layout-split{
|
| 308 |
+
background-color:#deecfd;
|
| 309 |
+
}
|
| 310 |
+
.x-layout-panel-hd{
|
| 311 |
+
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x;
|
| 312 |
+
border-bottom:1px solid #99bbe8;
|
| 313 |
+
}
|
| 314 |
+
.x-layout-panel-hd-text {
|
| 315 |
+
color:#15428b;
|
| 316 |
+
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 317 |
+
}
|
| 318 |
+
|
| 319 |
+
.x-layout-split-h{
|
| 320 |
+
background:#deecfd;
|
| 321 |
+
}
|
| 322 |
+
.x-layout-split-v{
|
| 323 |
+
background:#deecfd;
|
| 324 |
+
}
|
| 325 |
+
.x-layout-panel .x-tabs-top .x-tabs-wrap{
|
| 326 |
+
border:0 none;
|
| 327 |
+
border-bottom:1px solid #8db2e3;
|
| 328 |
+
}
|
| 329 |
+
.x-layout-panel .x-tabs-bottom .x-tabs-wrap{
|
| 330 |
+
border:0 none;
|
| 331 |
+
border-top:1px solid #8db2e3;
|
| 332 |
+
}
|
| 333 |
+
|
| 334 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 335 |
+
border-bottom:1px solid #99bbe8;
|
| 336 |
+
}
|
| 337 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 338 |
+
border-top:1px solid #99bbe8;
|
| 339 |
+
}
|
| 340 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 341 |
+
border-left:1px solid #99bbe8;
|
| 342 |
+
}
|
| 343 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 344 |
+
border-right:1px solid #99bbe8;
|
| 345 |
+
}
|
| 346 |
+
.x-layout-panel-dragover {
|
| 347 |
+
border: 2px solid #99bbe8;
|
| 348 |
+
}
|
| 349 |
+
.x-layout-panel-proxy {
|
| 350 |
+
background-image: url(../images/aero/layout/gradient-bg.gif);
|
| 351 |
+
background-color:#f3f2e7;
|
| 352 |
+
border:1px dashed #99bbe8;
|
| 353 |
+
}
|
| 354 |
+
|
| 355 |
+
.x-layout-container .x-layout-tabs-body{
|
| 356 |
+
border:0 none;
|
| 357 |
+
}
|
| 358 |
+
/** Resizable */
|
| 359 |
+
|
| 360 |
+
.x-resizable-proxy{
|
| 361 |
+
border: 1px dashed #3b5a82;
|
| 362 |
+
}
|
| 363 |
+
|
| 364 |
+
/* grid */
|
| 365 |
+
.x-grid-hd-text {
|
| 366 |
+
color:#15428b;
|
| 367 |
+
font-weight:bold;
|
| 368 |
+
}
|
| 369 |
+
.x-grid-locked .x-grid-body td {
|
| 370 |
+
background: #FBFDFF;
|
| 371 |
+
border-right: 1px solid #deecfd;
|
| 372 |
+
border-bottom: 1px solid #deecfd !important;
|
| 373 |
+
}
|
| 374 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 375 |
+
border-top:0 none;
|
| 376 |
+
}
|
| 377 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 378 |
+
background: #F5FAFE;
|
| 379 |
+
}
|
| 380 |
+
.x-grid-locked .x-grid-row-selected td{
|
| 381 |
+
color: #fff !important;
|
| 382 |
+
background-color: #316ac5 !important;
|
| 383 |
+
}
|
| 384 |
+
.x-grid-hd{
|
| 385 |
+
border-bottom:0;
|
| 386 |
+
background:none;
|
| 387 |
+
}
|
| 388 |
+
.x-grid-hd-row{
|
| 389 |
+
height:auto;
|
| 390 |
+
}
|
| 391 |
+
.x-grid-hd-over {
|
| 392 |
+
border-bottom:0 none;
|
| 393 |
+
}
|
| 394 |
+
.x-grid-hd-over .x-grid-hd-body{
|
| 395 |
+
background:none;
|
| 396 |
+
border-bottom:0 none;
|
| 397 |
+
}
|
| 398 |
+
.x-grid-hd-over .x-grid-hd-body{
|
| 399 |
+
background-color: transparent;
|
| 400 |
+
border-bottom:0;
|
| 401 |
+
}
|
| 402 |
+
.x-grid-split {
|
| 403 |
+
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 404 |
+
}
|
| 405 |
+
.x-grid-header{
|
| 406 |
+
background: url(../images/aero/grid/grid-hrow.gif);
|
| 407 |
+
border:0 none;
|
| 408 |
+
border-bottom:1px solid #6f99cf;
|
| 409 |
+
}
|
| 410 |
+
.x-grid-row-alt{
|
| 411 |
+
background-color: #f5f5f5;
|
| 412 |
+
}
|
| 413 |
+
.x-grid-row-over td, .x-grid-locked .x-grid-row-over td{
|
| 414 |
+
background-color:#d9e8fb;
|
| 415 |
+
}
|
| 416 |
+
.x-grid-col {
|
| 417 |
+
border-right: 1px solid #eee;
|
| 418 |
+
border-bottom: 1px solid #eee;
|
| 419 |
+
}
|
| 420 |
+
.x-grid-header .x-grid-hd-inner {
|
| 421 |
+
padding-bottom: 1px;
|
| 422 |
+
}
|
| 423 |
+
.x-grid-header .x-grid-hd-text {
|
| 424 |
+
padding-bottom: 3px;
|
| 425 |
+
}
|
| 426 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 427 |
+
border-bottom: 1px solid #316ac5;
|
| 428 |
+
padding-bottom: 0;
|
| 429 |
+
}
|
| 430 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 431 |
+
background: #d5e4f5;
|
| 432 |
+
border-bottom: 1px solid #fff;
|
| 433 |
+
padding-bottom: 2px;
|
| 434 |
+
}
|
| 435 |
+
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 436 |
+
border-bottom: 1px solid #316ac5;
|
| 437 |
+
padding-bottom: 0;
|
| 438 |
+
}
|
| 439 |
+
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 440 |
+
border-bottom: 0 none;
|
| 441 |
+
padding-bottom: 3px;
|
| 442 |
+
}
|
| 443 |
+
.x-grid-header .sort-asc .x-grid-sort-icon {
|
| 444 |
+
background-image: url(../images/aero/grid/sort_asc.gif);
|
| 445 |
+
}
|
| 446 |
+
.x-grid-header .sort-desc .x-grid-sort-icon {
|
| 447 |
+
background-image: url(../images/aero/grid/sort_desc.gif);
|
| 448 |
+
}
|
| 449 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 450 |
+
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x;
|
| 451 |
+
height:22px;
|
| 452 |
+
width:120px;
|
| 453 |
+
}
|
| 454 |
+
|
| 455 |
+
|
| 456 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 457 |
+
background: #ebeadb url(../images/aero/grid/grid-hrow.gif) repeat-x 0 0 !important;
|
| 458 |
+
vertical-align:middle !important;
|
| 459 |
+
color:black;
|
| 460 |
+
padding:0;
|
| 461 |
+
border-top:1px solid white;
|
| 462 |
+
border-bottom:1px solid #6f99cf !important;
|
| 463 |
+
border-right:1px solid #6f99cf !important;
|
| 464 |
+
text-align:center;
|
| 465 |
+
}
|
| 466 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 467 |
+
padding:0 4px;
|
| 468 |
+
color:#15428b !important;
|
| 469 |
+
text-align:center;
|
| 470 |
+
}
|
| 471 |
+
|
| 472 |
+
/** Toolbar */
|
| 473 |
+
.x-toolbar{
|
| 474 |
+
padding:2px 2px 2px 2px;
|
| 475 |
+
background:#d0def0 url(../images/default/toolbar/tb-bg.gif) repeat-x;
|
| 476 |
+
}
|
| 477 |
+
|
| 478 |
+
.x-toolbar .ytb-sep{
|
| 479 |
+
background-image: url(../images/aero/grid/grid-blue-split.gif);
|
| 480 |
+
}
|
| 481 |
+
|
| 482 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 483 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 484 |
+
}
|
| 485 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 486 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 487 |
+
}
|
| 488 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 489 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 490 |
+
}
|
| 491 |
+
|
| 492 |
+
.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{
|
| 493 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 494 |
+
}
|
| 495 |
+
.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{
|
| 496 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 497 |
+
}
|
| 498 |
+
.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{
|
| 499 |
+
background:url(../images/aero/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 500 |
+
}
|
| 501 |
+
|
| 502 |
+
|
| 503 |
+
|
| 504 |
+
|
| 505 |
+
/*************** TABS 2 *****************/
|
| 506 |
+
|
| 507 |
+
|
| 508 |
+
/**
|
| 509 |
+
* Tabs
|
| 510 |
+
*/
|
| 511 |
+
.x-tab-panel-header, .x-tab-panel-footer {
|
| 512 |
+
background:#deecfd;
|
| 513 |
+
border:1px solid #8db2e3;
|
| 514 |
+
}
|
| 515 |
+
.x-tab-panel-header {
|
| 516 |
+
background:#deecfd;
|
| 517 |
+
border:1px solid #8db2e3;
|
| 518 |
+
padding-bottom:2px;
|
| 519 |
+
}
|
| 520 |
+
.x-tab-panel-footer {
|
| 521 |
+
background:#deecfd;
|
| 522 |
+
border:1px solid #8db2e3;
|
| 523 |
+
padding-top:2px;
|
| 524 |
+
}
|
| 525 |
+
|
| 526 |
+
.x-tab-strip-top{
|
| 527 |
+
padding-top:1px;
|
| 528 |
+
background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
|
| 529 |
+
border-bottom:1px solid #8db2e3;
|
| 530 |
+
}
|
| 531 |
+
.x-tab-strip-bottom{
|
| 532 |
+
padding-bottom:1px;
|
| 533 |
+
background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
|
| 534 |
+
border-top:1px solid #8db2e3;
|
| 535 |
+
border-bottom:0 none;
|
| 536 |
+
}
|
| 537 |
+
|
| 538 |
+
.x-tab-strip .x-tab-strip-text {
|
| 539 |
+
color:#15428b;
|
| 540 |
+
font:bold 11px tahoma,arial,verdana,sans-serif;
|
| 541 |
+
}
|
| 542 |
+
.x-tab-strip .x-tab-strip-active .x-tab-text {
|
| 543 |
+
cursor:default;
|
| 544 |
+
color:#15428b;
|
| 545 |
+
}
|
| 546 |
+
|
| 547 |
+
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
|
| 548 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0;
|
| 549 |
+
}
|
| 550 |
+
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
|
| 551 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 552 |
+
}
|
| 553 |
+
.x-tab-strip-top .x-tab-right {
|
| 554 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 555 |
+
}
|
| 556 |
+
.x-tab-strip-top .x-tab-left {
|
| 557 |
+
background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 558 |
+
}
|
| 559 |
+
|
| 560 |
+
|
| 561 |
+
.x-tab-strip-bottom .x-tab-right {
|
| 562 |
+
background: url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 563 |
+
}
|
| 564 |
+
.x-tab-strip-bottom .x-tab-left {
|
| 565 |
+
background: url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 566 |
+
}
|
| 567 |
+
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
|
| 568 |
+
background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 569 |
+
}
|
| 570 |
+
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
|
| 571 |
+
background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 572 |
+
}
|
| 573 |
+
|
| 574 |
+
.x-tab-panel-body-top {
|
| 575 |
+
border:1px solid #8db2e3;
|
| 576 |
+
border-top:0 none;
|
| 577 |
+
}
|
| 578 |
+
|
| 579 |
+
.x-tab-panel-body-bottom {
|
| 580 |
+
border:1px solid #8db2e3;
|
| 581 |
+
border-bottom:0 none;
|
| 582 |
}
|
js/extjs/resources/css/ytheme-galdaka.css
CHANGED
|
@@ -1,533 +1,533 @@
|
|
| 1 |
-
/*****************************************/
|
| 2 |
-
/*galdaka theme - by Jose Alfonso Dacosta*/
|
| 3 |
-
/*****************************************/
|
| 4 |
-
|
| 5 |
-
/*TABS*/
|
| 6 |
-
.x-tabs-wrap {
|
| 7 |
-
border-bottom:1px solid #848284;
|
| 8 |
-
}
|
| 9 |
-
.x-tabs-strip .x-tabs-text {
|
| 10 |
-
font:bold 10px tahoma,arial,helvetica;
|
| 11 |
-
}
|
| 12 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 13 |
-
color:#393939;
|
| 14 |
-
}
|
| 15 |
-
.x-tabs-strip .on .x-tabs-right {
|
| 16 |
-
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat right 0;
|
| 17 |
-
}
|
| 18 |
-
.x-tabs-strip .on .x-tabs-left {
|
| 19 |
-
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 20 |
-
}
|
| 21 |
-
.x-tabs-strip .x-tabs-right {
|
| 22 |
-
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 23 |
-
}
|
| 24 |
-
.x-tabs-strip .x-tabs-left {
|
| 25 |
-
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 26 |
-
}
|
| 27 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 28 |
-
background-image:url(../images/galdaka/layout/tab-close.gif);
|
| 29 |
-
}
|
| 30 |
-
.x-tabs-strip .on .close-icon{
|
| 31 |
-
background-image:url(../images/galdaka/layout/tab-close.gif);
|
| 32 |
-
}
|
| 33 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 34 |
-
background-image:url(../images/galdaka/layout/tab-close-on.gif);
|
| 35 |
-
}
|
| 36 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 37 |
-
background: url(../images/galdaka/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 38 |
-
}
|
| 39 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 40 |
-
background: url(../images/galdaka/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 41 |
-
}
|
| 42 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 43 |
-
background: url(../images/galdaka/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 44 |
-
}
|
| 45 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 46 |
-
background: url(../images/galdaka/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 47 |
-
}
|
| 48 |
-
.x-tabs-body {
|
| 49 |
-
border-bottom: 0px;
|
| 50 |
-
border-left: 0px;
|
| 51 |
-
border-right: 0px;
|
| 52 |
-
}
|
| 53 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 54 |
-
border-top:1px solid #848284;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
/*TOOLBAR*/
|
| 58 |
-
.x-toolbar{
|
| 59 |
-
background-color: #f2f2f3;
|
| 60 |
-
background: url(../images/galdaka/toolbar/fondoToolbar.gif);
|
| 61 |
-
background-repeat: repeat-x;
|
| 62 |
-
border: 0px solid #c0c0c0;
|
| 63 |
-
height: 20px;
|
| 64 |
-
}
|
| 65 |
-
.x-toolbar .x-tb-button-over{
|
| 66 |
-
background:#c3d3ed url(../images/galdaka/toolbar/btn-over-bg.gif) repeat-x;
|
| 67 |
-
border:1px solid #7A7A7A;
|
| 68 |
-
padding:1px 2px;
|
| 69 |
-
}
|
| 70 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 71 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 72 |
-
}
|
| 73 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 74 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 75 |
-
}
|
| 76 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 77 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 78 |
-
}
|
| 79 |
-
.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{
|
| 80 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 81 |
-
}
|
| 82 |
-
.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{
|
| 83 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 84 |
-
}
|
| 85 |
-
.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{
|
| 86 |
-
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 87 |
-
}
|
| 88 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 89 |
-
background:transparent url(../images/galdaka/toolbar/btn-arrow.gif) no-repeat 0 0;
|
| 90 |
-
}
|
| 91 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 92 |
-
background:transparent url(../images/galdaka/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
/*PAGING TOOLBAR*/
|
| 96 |
-
.x-grid-page-first .x-btn-text{
|
| 97 |
-
background-image: url(../images/galdaka/grid/page-first.gif);
|
| 98 |
-
}
|
| 99 |
-
.x-grid-page-last .x-btn-text{
|
| 100 |
-
background-image: url(../images/galdaka/grid/page-last.gif);
|
| 101 |
-
}
|
| 102 |
-
.x-grid-page-next .x-btn-text{
|
| 103 |
-
background-image: url(../images/galdaka/grid/page-next.gif);
|
| 104 |
-
}
|
| 105 |
-
.x-grid-page-prev .x-btn-text{
|
| 106 |
-
background-image: url(../images/galdaka/grid/page-prev.gif);
|
| 107 |
-
}
|
| 108 |
-
.x-paging-info {
|
| 109 |
-
color:#000000;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
/*GRID*/
|
| 113 |
-
.x-grid-col{
|
| 114 |
-
border-right: 1px solid #f1efe2;
|
| 115 |
-
border-bottom: 1px solid #f1efe2;
|
| 116 |
-
}
|
| 117 |
-
.x-grid-row-alt{
|
| 118 |
-
background: #fffbff;
|
| 119 |
-
}
|
| 120 |
-
.x-grid-row-over td{
|
| 121 |
-
background: #f1f1f1;
|
| 122 |
-
}
|
| 123 |
-
.x-grid-header{
|
| 124 |
-
background: #ebeadb url(../images/galdaka/grid/fondoCabeceraHover.gif) repeat-x;
|
| 125 |
-
}
|
| 126 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 127 |
-
border-bottom: 1px solid #cccccc;
|
| 128 |
-
}
|
| 129 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 130 |
-
background: #fafafa url(../images/galdaka/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 131 |
-
border-bottom: 1px solid #c0c0c0;
|
| 132 |
-
}
|
| 133 |
-
.x-grid-hd-text {
|
| 134 |
-
color: black;
|
| 135 |
-
}
|
| 136 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 137 |
-
background: #ebeadb url(../images/galdaka/grid/grid-hrow.gif) repeat-x;
|
| 138 |
-
}
|
| 139 |
-
.col-move-top{
|
| 140 |
-
background:transparent url(../images/galdaka/grid/col-move-top.gif) no-repeat left top;
|
| 141 |
-
}
|
| 142 |
-
.col-move-bottom{
|
| 143 |
-
background:transparent url(../images/galdaka/grid/col-move-bottom.gif) no-repeat left top;
|
| 144 |
-
}
|
| 145 |
-
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 146 |
-
background-color: #e4dce4 !important;
|
| 147 |
-
}
|
| 148 |
-
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 149 |
-
color: black !important;
|
| 150 |
-
}
|
| 151 |
-
.x-grid-row-selected .x-grid-cell-text{
|
| 152 |
-
color: black;
|
| 153 |
-
}
|
| 154 |
-
.x-grid-cell-selected{
|
| 155 |
-
background-color: #e4dce4 !important;
|
| 156 |
-
color: black;
|
| 157 |
-
}
|
| 158 |
-
.x-grid-cell-selected span{
|
| 159 |
-
color: black !important;
|
| 160 |
-
}
|
| 161 |
-
.x-grid-cell-selected .x-grid-cell-text{
|
| 162 |
-
color: black;
|
| 163 |
-
}
|
| 164 |
-
.x-grid-bottombar .x-toolbar{
|
| 165 |
-
border-top:1px solid #c0c0c0;
|
| 166 |
-
}
|
| 167 |
-
|
| 168 |
-
/*RESIZEABLE*/
|
| 169 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 170 |
-
background:url(../images/galdaka/sizer/e-handle.gif);
|
| 171 |
-
background-position: left;
|
| 172 |
-
}
|
| 173 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 174 |
-
background:url(../images/galdaka/sizer/e-handle.gif);
|
| 175 |
-
background-position: left;
|
| 176 |
-
}
|
| 177 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 178 |
-
background:url(../images/galdaka/sizer/s-handle.gif);
|
| 179 |
-
background-position: top;
|
| 180 |
-
}
|
| 181 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 182 |
-
background:url(../images/galdaka/sizer/s-handle.gif);
|
| 183 |
-
background-position: top;
|
| 184 |
-
}
|
| 185 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 186 |
-
background:url(../images/galdaka/sizer/se-handle.gif);
|
| 187 |
-
background-position: top left;
|
| 188 |
-
}
|
| 189 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 190 |
-
background:url(../images/galdaka/sizer/nw-handle.gif);
|
| 191 |
-
background-position:bottom right;
|
| 192 |
-
}
|
| 193 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 194 |
-
background:url(../images/galdaka/sizer/ne-handle.gif);
|
| 195 |
-
background-position: bottom left;
|
| 196 |
-
}
|
| 197 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 198 |
-
background:url(../images/galdaka/sizer/sw-handle.gif);
|
| 199 |
-
background-position: top right;
|
| 200 |
-
}
|
| 201 |
-
.x-resizable-proxy{
|
| 202 |
-
border: 1px dashed #615e55;
|
| 203 |
-
}
|
| 204 |
-
|
| 205 |
-
/*LAYOUT*/
|
| 206 |
-
.x-layout-container{
|
| 207 |
-
background-color:#f6f1f3;
|
| 208 |
-
}
|
| 209 |
-
.x-layout-collapsed{
|
| 210 |
-
background-color:#f6f1f3;
|
| 211 |
-
border:1px solid #c0c0c0;
|
| 212 |
-
}
|
| 213 |
-
.x-layout-collapsed-over{
|
| 214 |
-
background-color:#e7e3e5;
|
| 215 |
-
}
|
| 216 |
-
.x-layout-panel{
|
| 217 |
-
border:1px solid #c0c0c0;
|
| 218 |
-
}
|
| 219 |
-
.x-layout-split{
|
| 220 |
-
background-color:#f6f1f3;
|
| 221 |
-
}
|
| 222 |
-
.x-layout-panel-hd{
|
| 223 |
-
background-image: url(../images/galdaka/layout/panel-title-light-bg.gif);
|
| 224 |
-
border-bottom:1px solid #c0c0c0;
|
| 225 |
-
}
|
| 226 |
-
.x-layout-tools-button-over{
|
| 227 |
-
border:1px solid #c0c0c0;
|
| 228 |
-
}
|
| 229 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 230 |
-
border-bottom:1px solid #c0c0c0;
|
| 231 |
-
}
|
| 232 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 233 |
-
border-top:1px solid #c0c0c0;
|
| 234 |
-
}
|
| 235 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 236 |
-
border-left:1px solid #c0c0c0;
|
| 237 |
-
}
|
| 238 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 239 |
-
border-right:1px solid #c0c0c0;
|
| 240 |
-
}
|
| 241 |
-
.x-layout-split-h{
|
| 242 |
-
background-image:url(../images/galdaka/layout/e-handle.gif);
|
| 243 |
-
}
|
| 244 |
-
.x-layout-split-v{
|
| 245 |
-
background-image:url(../images/galdaka/layout/s-handle.gif);
|
| 246 |
-
}
|
| 247 |
-
.x-layout-panel .x-tabs-wrap{
|
| 248 |
-
background:url(../images/galdaka/layout/gradient-bg.gif);
|
| 249 |
-
}
|
| 250 |
-
.x-layout-close{
|
| 251 |
-
background-image:url(../images/galdaka/layout/panel-close.gif);
|
| 252 |
-
}
|
| 253 |
-
.x-layout-stick{
|
| 254 |
-
background-image:url(../images/galdaka/layout/stick.gif);
|
| 255 |
-
}
|
| 256 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 257 |
-
background-image:url(../images/galdaka/layout/collapse.gif);
|
| 258 |
-
}
|
| 259 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 260 |
-
background-image:url(../images/galdaka/layout/expand.gif);
|
| 261 |
-
}
|
| 262 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 263 |
-
background-image:url(../images/galdaka/layout/ns-collapse.gif);
|
| 264 |
-
}
|
| 265 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 266 |
-
background-image:url(../images/galdaka/layout/ns-expand.gif);
|
| 267 |
-
}
|
| 268 |
-
/*DIALOG*/
|
| 269 |
-
.x-dlg-proxy {
|
| 270 |
-
background-image: url(../images/galdaka/basic-dialog/gradient-bg.gif);
|
| 271 |
-
background-color:#EAE8D5;
|
| 272 |
-
border:1px solid #b3b6b0;
|
| 273 |
-
}
|
| 274 |
-
.x-dlg-shadow{
|
| 275 |
-
background:#aaaaaa;
|
| 276 |
-
}
|
| 277 |
-
.x-dlg-proxy .tabset{
|
| 278 |
-
background:url(../images/galdaka/basic-dialog/gradient-bg.gif);
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
.x-dlg .x-dlg-hd {
|
| 282 |
-
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
|
| 283 |
-
background-color:#333333;
|
| 284 |
-
}
|
| 285 |
-
.x-dlg .x-dlg-hd-left {
|
| 286 |
-
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
|
| 287 |
-
}
|
| 288 |
-
.x-dlg .x-dlg-hd-right {
|
| 289 |
-
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) no-repeat right 0px;
|
| 290 |
-
}
|
| 291 |
-
.x-dlg .x-dlg-close {
|
| 292 |
-
width:19px;
|
| 293 |
-
height:19px;
|
| 294 |
-
top:-2px;
|
| 295 |
-
right:5px;
|
| 296 |
-
opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
|
| 297 |
-
background-image:url(../images/galdaka/basic-dialog/close.gif);
|
| 298 |
-
zoom:1;
|
| 299 |
-
}
|
| 300 |
-
.x-dlg .x-dlg-close-over {
|
| 301 |
-
background-image:url(../images/galdaka/basic-dialog/close-over.gif);
|
| 302 |
-
}
|
| 303 |
-
.x-dlg .x-dlg-collapse {
|
| 304 |
-
background-image:url(../images/galdaka/basic-dialog/collapse.gif);
|
| 305 |
-
}
|
| 306 |
-
.x-dlg .x-dlg-collapse-over {
|
| 307 |
-
background-image:url(../images/galdaka/basic-dialog/collapse-over.gif);
|
| 308 |
-
}
|
| 309 |
-
.x-dlg-collapsed {
|
| 310 |
-
border-bottom:1px solid #96b9e6;
|
| 311 |
-
}
|
| 312 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 313 |
-
background-image:url(.../images/galdaka/basic-dialog/expand.gif);
|
| 314 |
-
}
|
| 315 |
-
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 316 |
-
background-image:url(../images/galdaka/basic-dialog/expand-over.gif);
|
| 317 |
-
}
|
| 318 |
-
|
| 319 |
-
.x-dlg .x-dlg-dlg-body{
|
| 320 |
-
background:#efefec;
|
| 321 |
-
border:1px solid #b3b6b0;
|
| 322 |
-
border-top:0px none;
|
| 323 |
-
}
|
| 324 |
-
.x-dlg .x-tabs-top .x-ui-ext-tabbody{
|
| 325 |
-
border:1px solid #b3b6b0;
|
| 326 |
-
border-top:0px none;
|
| 327 |
-
}
|
| 328 |
-
.x-dlg .x-tabs-bottom .x-ui-ext-tabbody{
|
| 329 |
-
border:1px solid #b3b6b0;
|
| 330 |
-
border-bottom:0px none;
|
| 331 |
-
}
|
| 332 |
-
.x-dlg .x-layout-container .x-ui-ext-tabbody{
|
| 333 |
-
border:0px none;
|
| 334 |
-
}
|
| 335 |
-
.x-dlg div.x-resizable-handle-east{
|
| 336 |
-
background-image:url(../images/galdaka/basic-dialog/e-handle.gif);
|
| 337 |
-
}
|
| 338 |
-
.x-dlg div.x-resizable-handle-south{
|
| 339 |
-
background-image:url(../images/galdaka/basic-dialog/s-handle.gif);
|
| 340 |
-
}
|
| 341 |
-
.x-dlg div.x-resizable-handle-west{
|
| 342 |
-
background-image:url(../images/galdaka/basic-dialog/e-handle.gif);
|
| 343 |
-
}
|
| 344 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 345 |
-
background-image:url(../images/galdaka/basic-dialog/se-handle.gif);
|
| 346 |
-
}
|
| 347 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 348 |
-
background-image:url(../images/galdaka/basic-dialog/sw-handle.gif);
|
| 349 |
-
}
|
| 350 |
-
|
| 351 |
-
/*TREE*/
|
| 352 |
-
.x-tree-node .x-tree-selected a span{
|
| 353 |
-
background: #a8a6a6;
|
| 354 |
-
}
|
| 355 |
-
|
| 356 |
-
/*MENU*/
|
| 357 |
-
.x-menu {
|
| 358 |
-
border-color: #cecece #c0c0c0 #c0c0c0 #cecece;
|
| 359 |
-
background: #fff url(../images/galdaka/menu/menu.gif) repeat-y;
|
| 360 |
-
}
|
| 361 |
-
.x-menu-list-item{
|
| 362 |
-
font:normal 11px Arial, Verdana, Helvetica, sans-serif,tahoma,"Lucida Sans Unicode",arial, sans-serif;
|
| 363 |
-
}
|
| 364 |
-
.x-menu-sep {
|
| 365 |
-
background:#bdbdbd;
|
| 366 |
-
}
|
| 367 |
-
.x-menu-item {
|
| 368 |
-
color:#000000;
|
| 369 |
-
}
|
| 370 |
-
.x-menu-item-active {
|
| 371 |
-
background:#f1f1f1;
|
| 372 |
-
border:1px solid #dcdcdc;
|
| 373 |
-
}
|
| 374 |
-
.x-menu-item-arrow{
|
| 375 |
-
background:transparent url(../images/galdaka/menu/menu-parent.gif) no-repeat right;
|
| 376 |
-
}
|
| 377 |
-
.x-menu-check-item .x-menu-item-icon{
|
| 378 |
-
background: transparent url(../images/galdaka/menu/unchecked.gif) no-repeat center;
|
| 379 |
-
}
|
| 380 |
-
.x-menu-item-checked .x-menu-item-icon{
|
| 381 |
-
background-image:url(../images/galdaka/menu/checked.gif);
|
| 382 |
-
}
|
| 383 |
-
.x-menu-group-item .x-menu-item-icon{
|
| 384 |
-
background: transparent;
|
| 385 |
-
}
|
| 386 |
-
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 387 |
-
background: transparent url(../images/galdaka/menu/group-checked.gif) no-repeat center;
|
| 388 |
-
}
|
| 389 |
-
|
| 390 |
-
/*DATE-PICKER*/
|
| 391 |
-
.x-date-middle,.x-date-left,.x-date-right {
|
| 392 |
-
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) repeat-x 0 -83px;
|
| 393 |
-
font: bold 11px arial, verdana, "sans serif", tahoma, helvetica;
|
| 394 |
-
}
|
| 395 |
-
.x-date-right a {
|
| 396 |
-
background-image: url(../images/galdaka/shared/right-btn.gif);
|
| 397 |
-
}
|
| 398 |
-
.x-date-left a{
|
| 399 |
-
background-image: url(../images/galdaka/shared/left-btn.gif);
|
| 400 |
-
}
|
| 401 |
-
.x-date-inner th {
|
| 402 |
-
background: #848484;
|
| 403 |
-
color: #FFFFFF;
|
| 404 |
-
}
|
| 405 |
-
.x-date-inner .x-date-selected a{
|
| 406 |
-
background: #f6f6f6;
|
| 407 |
-
border: 1px solid #5e5e5e;
|
| 408 |
-
}
|
| 409 |
-
.x-date-inner .x-date-today a{
|
| 410 |
-
border: 1px solid #dedede;
|
| 411 |
-
}
|
| 412 |
-
.x-date-bottom {
|
| 413 |
-
border-top: 1px solid #848484;
|
| 414 |
-
background: #e7e7e7;
|
| 415 |
-
}
|
| 416 |
-
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
|
| 417 |
-
background: #F0F0F0;
|
| 418 |
-
}
|
| 419 |
-
|
| 420 |
-
/*FORM*/
|
| 421 |
-
.x-form-field{
|
| 422 |
-
font:normal 11px arial, verdana, tahoma, arial, helvetica, sans-serif;
|
| 423 |
-
}
|
| 424 |
-
.x-form-field-wrap .x-form-trigger{
|
| 425 |
-
right: 0px;
|
| 426 |
-
}
|
| 427 |
-
.x-form-field-wrap .x-form-trigger{
|
| 428 |
-
background:transparent url(../images/galdaka/form/trigger.gif) no-repeat 0 0;
|
| 429 |
-
}
|
| 430 |
-
.x-form-field-wrap .x-form-date-trigger{
|
| 431 |
-
background:transparent url(../images/galdaka/form/date-trigger.gif) no-repeat 0 0;
|
| 432 |
-
}
|
| 433 |
-
.x-form-focus{
|
| 434 |
-
border: 1px solid #000000;
|
| 435 |
-
}
|
| 436 |
-
.x-form-item {
|
| 437 |
-
font:normal 11px arial, verdana, tahoma, arial, helvetica, sans-serif;
|
| 438 |
-
color: #808594;
|
| 439 |
-
}
|
| 440 |
-
.x-form fieldset {
|
| 441 |
-
border:1px solid #dedede;
|
| 442 |
-
}
|
| 443 |
-
.x-form fieldset legend {
|
| 444 |
-
font: bold 11px verdana, tahoma, arial, helvetica, sans-serif;
|
| 445 |
-
color: #606060;
|
| 446 |
-
}
|
| 447 |
-
|
| 448 |
-
/*COMBOBOX*/
|
| 449 |
-
.x-combo-list {
|
| 450 |
-
border:1px solid #b5b8c8;
|
| 451 |
-
}
|
| 452 |
-
.x-combo-list-item {
|
| 453 |
-
font:normal 11px arial, tahoma, arial, helvetica, sans-serif;
|
| 454 |
-
}
|
| 455 |
-
.x-combo-list .x-combo-selected{
|
| 456 |
-
background-color: #e7e7e7 !important;
|
| 457 |
-
border:1px solid #5e5e5e;
|
| 458 |
-
}
|
| 459 |
-
|
| 460 |
-
/*BOX*/
|
| 461 |
-
.x-box-blue .x-box-mc {
|
| 462 |
-
background-color: #e7e7e7;
|
| 463 |
-
}
|
| 464 |
-
|
| 465 |
-
/*MASK*/
|
| 466 |
-
.ext-el-mask-msg {
|
| 467 |
-
border:1px solid #5e5e5e;
|
| 468 |
-
background: #eeeeee url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 469 |
-
}
|
| 470 |
-
.ext-el-mask-msg div {
|
| 471 |
-
border:1px solid #ccc;
|
| 472 |
-
font:bold 10px verdana, arial, tahoma, helvetica, sans-serif;
|
| 473 |
-
}
|
| 474 |
-
|
| 475 |
-
/*LOADING MASK GRANDE (GEN�RICO PARA FORMULARIOS)*/
|
| 476 |
-
#class .loading-indicator{
|
| 477 |
-
font-size: 11px;
|
| 478 |
-
height:15px;
|
| 479 |
-
}
|
| 480 |
-
.loading-indicator {
|
| 481 |
-
background-color: white;
|
| 482 |
-
background-image: none;
|
| 483 |
-
padding-left:20px;
|
| 484 |
-
height:15px;
|
| 485 |
-
text-align:left;
|
| 486 |
-
}
|
| 487 |
-
#loading{
|
| 488 |
-
position:absolute;
|
| 489 |
-
left:45%;
|
| 490 |
-
top:40%;
|
| 491 |
-
border:1px solid #979797;
|
| 492 |
-
padding:2px;
|
| 493 |
-
background:#c6c6c6;
|
| 494 |
-
width:130px;
|
| 495 |
-
text-align:center;
|
| 496 |
-
z-index:20001;
|
| 497 |
-
}
|
| 498 |
-
#loading .loading-indicator{
|
| 499 |
-
border:1px solid #dedede;
|
| 500 |
-
color:#000000;
|
| 501 |
-
font: bold 10px verdana, tahoma,arial,helvetica;
|
| 502 |
-
padding:5px;
|
| 503 |
-
margin:0;
|
| 504 |
-
}
|
| 505 |
-
|
| 506 |
-
/*QTIP GENERAL*/
|
| 507 |
-
.x-tip .x-tip-top {
|
| 508 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 509 |
-
}
|
| 510 |
-
.x-tip .x-tip-top-left {
|
| 511 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 512 |
-
}
|
| 513 |
-
.x-tip .x-tip-top-right {
|
| 514 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right 0;
|
| 515 |
-
}
|
| 516 |
-
.x-tip .x-tip-ft {
|
| 517 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 518 |
-
}
|
| 519 |
-
.x-tip .x-tip-ft-left {
|
| 520 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 521 |
-
}
|
| 522 |
-
.x-tip .x-tip-ft-right {
|
| 523 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 524 |
-
}
|
| 525 |
-
.x-tip .x-tip-bd {
|
| 526 |
-
font: normal 11px arial, tahoma,arial,helvetica,sans-serif;
|
| 527 |
-
}
|
| 528 |
-
.x-tip .x-tip-bd-left {
|
| 529 |
-
background: #fff url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 530 |
-
}
|
| 531 |
-
.x-tip .x-tip-bd-right {
|
| 532 |
-
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 533 |
}
|
| 1 |
+
/*****************************************/
|
| 2 |
+
/*galdaka theme - by Jose Alfonso Dacosta*/
|
| 3 |
+
/*****************************************/
|
| 4 |
+
|
| 5 |
+
/*TABS*/
|
| 6 |
+
.x-tabs-wrap {
|
| 7 |
+
border-bottom:1px solid #848284;
|
| 8 |
+
}
|
| 9 |
+
.x-tabs-strip .x-tabs-text {
|
| 10 |
+
font:bold 10px tahoma,arial,helvetica;
|
| 11 |
+
}
|
| 12 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 13 |
+
color:#393939;
|
| 14 |
+
}
|
| 15 |
+
.x-tabs-strip .on .x-tabs-right {
|
| 16 |
+
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat right 0;
|
| 17 |
+
}
|
| 18 |
+
.x-tabs-strip .on .x-tabs-left {
|
| 19 |
+
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat 0 -100px;
|
| 20 |
+
}
|
| 21 |
+
.x-tabs-strip .x-tabs-right {
|
| 22 |
+
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 23 |
+
}
|
| 24 |
+
.x-tabs-strip .x-tabs-left {
|
| 25 |
+
background: url(../images/galdaka/tabs/tab-sprite.gif) no-repeat 0 -150px;
|
| 26 |
+
}
|
| 27 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 28 |
+
background-image:url(../images/galdaka/layout/tab-close.gif);
|
| 29 |
+
}
|
| 30 |
+
.x-tabs-strip .on .close-icon{
|
| 31 |
+
background-image:url(../images/galdaka/layout/tab-close.gif);
|
| 32 |
+
}
|
| 33 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 34 |
+
background-image:url(../images/galdaka/layout/tab-close-on.gif);
|
| 35 |
+
}
|
| 36 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 37 |
+
background: url(../images/galdaka/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 38 |
+
}
|
| 39 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 40 |
+
background: url(../images/galdaka/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 41 |
+
}
|
| 42 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 43 |
+
background: url(../images/galdaka/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 44 |
+
}
|
| 45 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 46 |
+
background: url(../images/galdaka/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 47 |
+
}
|
| 48 |
+
.x-tabs-body {
|
| 49 |
+
border-bottom: 0px;
|
| 50 |
+
border-left: 0px;
|
| 51 |
+
border-right: 0px;
|
| 52 |
+
}
|
| 53 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 54 |
+
border-top:1px solid #848284;
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
/*TOOLBAR*/
|
| 58 |
+
.x-toolbar{
|
| 59 |
+
background-color: #f2f2f3;
|
| 60 |
+
background: url(../images/galdaka/toolbar/fondoToolbar.gif);
|
| 61 |
+
background-repeat: repeat-x;
|
| 62 |
+
border: 0px solid #c0c0c0;
|
| 63 |
+
height: 20px;
|
| 64 |
+
}
|
| 65 |
+
.x-toolbar .x-tb-button-over{
|
| 66 |
+
background:#c3d3ed url(../images/galdaka/toolbar/btn-over-bg.gif) repeat-x;
|
| 67 |
+
border:1px solid #7A7A7A;
|
| 68 |
+
padding:1px 2px;
|
| 69 |
+
}
|
| 70 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 71 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 72 |
+
}
|
| 73 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 74 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 75 |
+
}
|
| 76 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 77 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 78 |
+
}
|
| 79 |
+
.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{
|
| 80 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 81 |
+
}
|
| 82 |
+
.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{
|
| 83 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 84 |
+
}
|
| 85 |
+
.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{
|
| 86 |
+
background:url(../images/galdaka/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 87 |
+
}
|
| 88 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 89 |
+
background:transparent url(../images/galdaka/toolbar/btn-arrow.gif) no-repeat 0 0;
|
| 90 |
+
}
|
| 91 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 92 |
+
background:transparent url(../images/galdaka/toolbar/btn-arrow.gif) no-repeat 0 3px;
|
| 93 |
+
}
|
| 94 |
+
|
| 95 |
+
/*PAGING TOOLBAR*/
|
| 96 |
+
.x-grid-page-first .x-btn-text{
|
| 97 |
+
background-image: url(../images/galdaka/grid/page-first.gif);
|
| 98 |
+
}
|
| 99 |
+
.x-grid-page-last .x-btn-text{
|
| 100 |
+
background-image: url(../images/galdaka/grid/page-last.gif);
|
| 101 |
+
}
|
| 102 |
+
.x-grid-page-next .x-btn-text{
|
| 103 |
+
background-image: url(../images/galdaka/grid/page-next.gif);
|
| 104 |
+
}
|
| 105 |
+
.x-grid-page-prev .x-btn-text{
|
| 106 |
+
background-image: url(../images/galdaka/grid/page-prev.gif);
|
| 107 |
+
}
|
| 108 |
+
.x-paging-info {
|
| 109 |
+
color:#000000;
|
| 110 |
+
}
|
| 111 |
+
|
| 112 |
+
/*GRID*/
|
| 113 |
+
.x-grid-col{
|
| 114 |
+
border-right: 1px solid #f1efe2;
|
| 115 |
+
border-bottom: 1px solid #f1efe2;
|
| 116 |
+
}
|
| 117 |
+
.x-grid-row-alt{
|
| 118 |
+
background: #fffbff;
|
| 119 |
+
}
|
| 120 |
+
.x-grid-row-over td{
|
| 121 |
+
background: #f1f1f1;
|
| 122 |
+
}
|
| 123 |
+
.x-grid-header{
|
| 124 |
+
background: #ebeadb url(../images/galdaka/grid/fondoCabeceraHover.gif) repeat-x;
|
| 125 |
+
}
|
| 126 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 127 |
+
border-bottom: 1px solid #cccccc;
|
| 128 |
+
}
|
| 129 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 130 |
+
background: #fafafa url(../images/galdaka/grid/grid-hrow.gif) repeat-x 0 1px;
|
| 131 |
+
border-bottom: 1px solid #c0c0c0;
|
| 132 |
+
}
|
| 133 |
+
.x-grid-hd-text {
|
| 134 |
+
color: black;
|
| 135 |
+
}
|
| 136 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 137 |
+
background: #ebeadb url(../images/galdaka/grid/grid-hrow.gif) repeat-x;
|
| 138 |
+
}
|
| 139 |
+
.col-move-top{
|
| 140 |
+
background:transparent url(../images/galdaka/grid/col-move-top.gif) no-repeat left top;
|
| 141 |
+
}
|
| 142 |
+
.col-move-bottom{
|
| 143 |
+
background:transparent url(../images/galdaka/grid/col-move-bottom.gif) no-repeat left top;
|
| 144 |
+
}
|
| 145 |
+
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
|
| 146 |
+
background-color: #e4dce4 !important;
|
| 147 |
+
}
|
| 148 |
+
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
|
| 149 |
+
color: black !important;
|
| 150 |
+
}
|
| 151 |
+
.x-grid-row-selected .x-grid-cell-text{
|
| 152 |
+
color: black;
|
| 153 |
+
}
|
| 154 |
+
.x-grid-cell-selected{
|
| 155 |
+
background-color: #e4dce4 !important;
|
| 156 |
+
color: black;
|
| 157 |
+
}
|
| 158 |
+
.x-grid-cell-selected span{
|
| 159 |
+
color: black !important;
|
| 160 |
+
}
|
| 161 |
+
.x-grid-cell-selected .x-grid-cell-text{
|
| 162 |
+
color: black;
|
| 163 |
+
}
|
| 164 |
+
.x-grid-bottombar .x-toolbar{
|
| 165 |
+
border-top:1px solid #c0c0c0;
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
/*RESIZEABLE*/
|
| 169 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 170 |
+
background:url(../images/galdaka/sizer/e-handle.gif);
|
| 171 |
+
background-position: left;
|
| 172 |
+
}
|
| 173 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 174 |
+
background:url(../images/galdaka/sizer/e-handle.gif);
|
| 175 |
+
background-position: left;
|
| 176 |
+
}
|
| 177 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 178 |
+
background:url(../images/galdaka/sizer/s-handle.gif);
|
| 179 |
+
background-position: top;
|
| 180 |
+
}
|
| 181 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 182 |
+
background:url(../images/galdaka/sizer/s-handle.gif);
|
| 183 |
+
background-position: top;
|
| 184 |
+
}
|
| 185 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 186 |
+
background:url(../images/galdaka/sizer/se-handle.gif);
|
| 187 |
+
background-position: top left;
|
| 188 |
+
}
|
| 189 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 190 |
+
background:url(../images/galdaka/sizer/nw-handle.gif);
|
| 191 |
+
background-position:bottom right;
|
| 192 |
+
}
|
| 193 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 194 |
+
background:url(../images/galdaka/sizer/ne-handle.gif);
|
| 195 |
+
background-position: bottom left;
|
| 196 |
+
}
|
| 197 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 198 |
+
background:url(../images/galdaka/sizer/sw-handle.gif);
|
| 199 |
+
background-position: top right;
|
| 200 |
+
}
|
| 201 |
+
.x-resizable-proxy{
|
| 202 |
+
border: 1px dashed #615e55;
|
| 203 |
+
}
|
| 204 |
+
|
| 205 |
+
/*LAYOUT*/
|
| 206 |
+
.x-layout-container{
|
| 207 |
+
background-color:#f6f1f3;
|
| 208 |
+
}
|
| 209 |
+
.x-layout-collapsed{
|
| 210 |
+
background-color:#f6f1f3;
|
| 211 |
+
border:1px solid #c0c0c0;
|
| 212 |
+
}
|
| 213 |
+
.x-layout-collapsed-over{
|
| 214 |
+
background-color:#e7e3e5;
|
| 215 |
+
}
|
| 216 |
+
.x-layout-panel{
|
| 217 |
+
border:1px solid #c0c0c0;
|
| 218 |
+
}
|
| 219 |
+
.x-layout-split{
|
| 220 |
+
background-color:#f6f1f3;
|
| 221 |
+
}
|
| 222 |
+
.x-layout-panel-hd{
|
| 223 |
+
background-image: url(../images/galdaka/layout/panel-title-light-bg.gif);
|
| 224 |
+
border-bottom:1px solid #c0c0c0;
|
| 225 |
+
}
|
| 226 |
+
.x-layout-tools-button-over{
|
| 227 |
+
border:1px solid #c0c0c0;
|
| 228 |
+
}
|
| 229 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 230 |
+
border-bottom:1px solid #c0c0c0;
|
| 231 |
+
}
|
| 232 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 233 |
+
border-top:1px solid #c0c0c0;
|
| 234 |
+
}
|
| 235 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 236 |
+
border-left:1px solid #c0c0c0;
|
| 237 |
+
}
|
| 238 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 239 |
+
border-right:1px solid #c0c0c0;
|
| 240 |
+
}
|
| 241 |
+
.x-layout-split-h{
|
| 242 |
+
background-image:url(../images/galdaka/layout/e-handle.gif);
|
| 243 |
+
}
|
| 244 |
+
.x-layout-split-v{
|
| 245 |
+
background-image:url(../images/galdaka/layout/s-handle.gif);
|
| 246 |
+
}
|
| 247 |
+
.x-layout-panel .x-tabs-wrap{
|
| 248 |
+
background:url(../images/galdaka/layout/gradient-bg.gif);
|
| 249 |
+
}
|
| 250 |
+
.x-layout-close{
|
| 251 |
+
background-image:url(../images/galdaka/layout/panel-close.gif);
|
| 252 |
+
}
|
| 253 |
+
.x-layout-stick{
|
| 254 |
+
background-image:url(../images/galdaka/layout/stick.gif);
|
| 255 |
+
}
|
| 256 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 257 |
+
background-image:url(../images/galdaka/layout/collapse.gif);
|
| 258 |
+
}
|
| 259 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 260 |
+
background-image:url(../images/galdaka/layout/expand.gif);
|
| 261 |
+
}
|
| 262 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 263 |
+
background-image:url(../images/galdaka/layout/ns-collapse.gif);
|
| 264 |
+
}
|
| 265 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 266 |
+
background-image:url(../images/galdaka/layout/ns-expand.gif);
|
| 267 |
+
}
|
| 268 |
+
/*DIALOG*/
|
| 269 |
+
.x-dlg-proxy {
|
| 270 |
+
background-image: url(../images/galdaka/basic-dialog/gradient-bg.gif);
|
| 271 |
+
background-color:#EAE8D5;
|
| 272 |
+
border:1px solid #b3b6b0;
|
| 273 |
+
}
|
| 274 |
+
.x-dlg-shadow{
|
| 275 |
+
background:#aaaaaa;
|
| 276 |
+
}
|
| 277 |
+
.x-dlg-proxy .tabset{
|
| 278 |
+
background:url(../images/galdaka/basic-dialog/gradient-bg.gif);
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
.x-dlg .x-dlg-hd {
|
| 282 |
+
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
|
| 283 |
+
background-color:#333333;
|
| 284 |
+
}
|
| 285 |
+
.x-dlg .x-dlg-hd-left {
|
| 286 |
+
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
|
| 287 |
+
}
|
| 288 |
+
.x-dlg .x-dlg-hd-right {
|
| 289 |
+
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) no-repeat right 0px;
|
| 290 |
+
}
|
| 291 |
+
.x-dlg .x-dlg-close {
|
| 292 |
+
width:19px;
|
| 293 |
+
height:19px;
|
| 294 |
+
top:-2px;
|
| 295 |
+
right:5px;
|
| 296 |
+
opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
|
| 297 |
+
background-image:url(../images/galdaka/basic-dialog/close.gif);
|
| 298 |
+
zoom:1;
|
| 299 |
+
}
|
| 300 |
+
.x-dlg .x-dlg-close-over {
|
| 301 |
+
background-image:url(../images/galdaka/basic-dialog/close-over.gif);
|
| 302 |
+
}
|
| 303 |
+
.x-dlg .x-dlg-collapse {
|
| 304 |
+
background-image:url(../images/galdaka/basic-dialog/collapse.gif);
|
| 305 |
+
}
|
| 306 |
+
.x-dlg .x-dlg-collapse-over {
|
| 307 |
+
background-image:url(../images/galdaka/basic-dialog/collapse-over.gif);
|
| 308 |
+
}
|
| 309 |
+
.x-dlg-collapsed {
|
| 310 |
+
border-bottom:1px solid #96b9e6;
|
| 311 |
+
}
|
| 312 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 313 |
+
background-image:url(.../images/galdaka/basic-dialog/expand.gif);
|
| 314 |
+
}
|
| 315 |
+
.x-dlg-collapsed .x-dlg-collapse-over {
|
| 316 |
+
background-image:url(../images/galdaka/basic-dialog/expand-over.gif);
|
| 317 |
+
}
|
| 318 |
+
|
| 319 |
+
.x-dlg .x-dlg-dlg-body{
|
| 320 |
+
background:#efefec;
|
| 321 |
+
border:1px solid #b3b6b0;
|
| 322 |
+
border-top:0px none;
|
| 323 |
+
}
|
| 324 |
+
.x-dlg .x-tabs-top .x-ui-ext-tabbody{
|
| 325 |
+
border:1px solid #b3b6b0;
|
| 326 |
+
border-top:0px none;
|
| 327 |
+
}
|
| 328 |
+
.x-dlg .x-tabs-bottom .x-ui-ext-tabbody{
|
| 329 |
+
border:1px solid #b3b6b0;
|
| 330 |
+
border-bottom:0px none;
|
| 331 |
+
}
|
| 332 |
+
.x-dlg .x-layout-container .x-ui-ext-tabbody{
|
| 333 |
+
border:0px none;
|
| 334 |
+
}
|
| 335 |
+
.x-dlg div.x-resizable-handle-east{
|
| 336 |
+
background-image:url(../images/galdaka/basic-dialog/e-handle.gif);
|
| 337 |
+
}
|
| 338 |
+
.x-dlg div.x-resizable-handle-south{
|
| 339 |
+
background-image:url(../images/galdaka/basic-dialog/s-handle.gif);
|
| 340 |
+
}
|
| 341 |
+
.x-dlg div.x-resizable-handle-west{
|
| 342 |
+
background-image:url(../images/galdaka/basic-dialog/e-handle.gif);
|
| 343 |
+
}
|
| 344 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 345 |
+
background-image:url(../images/galdaka/basic-dialog/se-handle.gif);
|
| 346 |
+
}
|
| 347 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 348 |
+
background-image:url(../images/galdaka/basic-dialog/sw-handle.gif);
|
| 349 |
+
}
|
| 350 |
+
|
| 351 |
+
/*TREE*/
|
| 352 |
+
.x-tree-node .x-tree-selected a span{
|
| 353 |
+
background: #a8a6a6;
|
| 354 |
+
}
|
| 355 |
+
|
| 356 |
+
/*MENU*/
|
| 357 |
+
.x-menu {
|
| 358 |
+
border-color: #cecece #c0c0c0 #c0c0c0 #cecece;
|
| 359 |
+
background: #fff url(../images/galdaka/menu/menu.gif) repeat-y;
|
| 360 |
+
}
|
| 361 |
+
.x-menu-list-item{
|
| 362 |
+
font:normal 11px Arial, Verdana, Helvetica, sans-serif,tahoma,"Lucida Sans Unicode",arial, sans-serif;
|
| 363 |
+
}
|
| 364 |
+
.x-menu-sep {
|
| 365 |
+
background:#bdbdbd;
|
| 366 |
+
}
|
| 367 |
+
.x-menu-item {
|
| 368 |
+
color:#000000;
|
| 369 |
+
}
|
| 370 |
+
.x-menu-item-active {
|
| 371 |
+
background:#f1f1f1;
|
| 372 |
+
border:1px solid #dcdcdc;
|
| 373 |
+
}
|
| 374 |
+
.x-menu-item-arrow{
|
| 375 |
+
background:transparent url(../images/galdaka/menu/menu-parent.gif) no-repeat right;
|
| 376 |
+
}
|
| 377 |
+
.x-menu-check-item .x-menu-item-icon{
|
| 378 |
+
background: transparent url(../images/galdaka/menu/unchecked.gif) no-repeat center;
|
| 379 |
+
}
|
| 380 |
+
.x-menu-item-checked .x-menu-item-icon{
|
| 381 |
+
background-image:url(../images/galdaka/menu/checked.gif);
|
| 382 |
+
}
|
| 383 |
+
.x-menu-group-item .x-menu-item-icon{
|
| 384 |
+
background: transparent;
|
| 385 |
+
}
|
| 386 |
+
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
| 387 |
+
background: transparent url(../images/galdaka/menu/group-checked.gif) no-repeat center;
|
| 388 |
+
}
|
| 389 |
+
|
| 390 |
+
/*DATE-PICKER*/
|
| 391 |
+
.x-date-middle,.x-date-left,.x-date-right {
|
| 392 |
+
background: url(../images/galdaka/basic-dialog/hd-sprite.gif) repeat-x 0 -83px;
|
| 393 |
+
font: bold 11px arial, verdana, "sans serif", tahoma, helvetica;
|
| 394 |
+
}
|
| 395 |
+
.x-date-right a {
|
| 396 |
+
background-image: url(../images/galdaka/shared/right-btn.gif);
|
| 397 |
+
}
|
| 398 |
+
.x-date-left a{
|
| 399 |
+
background-image: url(../images/galdaka/shared/left-btn.gif);
|
| 400 |
+
}
|
| 401 |
+
.x-date-inner th {
|
| 402 |
+
background: #848484;
|
| 403 |
+
color: #FFFFFF;
|
| 404 |
+
}
|
| 405 |
+
.x-date-inner .x-date-selected a{
|
| 406 |
+
background: #f6f6f6;
|
| 407 |
+
border: 1px solid #5e5e5e;
|
| 408 |
+
}
|
| 409 |
+
.x-date-inner .x-date-today a{
|
| 410 |
+
border: 1px solid #dedede;
|
| 411 |
+
}
|
| 412 |
+
.x-date-bottom {
|
| 413 |
+
border-top: 1px solid #848484;
|
| 414 |
+
background: #e7e7e7;
|
| 415 |
+
}
|
| 416 |
+
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
|
| 417 |
+
background: #F0F0F0;
|
| 418 |
+
}
|
| 419 |
+
|
| 420 |
+
/*FORM*/
|
| 421 |
+
.x-form-field{
|
| 422 |
+
font:normal 11px arial, verdana, tahoma, arial, helvetica, sans-serif;
|
| 423 |
+
}
|
| 424 |
+
.x-form-field-wrap .x-form-trigger{
|
| 425 |
+
right: 0px;
|
| 426 |
+
}
|
| 427 |
+
.x-form-field-wrap .x-form-trigger{
|
| 428 |
+
background:transparent url(../images/galdaka/form/trigger.gif) no-repeat 0 0;
|
| 429 |
+
}
|
| 430 |
+
.x-form-field-wrap .x-form-date-trigger{
|
| 431 |
+
background:transparent url(../images/galdaka/form/date-trigger.gif) no-repeat 0 0;
|
| 432 |
+
}
|
| 433 |
+
.x-form-focus{
|
| 434 |
+
border: 1px solid #000000;
|
| 435 |
+
}
|
| 436 |
+
.x-form-item {
|
| 437 |
+
font:normal 11px arial, verdana, tahoma, arial, helvetica, sans-serif;
|
| 438 |
+
color: #808594;
|
| 439 |
+
}
|
| 440 |
+
.x-form fieldset {
|
| 441 |
+
border:1px solid #dedede;
|
| 442 |
+
}
|
| 443 |
+
.x-form fieldset legend {
|
| 444 |
+
font: bold 11px verdana, tahoma, arial, helvetica, sans-serif;
|
| 445 |
+
color: #606060;
|
| 446 |
+
}
|
| 447 |
+
|
| 448 |
+
/*COMBOBOX*/
|
| 449 |
+
.x-combo-list {
|
| 450 |
+
border:1px solid #b5b8c8;
|
| 451 |
+
}
|
| 452 |
+
.x-combo-list-item {
|
| 453 |
+
font:normal 11px arial, tahoma, arial, helvetica, sans-serif;
|
| 454 |
+
}
|
| 455 |
+
.x-combo-list .x-combo-selected{
|
| 456 |
+
background-color: #e7e7e7 !important;
|
| 457 |
+
border:1px solid #5e5e5e;
|
| 458 |
+
}
|
| 459 |
+
|
| 460 |
+
/*BOX*/
|
| 461 |
+
.x-box-blue .x-box-mc {
|
| 462 |
+
background-color: #e7e7e7;
|
| 463 |
+
}
|
| 464 |
+
|
| 465 |
+
/*MASK*/
|
| 466 |
+
.ext-el-mask-msg {
|
| 467 |
+
border:1px solid #5e5e5e;
|
| 468 |
+
background: #eeeeee url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 469 |
+
}
|
| 470 |
+
.ext-el-mask-msg div {
|
| 471 |
+
border:1px solid #ccc;
|
| 472 |
+
font:bold 10px verdana, arial, tahoma, helvetica, sans-serif;
|
| 473 |
+
}
|
| 474 |
+
|
| 475 |
+
/*LOADING MASK GRANDE (GEN�RICO PARA FORMULARIOS)*/
|
| 476 |
+
#class .loading-indicator{
|
| 477 |
+
font-size: 11px;
|
| 478 |
+
height:15px;
|
| 479 |
+
}
|
| 480 |
+
.loading-indicator {
|
| 481 |
+
background-color: white;
|
| 482 |
+
background-image: none;
|
| 483 |
+
padding-left:20px;
|
| 484 |
+
height:15px;
|
| 485 |
+
text-align:left;
|
| 486 |
+
}
|
| 487 |
+
#loading{
|
| 488 |
+
position:absolute;
|
| 489 |
+
left:45%;
|
| 490 |
+
top:40%;
|
| 491 |
+
border:1px solid #979797;
|
| 492 |
+
padding:2px;
|
| 493 |
+
background:#c6c6c6;
|
| 494 |
+
width:130px;
|
| 495 |
+
text-align:center;
|
| 496 |
+
z-index:20001;
|
| 497 |
+
}
|
| 498 |
+
#loading .loading-indicator{
|
| 499 |
+
border:1px solid #dedede;
|
| 500 |
+
color:#000000;
|
| 501 |
+
font: bold 10px verdana, tahoma,arial,helvetica;
|
| 502 |
+
padding:5px;
|
| 503 |
+
margin:0;
|
| 504 |
+
}
|
| 505 |
+
|
| 506 |
+
/*QTIP GENERAL*/
|
| 507 |
+
.x-tip .x-tip-top {
|
| 508 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -12px;
|
| 509 |
+
}
|
| 510 |
+
.x-tip .x-tip-top-left {
|
| 511 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 0;
|
| 512 |
+
}
|
| 513 |
+
.x-tip .x-tip-top-right {
|
| 514 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right 0;
|
| 515 |
+
}
|
| 516 |
+
.x-tip .x-tip-ft {
|
| 517 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -18px;
|
| 518 |
+
}
|
| 519 |
+
.x-tip .x-tip-ft-left {
|
| 520 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -6px;
|
| 521 |
+
}
|
| 522 |
+
.x-tip .x-tip-ft-right {
|
| 523 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right -6px;
|
| 524 |
+
}
|
| 525 |
+
.x-tip .x-tip-bd {
|
| 526 |
+
font: normal 11px arial, tahoma,arial,helvetica,sans-serif;
|
| 527 |
+
}
|
| 528 |
+
.x-tip .x-tip-bd-left {
|
| 529 |
+
background: #fff url(../images/galdaka/qtip/tip-sprite.gif) no-repeat 0 -24px;
|
| 530 |
+
}
|
| 531 |
+
.x-tip .x-tip-bd-right {
|
| 532 |
+
background: transparent url(../images/galdaka/qtip/tip-sprite.gif) no-repeat right -24px;
|
| 533 |
}
|
js/extjs/resources/css/ytheme-gray.css
CHANGED
|
@@ -1,438 +1,438 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
.ext-el-mask-msg {
|
| 11 |
-
border:1px solid #aaa;
|
| 12 |
-
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 13 |
-
}
|
| 14 |
-
.ext-el-mask-msg div {
|
| 15 |
-
border:1px solid #ccc;
|
| 16 |
-
}
|
| 17 |
-
|
| 18 |
-
/*
|
| 19 |
-
Menu
|
| 20 |
-
*/
|
| 21 |
-
.x-menu {
|
| 22 |
-
border-color: #999 #999 #999 #999;
|
| 23 |
-
background-image:url(../images/gray/menu/menu.gif);
|
| 24 |
-
}
|
| 25 |
-
.x-menu-item-arrow{
|
| 26 |
-
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 27 |
-
}
|
| 28 |
-
.x-menu-item {
|
| 29 |
-
color:#222;
|
| 30 |
-
}
|
| 31 |
-
.x-menu-item-active {
|
| 32 |
-
background:#ddd;
|
| 33 |
-
border:1px solid #aaa;
|
| 34 |
-
}
|
| 35 |
-
.x-menu-sep {
|
| 36 |
-
background:#aaa;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
/* grid */
|
| 40 |
-
.x-grid-header{
|
| 41 |
-
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x;
|
| 42 |
-
overflow:hidden;
|
| 43 |
-
position:relative;
|
| 44 |
-
cursor:default;
|
| 45 |
-
width:100%;
|
| 46 |
-
}
|
| 47 |
-
.x-grid-hd-row{
|
| 48 |
-
height:22px;
|
| 49 |
-
}
|
| 50 |
-
.x-grid-hd {
|
| 51 |
-
padding-right:1px;
|
| 52 |
-
}
|
| 53 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 54 |
-
border-bottom: 1px solid #fcc247;
|
| 55 |
-
}
|
| 56 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 57 |
-
background: #faf9f4;
|
| 58 |
-
padding-bottom:1px;
|
| 59 |
-
border-bottom: 1px solid #f9a900;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
.x-grid-hd-text {
|
| 63 |
-
color:#000000;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
.x-grid-col {
|
| 67 |
-
border-right: 1px solid #f1efe2;
|
| 68 |
-
border-bottom: 1px solid #f1efe2;
|
| 69 |
-
}
|
| 70 |
-
.x-grid-row-alt{
|
| 71 |
-
background:#fcfaf6;
|
| 72 |
-
}
|
| 73 |
-
.x-grid-row-over td{
|
| 74 |
-
background:#f1f1f1;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
.x-grid-locked .x-grid-body td {
|
| 79 |
-
background: #f0efe4;
|
| 80 |
-
border-right: 1px solid #D6D2C2;
|
| 81 |
-
border-bottom: 1px solid #D6D2C2 !important;
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
.x-grid-locked .x-grid-header table{
|
| 85 |
-
border-right:1px solid transparent;
|
| 86 |
-
}
|
| 87 |
-
.x-grid-locked .x-grid-body table{
|
| 88 |
-
border-right:1px solid #c6c2b2;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
-
.x-grid-bottombar .x-toolbar{
|
| 92 |
-
border-right:0 none;
|
| 93 |
-
border-bottom:0 none;
|
| 94 |
-
border-top:1px solid #f1efe2;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
.x-props-grid .x-grid-col-name{
|
| 98 |
-
background-color: #f1efe2;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 104 |
-
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 105 |
-
vertical-align:middle !important;
|
| 106 |
-
color:black;
|
| 107 |
-
padding:0;
|
| 108 |
-
border-top:1px solid white;
|
| 109 |
-
border-bottom:none !important;
|
| 110 |
-
border-right:1px solid #d6d2c2 !important;
|
| 111 |
-
text-align:center;
|
| 112 |
-
}
|
| 113 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 114 |
-
padding:0 4px;
|
| 115 |
-
color:black !important;
|
| 116 |
-
text-align:center;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
/**
|
| 120 |
-
* Basic-Dialog
|
| 121 |
-
*/
|
| 122 |
-
.x-dlg-proxy {
|
| 123 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 124 |
-
background-color:#EAE8D5;
|
| 125 |
-
border:1px solid #b3b6b0;
|
| 126 |
-
}
|
| 127 |
-
.x-dlg-shadow{
|
| 128 |
-
background:#aaaaaa;
|
| 129 |
-
}
|
| 130 |
-
.x-dlg-proxy .tabset{
|
| 131 |
-
background:url(../images/gray/layout/gradient-bg.gif);
|
| 132 |
-
}
|
| 133 |
-
.x-dlg .x-dlg-hd {
|
| 134 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 135 |
-
background-color:#333333;
|
| 136 |
-
}
|
| 137 |
-
.x-dlg .x-dlg-hd-left {
|
| 138 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 139 |
-
}
|
| 140 |
-
.x-dlg .x-dlg-hd-right {
|
| 141 |
-
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 142 |
-
}
|
| 143 |
-
.x-dlg .x-dlg-dlg-body{
|
| 144 |
-
background:#efefec;
|
| 145 |
-
border:1px solid #b3b6b0;
|
| 146 |
-
border-top:0 none;
|
| 147 |
-
}
|
| 148 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 149 |
-
border:1px solid #b3b6b0;
|
| 150 |
-
border-top:0 none;
|
| 151 |
-
}
|
| 152 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 153 |
-
border:1px solid #b3b6b0;
|
| 154 |
-
border-bottom:0 none;
|
| 155 |
-
}
|
| 156 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 157 |
-
border:0 none;
|
| 158 |
-
}
|
| 159 |
-
.x-dlg .x-dlg-close {
|
| 160 |
-
background-image:url(../images/gray/basic-dialog/close.gif);
|
| 161 |
-
}
|
| 162 |
-
.x-dlg .x-dlg-collapse {
|
| 163 |
-
background-image:url(../images/gray/basic-dialog/collapse.gif);
|
| 164 |
-
}
|
| 165 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 166 |
-
background-image:url(../images/gray/basic-dialog/expand.gif);
|
| 167 |
-
}
|
| 168 |
-
.x-dlg div.x-resizable-handle-east{
|
| 169 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 170 |
-
border:0 none;
|
| 171 |
-
}
|
| 172 |
-
.x-dlg div.x-resizable-handle-south{
|
| 173 |
-
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 174 |
-
border:0 none;
|
| 175 |
-
}
|
| 176 |
-
.x-dlg div.x-resizable-handle-west{
|
| 177 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 178 |
-
border:0 none;
|
| 179 |
-
}
|
| 180 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 181 |
-
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 182 |
-
background-position: bottom right;
|
| 183 |
-
width:8px;
|
| 184 |
-
height:8px;
|
| 185 |
-
border:0;
|
| 186 |
-
}
|
| 187 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 188 |
-
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 189 |
-
background-position: top right;
|
| 190 |
-
margin-left:1px;
|
| 191 |
-
margin-bottom:1px;
|
| 192 |
-
border:0;
|
| 193 |
-
}
|
| 194 |
-
.x-dlg div.x-resizable-handle-north{
|
| 195 |
-
background-image:url(../images/gray/s.gif);
|
| 196 |
-
border:0 none;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
/**
|
| 200 |
-
* Tabs
|
| 201 |
-
*/
|
| 202 |
-
.x-tabs-wrap {
|
| 203 |
-
border-bottom:1px solid #aca899;
|
| 204 |
-
}
|
| 205 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 206 |
-
cursor:default;
|
| 207 |
-
color:#333333;
|
| 208 |
-
}
|
| 209 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 210 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0;
|
| 211 |
-
}
|
| 212 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 213 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 214 |
-
}
|
| 215 |
-
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 216 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 217 |
-
}
|
| 218 |
-
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 219 |
-
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 220 |
-
}
|
| 221 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 222 |
-
background-image:url(../images/gray/layout/tab-close.gif);
|
| 223 |
-
}
|
| 224 |
-
.x-tabs-strip .on .close-icon{
|
| 225 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 226 |
-
}
|
| 227 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 228 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 229 |
-
}
|
| 230 |
-
.x-tabs-body {
|
| 231 |
-
border:1px solid #aca899;
|
| 232 |
-
border-top:0 none;
|
| 233 |
-
}
|
| 234 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 235 |
-
border-bottom:0 none;
|
| 236 |
-
padding-top:0;
|
| 237 |
-
border-top:1px solid #aca899;
|
| 238 |
-
}
|
| 239 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 240 |
-
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 241 |
-
}
|
| 242 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 243 |
-
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 244 |
-
}
|
| 245 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 246 |
-
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 247 |
-
}
|
| 248 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 249 |
-
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 250 |
-
}
|
| 251 |
-
|
| 252 |
-
.x-tabs-bottom .x-tabs-body {
|
| 253 |
-
border:1px solid #aca899;
|
| 254 |
-
border-bottom:0 none;
|
| 255 |
-
}
|
| 256 |
-
|
| 257 |
-
.x-layout-container .x-layout-tabs-body{
|
| 258 |
-
border:0 none;
|
| 259 |
-
}
|
| 260 |
-
/* QuickTips */
|
| 261 |
-
|
| 262 |
-
.x-tip .x-tip-top {
|
| 263 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 264 |
-
}
|
| 265 |
-
.x-tip .x-tip-top-left {
|
| 266 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 267 |
-
}
|
| 268 |
-
.x-tip .x-tip-top-right {
|
| 269 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 270 |
-
}
|
| 271 |
-
.x-tip .x-tip-ft {
|
| 272 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 273 |
-
}
|
| 274 |
-
.x-tip .x-tip-ft-left {
|
| 275 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 276 |
-
}
|
| 277 |
-
.x-tip .x-tip-ft-right {
|
| 278 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 279 |
-
}
|
| 280 |
-
.x-tip .x-tip-bd-left {
|
| 281 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 282 |
-
}
|
| 283 |
-
.x-tip .x-tip-bd-right {
|
| 284 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
/* BorderLayout */
|
| 288 |
-
|
| 289 |
-
.x-layout-container{
|
| 290 |
-
background-color:#f3f2e7;
|
| 291 |
-
}
|
| 292 |
-
.x-layout-collapsed{
|
| 293 |
-
background-color:#f3f2e7;
|
| 294 |
-
border:1px solid #aca899;
|
| 295 |
-
}
|
| 296 |
-
.x-layout-collapsed-over{
|
| 297 |
-
background-color:#fbfbef;
|
| 298 |
-
}
|
| 299 |
-
.x-layout-panel{
|
| 300 |
-
border:1px solid #aca899;
|
| 301 |
-
}
|
| 302 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 303 |
-
border:0 none;
|
| 304 |
-
}
|
| 305 |
-
.x-layout-split{
|
| 306 |
-
background-color:#f3f2e7;
|
| 307 |
-
}
|
| 308 |
-
.x-layout-panel-hd{
|
| 309 |
-
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 310 |
-
border-bottom:1px solid #aca899;
|
| 311 |
-
}
|
| 312 |
-
.x-layout-tools-button-over{
|
| 313 |
-
border:1px solid #aca899;
|
| 314 |
-
}
|
| 315 |
-
.x-layout-close{
|
| 316 |
-
background-image:url(../images/gray/layout/panel-close.gif);
|
| 317 |
-
}
|
| 318 |
-
.x-layout-stick{
|
| 319 |
-
background-image:url(../images/gray/layout/stick.gif);
|
| 320 |
-
}
|
| 321 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 322 |
-
background-image:url(../images/gray/layout/collapse.gif);
|
| 323 |
-
}
|
| 324 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 325 |
-
background-image:url(../images/gray/layout/expand.gif);
|
| 326 |
-
}
|
| 327 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 328 |
-
background-image:url(../images/gray/layout/ns-collapse.gif);
|
| 329 |
-
}
|
| 330 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 331 |
-
background-image:url(../images/gray/layout/ns-expand.gif);
|
| 332 |
-
}
|
| 333 |
-
.x-layout-split-h{
|
| 334 |
-
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 335 |
-
}
|
| 336 |
-
.x-layout-split-v{
|
| 337 |
-
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 338 |
-
}
|
| 339 |
-
.x-layout-panel .x-tabs-wrap{
|
| 340 |
-
background:url(../images/gray/layout/gradient-bg.gif);
|
| 341 |
-
}
|
| 342 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 343 |
-
border-bottom:1px solid #aca899;
|
| 344 |
-
}
|
| 345 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 346 |
-
border-top:1px solid #aca899;
|
| 347 |
-
}
|
| 348 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 349 |
-
border-left:1px solid #aca899;
|
| 350 |
-
}
|
| 351 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 352 |
-
border-right:1px solid #aca899;
|
| 353 |
-
}
|
| 354 |
-
.x-layout-panel-dragover {
|
| 355 |
-
border: 2px solid #aca899;
|
| 356 |
-
}
|
| 357 |
-
.x-layout-panel-proxy {
|
| 358 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 359 |
-
background-color:#f3f2e7;
|
| 360 |
-
border:1px dashed #aca899;
|
| 361 |
-
}
|
| 362 |
-
/** Resizable */
|
| 363 |
-
|
| 364 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 365 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 366 |
-
background-position: left;
|
| 367 |
-
}
|
| 368 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 369 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 370 |
-
background-position: left;
|
| 371 |
-
}
|
| 372 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 373 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 374 |
-
background-position: top;
|
| 375 |
-
}
|
| 376 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 377 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 378 |
-
background-position: top;
|
| 379 |
-
}
|
| 380 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 381 |
-
background:url(../images/gray/sizer/se-handle.gif);
|
| 382 |
-
background-position: top left;
|
| 383 |
-
}
|
| 384 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 385 |
-
background:url(../images/gray/sizer/nw-handle.gif);
|
| 386 |
-
background-position:bottom right;
|
| 387 |
-
}
|
| 388 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 389 |
-
background:url(../images/gray/sizer/ne-handle.gif);
|
| 390 |
-
background-position: bottom left;
|
| 391 |
-
}
|
| 392 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 393 |
-
background:url(../images/gray/sizer/sw-handle.gif);
|
| 394 |
-
background-position: top right;
|
| 395 |
-
}
|
| 396 |
-
.x-resizable-proxy{
|
| 397 |
-
border: 1px dashed #615e55;
|
| 398 |
-
}
|
| 399 |
-
|
| 400 |
-
/** Toolbar */
|
| 401 |
-
.x-toolbar{
|
| 402 |
-
border:0 none;
|
| 403 |
-
background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x;
|
| 404 |
-
padding:3px;
|
| 405 |
-
}
|
| 406 |
-
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 407 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 408 |
-
}
|
| 409 |
-
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 410 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 411 |
-
}
|
| 412 |
-
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 413 |
-
background:url(../images/gray/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 414 |
-
}
|
| 415 |
-
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 416 |
-
background-position: 0 -47px;
|
| 417 |
-
}
|
| 418 |
-
.x-paging-info {
|
| 419 |
-
color:#222222;
|
| 420 |
-
}
|
| 421 |
-
|
| 422 |
-
/* combo box */
|
| 423 |
-
.x-combo-list {
|
| 424 |
-
border:1px solid #999;
|
| 425 |
-
background:#dddddd;
|
| 426 |
-
}
|
| 427 |
-
.x-combo-list-hd {
|
| 428 |
-
color:#222;
|
| 429 |
-
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 430 |
-
border-bottom:1px solid #aca899;
|
| 431 |
-
}
|
| 432 |
-
.x-resizable-pinned .x-combo-list-inner {
|
| 433 |
-
border-bottom:1px solid #aaa;
|
| 434 |
-
}
|
| 435 |
-
.x-combo-list .x-combo-selected{
|
| 436 |
-
background:#ddd !important;
|
| 437 |
-
border:1px solid #aaa;
|
| 438 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
.ext-el-mask-msg {
|
| 11 |
+
border:1px solid #aaa;
|
| 12 |
+
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 13 |
+
}
|
| 14 |
+
.ext-el-mask-msg div {
|
| 15 |
+
border:1px solid #ccc;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
/*
|
| 19 |
+
Menu
|
| 20 |
+
*/
|
| 21 |
+
.x-menu {
|
| 22 |
+
border-color: #999 #999 #999 #999;
|
| 23 |
+
background-image:url(../images/gray/menu/menu.gif);
|
| 24 |
+
}
|
| 25 |
+
.x-menu-item-arrow{
|
| 26 |
+
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 27 |
+
}
|
| 28 |
+
.x-menu-item {
|
| 29 |
+
color:#222;
|
| 30 |
+
}
|
| 31 |
+
.x-menu-item-active {
|
| 32 |
+
background:#ddd;
|
| 33 |
+
border:1px solid #aaa;
|
| 34 |
+
}
|
| 35 |
+
.x-menu-sep {
|
| 36 |
+
background:#aaa;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
/* grid */
|
| 40 |
+
.x-grid-header{
|
| 41 |
+
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x;
|
| 42 |
+
overflow:hidden;
|
| 43 |
+
position:relative;
|
| 44 |
+
cursor:default;
|
| 45 |
+
width:100%;
|
| 46 |
+
}
|
| 47 |
+
.x-grid-hd-row{
|
| 48 |
+
height:22px;
|
| 49 |
+
}
|
| 50 |
+
.x-grid-hd {
|
| 51 |
+
padding-right:1px;
|
| 52 |
+
}
|
| 53 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 54 |
+
border-bottom: 1px solid #fcc247;
|
| 55 |
+
}
|
| 56 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 57 |
+
background: #faf9f4;
|
| 58 |
+
padding-bottom:1px;
|
| 59 |
+
border-bottom: 1px solid #f9a900;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.x-grid-hd-text {
|
| 63 |
+
color:#000000;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
.x-grid-col {
|
| 67 |
+
border-right: 1px solid #f1efe2;
|
| 68 |
+
border-bottom: 1px solid #f1efe2;
|
| 69 |
+
}
|
| 70 |
+
.x-grid-row-alt{
|
| 71 |
+
background:#fcfaf6;
|
| 72 |
+
}
|
| 73 |
+
.x-grid-row-over td{
|
| 74 |
+
background:#f1f1f1;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
.x-grid-locked .x-grid-body td {
|
| 79 |
+
background: #f0efe4;
|
| 80 |
+
border-right: 1px solid #D6D2C2;
|
| 81 |
+
border-bottom: 1px solid #D6D2C2 !important;
|
| 82 |
+
}
|
| 83 |
+
|
| 84 |
+
.x-grid-locked .x-grid-header table{
|
| 85 |
+
border-right:1px solid transparent;
|
| 86 |
+
}
|
| 87 |
+
.x-grid-locked .x-grid-body table{
|
| 88 |
+
border-right:1px solid #c6c2b2;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
.x-grid-bottombar .x-toolbar{
|
| 92 |
+
border-right:0 none;
|
| 93 |
+
border-bottom:0 none;
|
| 94 |
+
border-top:1px solid #f1efe2;
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.x-props-grid .x-grid-col-name{
|
| 98 |
+
background-color: #f1efe2;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 104 |
+
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 105 |
+
vertical-align:middle !important;
|
| 106 |
+
color:black;
|
| 107 |
+
padding:0;
|
| 108 |
+
border-top:1px solid white;
|
| 109 |
+
border-bottom:none !important;
|
| 110 |
+
border-right:1px solid #d6d2c2 !important;
|
| 111 |
+
text-align:center;
|
| 112 |
+
}
|
| 113 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 114 |
+
padding:0 4px;
|
| 115 |
+
color:black !important;
|
| 116 |
+
text-align:center;
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
/**
|
| 120 |
+
* Basic-Dialog
|
| 121 |
+
*/
|
| 122 |
+
.x-dlg-proxy {
|
| 123 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 124 |
+
background-color:#EAE8D5;
|
| 125 |
+
border:1px solid #b3b6b0;
|
| 126 |
+
}
|
| 127 |
+
.x-dlg-shadow{
|
| 128 |
+
background:#aaaaaa;
|
| 129 |
+
}
|
| 130 |
+
.x-dlg-proxy .tabset{
|
| 131 |
+
background:url(../images/gray/layout/gradient-bg.gif);
|
| 132 |
+
}
|
| 133 |
+
.x-dlg .x-dlg-hd {
|
| 134 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 135 |
+
background-color:#333333;
|
| 136 |
+
}
|
| 137 |
+
.x-dlg .x-dlg-hd-left {
|
| 138 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 139 |
+
}
|
| 140 |
+
.x-dlg .x-dlg-hd-right {
|
| 141 |
+
background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 142 |
+
}
|
| 143 |
+
.x-dlg .x-dlg-dlg-body{
|
| 144 |
+
background:#efefec;
|
| 145 |
+
border:1px solid #b3b6b0;
|
| 146 |
+
border-top:0 none;
|
| 147 |
+
}
|
| 148 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 149 |
+
border:1px solid #b3b6b0;
|
| 150 |
+
border-top:0 none;
|
| 151 |
+
}
|
| 152 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 153 |
+
border:1px solid #b3b6b0;
|
| 154 |
+
border-bottom:0 none;
|
| 155 |
+
}
|
| 156 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 157 |
+
border:0 none;
|
| 158 |
+
}
|
| 159 |
+
.x-dlg .x-dlg-close {
|
| 160 |
+
background-image:url(../images/gray/basic-dialog/close.gif);
|
| 161 |
+
}
|
| 162 |
+
.x-dlg .x-dlg-collapse {
|
| 163 |
+
background-image:url(../images/gray/basic-dialog/collapse.gif);
|
| 164 |
+
}
|
| 165 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 166 |
+
background-image:url(../images/gray/basic-dialog/expand.gif);
|
| 167 |
+
}
|
| 168 |
+
.x-dlg div.x-resizable-handle-east{
|
| 169 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 170 |
+
border:0 none;
|
| 171 |
+
}
|
| 172 |
+
.x-dlg div.x-resizable-handle-south{
|
| 173 |
+
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 174 |
+
border:0 none;
|
| 175 |
+
}
|
| 176 |
+
.x-dlg div.x-resizable-handle-west{
|
| 177 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 178 |
+
border:0 none;
|
| 179 |
+
}
|
| 180 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 181 |
+
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 182 |
+
background-position: bottom right;
|
| 183 |
+
width:8px;
|
| 184 |
+
height:8px;
|
| 185 |
+
border:0;
|
| 186 |
+
}
|
| 187 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 188 |
+
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 189 |
+
background-position: top right;
|
| 190 |
+
margin-left:1px;
|
| 191 |
+
margin-bottom:1px;
|
| 192 |
+
border:0;
|
| 193 |
+
}
|
| 194 |
+
.x-dlg div.x-resizable-handle-north{
|
| 195 |
+
background-image:url(../images/gray/s.gif);
|
| 196 |
+
border:0 none;
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
/**
|
| 200 |
+
* Tabs
|
| 201 |
+
*/
|
| 202 |
+
.x-tabs-wrap {
|
| 203 |
+
border-bottom:1px solid #aca899;
|
| 204 |
+
}
|
| 205 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 206 |
+
cursor:default;
|
| 207 |
+
color:#333333;
|
| 208 |
+
}
|
| 209 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 210 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0;
|
| 211 |
+
}
|
| 212 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 213 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 214 |
+
}
|
| 215 |
+
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 216 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 217 |
+
}
|
| 218 |
+
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 219 |
+
background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 220 |
+
}
|
| 221 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 222 |
+
background-image:url(../images/gray/layout/tab-close.gif);
|
| 223 |
+
}
|
| 224 |
+
.x-tabs-strip .on .close-icon{
|
| 225 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 226 |
+
}
|
| 227 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 228 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 229 |
+
}
|
| 230 |
+
.x-tabs-body {
|
| 231 |
+
border:1px solid #aca899;
|
| 232 |
+
border-top:0 none;
|
| 233 |
+
}
|
| 234 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 235 |
+
border-bottom:0 none;
|
| 236 |
+
padding-top:0;
|
| 237 |
+
border-top:1px solid #aca899;
|
| 238 |
+
}
|
| 239 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 240 |
+
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 241 |
+
}
|
| 242 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 243 |
+
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 244 |
+
}
|
| 245 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 246 |
+
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 247 |
+
}
|
| 248 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 249 |
+
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
.x-tabs-bottom .x-tabs-body {
|
| 253 |
+
border:1px solid #aca899;
|
| 254 |
+
border-bottom:0 none;
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
.x-layout-container .x-layout-tabs-body{
|
| 258 |
+
border:0 none;
|
| 259 |
+
}
|
| 260 |
+
/* QuickTips */
|
| 261 |
+
|
| 262 |
+
.x-tip .x-tip-top {
|
| 263 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 264 |
+
}
|
| 265 |
+
.x-tip .x-tip-top-left {
|
| 266 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 267 |
+
}
|
| 268 |
+
.x-tip .x-tip-top-right {
|
| 269 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 270 |
+
}
|
| 271 |
+
.x-tip .x-tip-ft {
|
| 272 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 273 |
+
}
|
| 274 |
+
.x-tip .x-tip-ft-left {
|
| 275 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 276 |
+
}
|
| 277 |
+
.x-tip .x-tip-ft-right {
|
| 278 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 279 |
+
}
|
| 280 |
+
.x-tip .x-tip-bd-left {
|
| 281 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 282 |
+
}
|
| 283 |
+
.x-tip .x-tip-bd-right {
|
| 284 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
/* BorderLayout */
|
| 288 |
+
|
| 289 |
+
.x-layout-container{
|
| 290 |
+
background-color:#f3f2e7;
|
| 291 |
+
}
|
| 292 |
+
.x-layout-collapsed{
|
| 293 |
+
background-color:#f3f2e7;
|
| 294 |
+
border:1px solid #aca899;
|
| 295 |
+
}
|
| 296 |
+
.x-layout-collapsed-over{
|
| 297 |
+
background-color:#fbfbef;
|
| 298 |
+
}
|
| 299 |
+
.x-layout-panel{
|
| 300 |
+
border:1px solid #aca899;
|
| 301 |
+
}
|
| 302 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 303 |
+
border:0 none;
|
| 304 |
+
}
|
| 305 |
+
.x-layout-split{
|
| 306 |
+
background-color:#f3f2e7;
|
| 307 |
+
}
|
| 308 |
+
.x-layout-panel-hd{
|
| 309 |
+
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 310 |
+
border-bottom:1px solid #aca899;
|
| 311 |
+
}
|
| 312 |
+
.x-layout-tools-button-over{
|
| 313 |
+
border:1px solid #aca899;
|
| 314 |
+
}
|
| 315 |
+
.x-layout-close{
|
| 316 |
+
background-image:url(../images/gray/layout/panel-close.gif);
|
| 317 |
+
}
|
| 318 |
+
.x-layout-stick{
|
| 319 |
+
background-image:url(../images/gray/layout/stick.gif);
|
| 320 |
+
}
|
| 321 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 322 |
+
background-image:url(../images/gray/layout/collapse.gif);
|
| 323 |
+
}
|
| 324 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 325 |
+
background-image:url(../images/gray/layout/expand.gif);
|
| 326 |
+
}
|
| 327 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 328 |
+
background-image:url(../images/gray/layout/ns-collapse.gif);
|
| 329 |
+
}
|
| 330 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 331 |
+
background-image:url(../images/gray/layout/ns-expand.gif);
|
| 332 |
+
}
|
| 333 |
+
.x-layout-split-h{
|
| 334 |
+
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 335 |
+
}
|
| 336 |
+
.x-layout-split-v{
|
| 337 |
+
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 338 |
+
}
|
| 339 |
+
.x-layout-panel .x-tabs-wrap{
|
| 340 |
+
background:url(../images/gray/layout/gradient-bg.gif);
|
| 341 |
+
}
|
| 342 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 343 |
+
border-bottom:1px solid #aca899;
|
| 344 |
+
}
|
| 345 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 346 |
+
border-top:1px solid #aca899;
|
| 347 |
+
}
|
| 348 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 349 |
+
border-left:1px solid #aca899;
|
| 350 |
+
}
|
| 351 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 352 |
+
border-right:1px solid #aca899;
|
| 353 |
+
}
|
| 354 |
+
.x-layout-panel-dragover {
|
| 355 |
+
border: 2px solid #aca899;
|
| 356 |
+
}
|
| 357 |
+
.x-layout-panel-proxy {
|
| 358 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 359 |
+
background-color:#f3f2e7;
|
| 360 |
+
border:1px dashed #aca899;
|
| 361 |
+
}
|
| 362 |
+
/** Resizable */
|
| 363 |
+
|
| 364 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 365 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 366 |
+
background-position: left;
|
| 367 |
+
}
|
| 368 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 369 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 370 |
+
background-position: left;
|
| 371 |
+
}
|
| 372 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 373 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 374 |
+
background-position: top;
|
| 375 |
+
}
|
| 376 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 377 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 378 |
+
background-position: top;
|
| 379 |
+
}
|
| 380 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 381 |
+
background:url(../images/gray/sizer/se-handle.gif);
|
| 382 |
+
background-position: top left;
|
| 383 |
+
}
|
| 384 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 385 |
+
background:url(../images/gray/sizer/nw-handle.gif);
|
| 386 |
+
background-position:bottom right;
|
| 387 |
+
}
|
| 388 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 389 |
+
background:url(../images/gray/sizer/ne-handle.gif);
|
| 390 |
+
background-position: bottom left;
|
| 391 |
+
}
|
| 392 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 393 |
+
background:url(../images/gray/sizer/sw-handle.gif);
|
| 394 |
+
background-position: top right;
|
| 395 |
+
}
|
| 396 |
+
.x-resizable-proxy{
|
| 397 |
+
border: 1px dashed #615e55;
|
| 398 |
+
}
|
| 399 |
+
|
| 400 |
+
/** Toolbar */
|
| 401 |
+
.x-toolbar{
|
| 402 |
+
border:0 none;
|
| 403 |
+
background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x;
|
| 404 |
+
padding:3px;
|
| 405 |
+
}
|
| 406 |
+
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 407 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
|
| 408 |
+
}
|
| 409 |
+
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 410 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 411 |
+
}
|
| 412 |
+
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 413 |
+
background:url(../images/gray/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 414 |
+
}
|
| 415 |
+
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 416 |
+
background-position: 0 -47px;
|
| 417 |
+
}
|
| 418 |
+
.x-paging-info {
|
| 419 |
+
color:#222222;
|
| 420 |
+
}
|
| 421 |
+
|
| 422 |
+
/* combo box */
|
| 423 |
+
.x-combo-list {
|
| 424 |
+
border:1px solid #999;
|
| 425 |
+
background:#dddddd;
|
| 426 |
+
}
|
| 427 |
+
.x-combo-list-hd {
|
| 428 |
+
color:#222;
|
| 429 |
+
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 430 |
+
border-bottom:1px solid #aca899;
|
| 431 |
+
}
|
| 432 |
+
.x-resizable-pinned .x-combo-list-inner {
|
| 433 |
+
border-bottom:1px solid #aaa;
|
| 434 |
+
}
|
| 435 |
+
.x-combo-list .x-combo-selected{
|
| 436 |
+
background:#ddd !important;
|
| 437 |
+
border:1px solid #aaa;
|
| 438 |
}
|
js/extjs/resources/css/ytheme-magento.css
CHANGED
|
@@ -1,631 +1,631 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.0 Beta 2
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
#loading{
|
| 11 |
-
position:absolute;
|
| 12 |
-
left:45%;
|
| 13 |
-
top:35%;
|
| 14 |
-
border:3px solid #dfd7ba;
|
| 15 |
-
background:url(../images/magento/loading_bg.gif) no-repeat #eae2ca;
|
| 16 |
-
padding:85px 15px 15px 15px;
|
| 17 |
-
font-size:14px;
|
| 18 |
-
font-weight:bold;;
|
| 19 |
-
color:#611B06;
|
| 20 |
-
width:206px;
|
| 21 |
-
text-align:center;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
.ext-el-mask-msg {
|
| 27 |
-
border:1px solid #aaa;
|
| 28 |
-
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 29 |
-
}
|
| 30 |
-
.ext-el-mask-msg div {
|
| 31 |
-
border:1px solid #ccc;
|
| 32 |
-
}
|
| 33 |
-
|
| 34 |
-
/*
|
| 35 |
-
Tree
|
| 36 |
-
*/
|
| 37 |
-
.x-tree-node { font-weight:normal; font-size:12px; list-style-type:none;}
|
| 38 |
-
.x-tree-node-collapsed .x-tree-node-icon{
|
| 39 |
-
background:transparent url(../images/magento/tree/folder.gif) no-repeat 0 50%;
|
| 40 |
-
}
|
| 41 |
-
.x-tree-node-expanded .x-tree-node-icon {
|
| 42 |
-
background:transparent url(../images/magento/tree/folder-open.gif) no-repeat 0 50%;
|
| 43 |
-
}
|
| 44 |
-
.x-tree-node-leaf .x-tree-node-icon{
|
| 45 |
-
background:transparent url(../images/magento/tree/leaf.gif) no-repeat 0 50%;
|
| 46 |
-
}
|
| 47 |
-
|
| 48 |
-
.x-tree-noicon .x-tree-node-icon{
|
| 49 |
-
width:0; height:0;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
.x-tree-node-loading .x-tree-node-icon{
|
| 53 |
-
background:transparent url(../images/default/grid/loading.gif) !important;
|
| 54 |
-
}
|
| 55 |
-
.x-tree-node-loading a span{
|
| 56 |
-
font-style: italic;
|
| 57 |
-
color:#444444;
|
| 58 |
-
}
|
| 59 |
-
.x-tree-node .x-tree-selected a span { background:#f5d6c7; color:#000; }
|
| 60 |
-
|
| 61 |
-
.x-tree-lines .x-tree-elbow{
|
| 62 |
-
background:transparent url(../images/magento/tree/elbow.gif) no-repeat ;
|
| 63 |
-
}
|
| 64 |
-
.x-tree-lines .x-tree-elbow-plus{
|
| 65 |
-
background:transparent url(../images/magento/tree/elbow-plus.gif) no-repeat;
|
| 66 |
-
}
|
| 67 |
-
.x-tree-lines .x-tree-elbow-minus{
|
| 68 |
-
background:transparent url(../images/magento/tree/elbow-minus.gif) no-repeat;
|
| 69 |
-
}
|
| 70 |
-
.x-tree-lines .x-tree-elbow-end{
|
| 71 |
-
background:transparent url(../images/magento/tree/elbow-end.gif) no-repeat;
|
| 72 |
-
}
|
| 73 |
-
.x-tree-lines .x-tree-elbow-end-plus{
|
| 74 |
-
background:transparent url(../images/magento/tree/elbow-end-plus.gif) no-repeat;
|
| 75 |
-
}
|
| 76 |
-
.x-tree-lines .x-tree-elbow-end-minus{
|
| 77 |
-
background:transparent url(../images/magento/tree/elbow-end-minus.gif) no-repeat;
|
| 78 |
-
}
|
| 79 |
-
.x-tree-lines .x-tree-elbow-line{
|
| 80 |
-
background:transparent url(../images/magento/tree/elbow-line.gif);
|
| 81 |
-
}
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
.x-tree-no-lines .x-tree-elbow{
|
| 85 |
-
background:transparent;
|
| 86 |
-
}
|
| 87 |
-
.x-tree-no-lines .x-tree-elbow-plus{
|
| 88 |
-
background:transparent url(../images/magento/tree/elbow-plus-nl.gif) no-repeat;
|
| 89 |
-
}
|
| 90 |
-
.x-tree-no-lines .x-tree-elbow-minus{
|
| 91 |
-
background:transparent url(../images/magento/tree/elbow-minus-nl.gif) no-repeat;
|
| 92 |
-
}
|
| 93 |
-
.x-tree-no-lines .x-tree-elbow-end{
|
| 94 |
-
background:transparent;
|
| 95 |
-
}
|
| 96 |
-
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 97 |
-
background:transparent url(../images/magento/tree/elbow-end-plus-nl.gif) no-repeat;
|
| 98 |
-
}
|
| 99 |
-
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 100 |
-
background:transparent url(../images/magento/tree/elbow-end-minus-nl.gif) no-repeat;
|
| 101 |
-
}
|
| 102 |
-
.x-tree-no-lines .x-tree-elbow-line{
|
| 103 |
-
background:transparent;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
/*
|
| 108 |
-
Menu
|
| 109 |
-
*/
|
| 110 |
-
.x-menu {
|
| 111 |
-
border-width:0 1px 1px 1px;
|
| 112 |
-
border-color: #b1a992 #b1a992 #b1a992 #b1a992;
|
| 113 |
-
background:#faf9f4;
|
| 114 |
-
}
|
| 115 |
-
.x-menu-item-arrow{
|
| 116 |
-
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 117 |
-
}
|
| 118 |
-
.x-menu-item-icon { width:1px; height:5px; margin-right:5px; }
|
| 119 |
-
.x-menu-item {
|
| 120 |
-
color:#48260a;
|
| 121 |
-
}
|
| 122 |
-
.x-menu-item-active {
|
| 123 |
-
background:#eae1c5;
|
| 124 |
-
border-color:#eae1c5;
|
| 125 |
-
}
|
| 126 |
-
.x-menu li.x-menu-sep-li { padding:0; }
|
| 127 |
-
.x-menu-sep {
|
| 128 |
-
margin:0;
|
| 129 |
-
background:#b1a992;
|
| 130 |
-
}
|
| 131 |
-
|
| 132 |
-
/* grid */
|
| 133 |
-
.x-grid { background:#fbfaf7; }
|
| 134 |
-
.x-grid-viewport { /*font:11px verdana, helvetica, sans-serif;*/ }
|
| 135 |
-
.x-grid-header{
|
| 136 |
-
background:none;
|
| 137 |
-
background:#e4ddc5;
|
| 138 |
-
overflow:hidden;
|
| 139 |
-
position:relative;
|
| 140 |
-
cursor:default;
|
| 141 |
-
width:100%;
|
| 142 |
-
font-weight:bold;
|
| 143 |
-
}
|
| 144 |
-
.x-grid-hd-row{
|
| 145 |
-
height:22px;
|
| 146 |
-
}
|
| 147 |
-
.x-grid-hd { border-top:1px solid #d2c69e; }
|
| 148 |
-
.x-grid-hd .x-grid-hd-inner { border-top:1px solid #f4f1e7; }
|
| 149 |
-
.x-grid-hd-text {
|
| 150 |
-
color:#333;
|
| 151 |
-
}
|
| 152 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 153 |
-
background: #dec4a7;
|
| 154 |
-
padding-bottom:1px;
|
| 155 |
-
border-bottom:0;
|
| 156 |
-
}
|
| 157 |
-
.x-grid-split {
|
| 158 |
-
top:1px;
|
| 159 |
-
width:6px;
|
| 160 |
-
height:22px;
|
| 161 |
-
background:url(../images/magento/grid/grid-split.gif) no-repeat 2px 0;
|
| 162 |
-
}
|
| 163 |
-
|
| 164 |
-
.x-grid-col {
|
| 165 |
-
border-right: 1px solid #d7d7d7;
|
| 166 |
-
border-bottom: 1px solid #d7d7d7;
|
| 167 |
-
}
|
| 168 |
-
.x-grid-hd-row td, .x-grid-row td { outline:none; ./* font:11px verdana, helvetica, sans-serif; */ }
|
| 169 |
-
.x-grid-hd-row td { font-weight:bold; }
|
| 170 |
-
.x-grid-row { background:#f4f1e7; }
|
| 171 |
-
.x-grid-row-alt { background:#fbfaf7; }
|
| 172 |
-
.x-grid-row-over td{ background:#f1f1f1; cursor:pointer; }
|
| 173 |
-
.x-grid-row-selected, .x-grid-locked .x-grid-row-selected {background:#f5d6c7; }
|
| 174 |
-
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td {background:#f5d6c7 !important; }
|
| 175 |
-
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i { color:#000 !important; }
|
| 176 |
-
|
| 177 |
-
.x-grid-body { background:url(../images/magento/grid/grid-body-bg.gif) repeat; border-bottom:1px solid #c2b483; }
|
| 178 |
-
.x-grid-locked .x-grid-body td {
|
| 179 |
-
background: #f0efe4;
|
| 180 |
-
border-right: 1px solid #D6D2C2;
|
| 181 |
-
border-bottom: 1px solid #D6D2C2 !important;
|
| 182 |
-
}
|
| 183 |
-
|
| 184 |
-
.x-grid-locked .x-grid-header table{
|
| 185 |
-
border-right:1px solid transparent;
|
| 186 |
-
}
|
| 187 |
-
.x-grid-locked .x-grid-body table{
|
| 188 |
-
border-right:1px solid #c6c2b2;
|
| 189 |
-
}
|
| 190 |
-
.x-grid-topbar, .x-grid-bottombar { /* font:normal 11px verdana, helvetica, sans-serif; */ }
|
| 191 |
-
.x-grid-bottombar .x-toolbar{
|
| 192 |
-
border-right:0 none;
|
| 193 |
-
border-bottom:0 none;
|
| 194 |
-
border-top:1px solid #f1efe2;
|
| 195 |
-
}
|
| 196 |
-
|
| 197 |
-
.x-props-grid .x-grid-col-name{
|
| 198 |
-
background-color: #f1efe2;
|
| 199 |
-
}
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 203 |
-
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 204 |
-
vertical-align:middle !important;
|
| 205 |
-
color:black;
|
| 206 |
-
padding:0;
|
| 207 |
-
border-top:1px solid white;
|
| 208 |
-
border-bottom:none !important;
|
| 209 |
-
border-right:1px solid #d6d2c2 !important;
|
| 210 |
-
text-align:center;
|
| 211 |
-
}
|
| 212 |
-
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 213 |
-
padding:0 4px;
|
| 214 |
-
color:black !important;
|
| 215 |
-
text-align:center;
|
| 216 |
-
}
|
| 217 |
-
|
| 218 |
-
/**
|
| 219 |
-
* Basic-Dialog
|
| 220 |
-
*/
|
| 221 |
-
.x-dlg-proxy {
|
| 222 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 223 |
-
background-color:#EAE8D5;
|
| 224 |
-
border:1px solid #b3b6b0;
|
| 225 |
-
}
|
| 226 |
-
.x-dlg-shadow{
|
| 227 |
-
background:#aaaaaa;
|
| 228 |
-
}
|
| 229 |
-
.x-dlg-proxy .tabset{
|
| 230 |
-
background:url(../images/gray/layout/gradient-bg.gif);
|
| 231 |
-
}
|
| 232 |
-
.x-dlg .x-dlg-hd {
|
| 233 |
-
background: url(../images/magento/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 234 |
-
background-color:#511c01;
|
| 235 |
-
}
|
| 236 |
-
.x-dlg .x-dlg-hd-left {
|
| 237 |
-
background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 238 |
-
}
|
| 239 |
-
.x-dlg .x-dlg-hd-right {
|
| 240 |
-
background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 241 |
-
}
|
| 242 |
-
.x-dlg .x-dlg-dlg-body{
|
| 243 |
-
background:#faf9f4;
|
| 244 |
-
border:1px solid #b3b6b0;
|
| 245 |
-
border-top:0 none;
|
| 246 |
-
}
|
| 247 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 248 |
-
border:1px solid #b3b6b0;
|
| 249 |
-
border-top:0 none;
|
| 250 |
-
}
|
| 251 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 252 |
-
border:1px solid #b3b6b0;
|
| 253 |
-
border-bottom:0 none;
|
| 254 |
-
}
|
| 255 |
-
.x-layout-panel-center, .x-layout-panel-east, .x-layout-panel-south, .x-layout-panel-west {
|
| 256 |
-
border:1px solid #c2b483;
|
| 257 |
-
border-top:0;
|
| 258 |
-
}
|
| 259 |
-
|
| 260 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 261 |
-
border:0 none;
|
| 262 |
-
}
|
| 263 |
-
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse { width:18px; height:18px; }
|
| 264 |
-
.x-dlg .x-dlg-close {
|
| 265 |
-
background-image:url(../images/magento/basic-dialog/pop_close.gif);
|
| 266 |
-
}
|
| 267 |
-
.x-dlg .x-dlg-collapse {
|
| 268 |
-
background-image:url(../images/magento/basic-dialog/pop_collapse.gif);
|
| 269 |
-
}
|
| 270 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 271 |
-
background-image:url(../images/magento/basic-dialog/expand.gif);
|
| 272 |
-
}
|
| 273 |
-
.x-dlg div.x-resizable-handle-east{
|
| 274 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 275 |
-
border:0 none;
|
| 276 |
-
}
|
| 277 |
-
.x-dlg div.x-resizable-handle-south{
|
| 278 |
-
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 279 |
-
border:0 none;
|
| 280 |
-
}
|
| 281 |
-
.x-dlg div.x-resizable-handle-west{
|
| 282 |
-
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 283 |
-
border:0 none;
|
| 284 |
-
}
|
| 285 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 286 |
-
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 287 |
-
background-position: bottom right;
|
| 288 |
-
width:8px;
|
| 289 |
-
height:8px;
|
| 290 |
-
border:0;
|
| 291 |
-
}
|
| 292 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 293 |
-
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 294 |
-
background-position: top right;
|
| 295 |
-
margin-left:1px;
|
| 296 |
-
margin-bottom:1px;
|
| 297 |
-
border:0;
|
| 298 |
-
}
|
| 299 |
-
.x-dlg div.x-resizable-handle-north{
|
| 300 |
-
background-image:url(../images/gray/s.gif);
|
| 301 |
-
border:0 none;
|
| 302 |
-
}
|
| 303 |
-
|
| 304 |
-
/**
|
| 305 |
-
* Tabs
|
| 306 |
-
*/
|
| 307 |
-
.x-tabs-wrap {
|
| 308 |
-
border:none;
|
| 309 |
-
}
|
| 310 |
-
.x-tabs-strip td { padding-left:6px; }
|
| 311 |
-
.x-tabs-strip .x-tabs-inner { padding:5px 15px 6px 15px;}
|
| 312 |
-
.x-tabs-strip .x-tabs-text {
|
| 313 |
-
color:#4a8d94;
|
| 314 |
-
/* font:bold 11px verdana, helvetica, sans-serif; */
|
| 315 |
-
}
|
| 316 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 317 |
-
cursor:default;
|
| 318 |
-
color:#0a6680;
|
| 319 |
-
text-transform:capitalize;
|
| 320 |
-
}
|
| 321 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 322 |
-
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right 0;
|
| 323 |
-
}
|
| 324 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 325 |
-
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -52px;
|
| 326 |
-
}
|
| 327 |
-
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 328 |
-
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right -26px;
|
| 329 |
-
}
|
| 330 |
-
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 331 |
-
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -78px;
|
| 332 |
-
}
|
| 333 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 334 |
-
background-image:url(../images/gray/layout/tab-close.gif);
|
| 335 |
-
}
|
| 336 |
-
.x-tabs-strip .on .close-icon{
|
| 337 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 338 |
-
}
|
| 339 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 340 |
-
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 341 |
-
}
|
| 342 |
-
.x-tabs-body {
|
| 343 |
-
border:1px solid #aca899;
|
| 344 |
-
border-top:0 none;
|
| 345 |
-
}
|
| 346 |
-
.x-layout-panel .x-tabs-body { background:#fbfaf7; }
|
| 347 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 348 |
-
border-bottom:0 none;
|
| 349 |
-
padding-top:0;
|
| 350 |
-
border-top:1px solid #aca899;
|
| 351 |
-
}
|
| 352 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 353 |
-
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 354 |
-
}
|
| 355 |
-
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 356 |
-
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 357 |
-
}
|
| 358 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 359 |
-
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 360 |
-
}
|
| 361 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 362 |
-
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 363 |
-
}
|
| 364 |
-
|
| 365 |
-
.x-tabs-bottom .x-tabs-body {
|
| 366 |
-
border:1px solid #aca899;
|
| 367 |
-
border-bottom:0 none;
|
| 368 |
-
}
|
| 369 |
-
|
| 370 |
-
/* QuickTips */
|
| 371 |
-
|
| 372 |
-
.x-tip .x-tip-top {
|
| 373 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 374 |
-
}
|
| 375 |
-
.x-tip .x-tip-top-left {
|
| 376 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 377 |
-
}
|
| 378 |
-
.x-tip .x-tip-top-right {
|
| 379 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 380 |
-
}
|
| 381 |
-
.x-tip .x-tip-ft {
|
| 382 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 383 |
-
}
|
| 384 |
-
.x-tip .x-tip-ft-left {
|
| 385 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 386 |
-
}
|
| 387 |
-
.x-tip .x-tip-ft-right {
|
| 388 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 389 |
-
}
|
| 390 |
-
.x-tip .x-tip-bd-left {
|
| 391 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 392 |
-
}
|
| 393 |
-
.x-tip .x-tip-bd-right {
|
| 394 |
-
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 395 |
-
}
|
| 396 |
-
|
| 397 |
-
/* BorderLayout */
|
| 398 |
-
|
| 399 |
-
.x-layout-container{
|
| 400 |
-
background-color:#fff;
|
| 401 |
-
}
|
| 402 |
-
.x-layout-container .x-layout-tabs-body{
|
| 403 |
-
border:0 none;
|
| 404 |
-
}
|
| 405 |
-
.x-layout-collapsed{
|
| 406 |
-
background-color:#f3f2e7;
|
| 407 |
-
}
|
| 408 |
-
.x-layout-collapsed-over{
|
| 409 |
-
background-color:#fbfbef;
|
| 410 |
-
}
|
| 411 |
-
.x-layout-panel{
|
| 412 |
-
background:#fbfaf7;
|
| 413 |
-
}
|
| 414 |
-
.x-layout-split{
|
| 415 |
-
background-color:#f3f2e7;
|
| 416 |
-
}
|
| 417 |
-
.x-layout-panel-hd { /* Headers such as "My tasks","Catalog" */
|
| 418 |
-
background:none;
|
| 419 |
-
background:#fbfaf7;
|
| 420 |
-
padding:5px 0 5px 25px;
|
| 421 |
-
border:none;
|
| 422 |
-
background-position:8px 50%;
|
| 423 |
-
background-repeat:no-repeat;
|
| 424 |
-
color:#dc4509;
|
| 425 |
-
font-size:12px;
|
| 426 |
-
font-weight:bold;
|
| 427 |
-
line-height:1em;
|
| 428 |
-
}
|
| 429 |
-
.x-layout-panel-hd-text, .x-layout-panel-hd-text strong {
|
| 430 |
-
/* font:bold 12px verdana, helvetica, sans-serif; */ }
|
| 431 |
-
|
| 432 |
-
/* section specific header icons */
|
| 433 |
-
.categories-tree-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-catalog.gif); }
|
| 434 |
-
.products-grid-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-category.gif); }
|
| 435 |
-
.product-form-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-product.gif); }
|
| 436 |
-
.my-tasks-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-my-tasks.gif); }
|
| 437 |
-
|
| 438 |
-
.x-layout-panel-hd-tools { padding:0; }
|
| 439 |
-
.x-layout-tools-button { padding:0; }
|
| 440 |
-
.x-layout-tools-button-inner { width:18px; height:18px; }
|
| 441 |
-
.x-layout-tools-button-over {
|
| 442 |
-
padding:0;
|
| 443 |
-
border:0;
|
| 444 |
-
margin:0;
|
| 445 |
-
}
|
| 446 |
-
.x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 0; }
|
| 447 |
-
.x-layout-tools-button-over .x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 -18px }
|
| 448 |
-
.x-layout-stick{
|
| 449 |
-
background-image:url(../images/gray/layout/stick.gif);
|
| 450 |
-
}
|
| 451 |
-
|
| 452 |
-
.x-layout-collapse-west,.x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse.gif);}
|
| 453 |
-
.x-layout-expand-west,.x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand.gif);}
|
| 454 |
-
.x-layout-collapse-north,.x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse.gif);}
|
| 455 |
-
.x-layout-expand-north,.x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand.gif);}
|
| 456 |
-
|
| 457 |
-
.x-layout-tools-button-over .x-layout-collapse-west,.x-layout-tools-button-over .x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse-on.gif);}
|
| 458 |
-
.x-layout-tools-button-over .x-layout-expand-west,.x-layout-tools-button-over .x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand-on.gif);}
|
| 459 |
-
.x-layout-tools-button-over .x-layout-collapse-north,.x-layout-tools-button-over .x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse-on.gif);}
|
| 460 |
-
.x-layout-tools-button-over .x-layout-expand-north,.x-layout-tools-button-over .x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand-on.gif);}
|
| 461 |
-
|
| 462 |
-
.x-layout-split-h{
|
| 463 |
-
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 464 |
-
}
|
| 465 |
-
.x-layout-split-v{
|
| 466 |
-
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 467 |
-
}
|
| 468 |
-
.x-layout-panel .x-tabs-wrap {
|
| 469 |
-
padding-top:10px;
|
| 470 |
-
background:url(../images/magento/layout/checkered-bg.gif) repeat-x 0 100%;
|
| 471 |
-
}
|
| 472 |
-
.x-layout-container .x-layout-panel-north { border:none;}
|
| 473 |
-
.x-layout-nested-layout .x-layout-panel-north { border-bottom:none; }
|
| 474 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 475 |
-
border-left:1px solid #aca899;
|
| 476 |
-
}
|
| 477 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 478 |
-
border-top:1px solid #aca899;
|
| 479 |
-
}
|
| 480 |
-
.x-layout-nested-layout .x-layout-panel-west { border-right:1px solid #c2b483; }
|
| 481 |
-
|
| 482 |
-
.x-layout-panel-dragover {
|
| 483 |
-
border: 2px solid #aca899;
|
| 484 |
-
}
|
| 485 |
-
.x-layout-panel-proxy {
|
| 486 |
-
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 487 |
-
background-color:#f3f2e7;
|
| 488 |
-
border:1px dashed #aca899;
|
| 489 |
-
}
|
| 490 |
-
/** Resizable */
|
| 491 |
-
|
| 492 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 493 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 494 |
-
background-position: left;
|
| 495 |
-
}
|
| 496 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 497 |
-
background:url(../images/gray/sizer/e-handle.gif);
|
| 498 |
-
background-position: left;
|
| 499 |
-
}
|
| 500 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 501 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 502 |
-
background-position: top;
|
| 503 |
-
}
|
| 504 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 505 |
-
background:url(../images/gray/sizer/s-handle.gif);
|
| 506 |
-
background-position: top;
|
| 507 |
-
}
|
| 508 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 509 |
-
background:url(../images/gray/sizer/se-handle.gif);
|
| 510 |
-
background-position: top left;
|
| 511 |
-
}
|
| 512 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 513 |
-
background:url(../images/gray/sizer/nw-handle.gif);
|
| 514 |
-
background-position:bottom right;
|
| 515 |
-
}
|
| 516 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 517 |
-
background:url(../images/gray/sizer/ne-handle.gif);
|
| 518 |
-
background-position: bottom left;
|
| 519 |
-
}
|
| 520 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 521 |
-
background:url(../images/gray/sizer/sw-handle.gif);
|
| 522 |
-
background-position: top right;
|
| 523 |
-
}
|
| 524 |
-
.x-resizable-proxy{
|
| 525 |
-
border: 1px dashed #615e55;
|
| 526 |
-
}
|
| 527 |
-
|
| 528 |
-
/** Toolbar */
|
| 529 |
-
.x-toolbar {
|
| 530 |
-
background:url(../images/magento/toolbar/toolbar-bg.gif) repeat-x #dbeff3;
|
| 531 |
-
border:none;
|
| 532 |
-
border-top:1px solid #b3d6dc;
|
| 533 |
-
padding:2px 4px;
|
| 534 |
-
}
|
| 535 |
-
.categories-tree-region .x-toolbar { padding:3px 4px; }
|
| 536 |
-
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 537 |
-
background:none;
|
| 538 |
-
}
|
| 539 |
-
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 540 |
-
background:none;
|
| 541 |
-
}
|
| 542 |
-
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 543 |
-
background:none;
|
| 544 |
-
}
|
| 545 |
-
.x-paging-info {
|
| 546 |
-
color:#222222;
|
| 547 |
-
}
|
| 548 |
-
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 549 |
-
width:12px;
|
| 550 |
-
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
|
| 551 |
-
}
|
| 552 |
-
.x-btn-with-menu .x-btn-center em {
|
| 553 |
-
display:block;
|
| 554 |
-
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
|
| 555 |
-
padding-right:10px;
|
| 556 |
-
}
|
| 557 |
-
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 558 |
-
display:block;
|
| 559 |
-
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
|
| 560 |
-
padding-right:13px;
|
| 561 |
-
}
|
| 562 |
-
.x-btn-text-icon .x-btn-center .x-btn-text {padding-left:20px; }
|
| 563 |
-
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 564 |
-
width:12px;
|
| 565 |
-
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
|
| 566 |
-
}
|
| 567 |
-
|
| 568 |
-
/* For top menu only*/
|
| 569 |
-
.left-menu-toolbar .x-toolbar, .right-menu-toolbar .x-toolbar {
|
| 570 |
-
border:0 none;
|
| 571 |
-
background:#2E4D53;
|
| 572 |
-
padding:5px 3px 0 3px;
|
| 573 |
-
color:#fbfaf7;
|
| 574 |
-
}
|
| 575 |
-
|
| 576 |
-
.left-menu-toolbar .x-toolbar td { padding:0 2px; background:none; }
|
| 577 |
-
.left-menu-toolbar .x-btn { border-bottom:5px solid #2E4D53;}
|
| 578 |
-
.left-menu-toolbar .x-btn-over { border-bottom:5px solid #dc4509;}
|
| 579 |
-
.left-menu-toolbar .x-btn-menu-active { border-bottom:5px solid #dc4509;}
|
| 580 |
-
.left-menu-toolbar .x-btn button, .right-menu-toolbar .x-btn button { color:#fbfaf7; /* font:bold 11px verdana, helvetica, sans-serif; */}
|
| 581 |
-
.left-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text, .right-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text {padding-left:3px; }
|
| 582 |
-
|
| 583 |
-
.right-menu-toolbar { width:420px;}
|
| 584 |
-
.right-menu-toolbar .btn-logout .x-btn-center .x-btn-text { padding-left:20px; }
|
| 585 |
-
|
| 586 |
-
|
| 587 |
-
|
| 588 |
-
.x-toolbar .x-btn-over .x-btn-left{background:none;}
|
| 589 |
-
.x-toolbar .x-btn-over .x-btn-right{background:none;}
|
| 590 |
-
.x-toolbar .x-btn-over .x-btn-center{background:none;}
|
| 591 |
-
|
| 592 |
-
/* combo box */
|
| 593 |
-
.x-combo-list {
|
| 594 |
-
border:1px solid #efeadc;
|
| 595 |
-
background:#faf9f4;
|
| 596 |
-
}
|
| 597 |
-
.x-combo-list-hd {
|
| 598 |
-
color:#222;
|
| 599 |
-
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 600 |
-
border-bottom:1px solid #aca899;
|
| 601 |
-
}
|
| 602 |
-
.x-resizable-pinned .x-combo-list-inner {
|
| 603 |
-
border-bottom:1px solid #aaa;
|
| 604 |
-
}
|
| 605 |
-
.x-combo-list .x-combo-selected{
|
| 606 |
-
background:#ddd !important;
|
| 607 |
-
border:1px solid #aaa;
|
| 608 |
-
}
|
| 609 |
-
.x-menu-list { border:none; }
|
| 610 |
-
/* form box */
|
| 611 |
-
.x-box-tl, .x-box-tr, .x-box-tc, .x-box-ml, .x-box-mr, .x-box-mc, .x-box-bl, .x-box-br, .x-box-bc { background:none; }
|
| 612 |
-
.x-box-mc fieldset { margin:2px; border:0; }
|
| 613 |
-
.x-box-mc fieldset legend { display:none; margin:0; padding:0; }
|
| 614 |
-
.x-box-mc fieldset label { text-transform:capitalize;}
|
| 615 |
-
.x-form-item { /*font:normal 12px verdana, helvetica, sans-serif; */ }
|
| 616 |
-
.x-form-text { padding:1px 2px; border:1px solid #999; background:none; background:#fff; }
|
| 617 |
-
.x-form-field { /* font:normal 12px verdana, helvetica, sans-serif; */}
|
| 618 |
-
.data-form { background:#fbfaf7; }
|
| 619 |
-
|
| 620 |
-
|
| 621 |
-
.address-view { background:#fbfaf7; padding:10px;}
|
| 622 |
-
.x-view-selected { border:none; }
|
| 623 |
-
|
| 624 |
-
input.l-tcb {
|
| 625 |
-
height:13px;
|
| 626 |
-
width:13px;
|
| 627 |
-
margin-left:2px
|
| 628 |
-
}
|
| 629 |
-
.ext-ie .x-tree {
|
| 630 |
-
position:static !important;
|
| 631 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.0 Beta 2
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
#loading{
|
| 11 |
+
position:absolute;
|
| 12 |
+
left:45%;
|
| 13 |
+
top:35%;
|
| 14 |
+
border:3px solid #dfd7ba;
|
| 15 |
+
background:url(../images/magento/loading_bg.gif) no-repeat #eae2ca;
|
| 16 |
+
padding:85px 15px 15px 15px;
|
| 17 |
+
font-size:14px;
|
| 18 |
+
font-weight:bold;;
|
| 19 |
+
color:#611B06;
|
| 20 |
+
width:206px;
|
| 21 |
+
text-align:center;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
.ext-el-mask-msg {
|
| 27 |
+
border:1px solid #aaa;
|
| 28 |
+
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 29 |
+
}
|
| 30 |
+
.ext-el-mask-msg div {
|
| 31 |
+
border:1px solid #ccc;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
/*
|
| 35 |
+
Tree
|
| 36 |
+
*/
|
| 37 |
+
.x-tree-node { font-weight:normal; font-size:12px; list-style-type:none;}
|
| 38 |
+
.x-tree-node-collapsed .x-tree-node-icon{
|
| 39 |
+
background:transparent url(../images/magento/tree/folder.gif) no-repeat 0 50%;
|
| 40 |
+
}
|
| 41 |
+
.x-tree-node-expanded .x-tree-node-icon {
|
| 42 |
+
background:transparent url(../images/magento/tree/folder-open.gif) no-repeat 0 50%;
|
| 43 |
+
}
|
| 44 |
+
.x-tree-node-leaf .x-tree-node-icon{
|
| 45 |
+
background:transparent url(../images/magento/tree/leaf.gif) no-repeat 0 50%;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.x-tree-noicon .x-tree-node-icon{
|
| 49 |
+
width:0; height:0;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
+
.x-tree-node-loading .x-tree-node-icon{
|
| 53 |
+
background:transparent url(../images/default/grid/loading.gif) !important;
|
| 54 |
+
}
|
| 55 |
+
.x-tree-node-loading a span{
|
| 56 |
+
font-style: italic;
|
| 57 |
+
color:#444444;
|
| 58 |
+
}
|
| 59 |
+
.x-tree-node .x-tree-selected a span { background:#f5d6c7; color:#000; }
|
| 60 |
+
|
| 61 |
+
.x-tree-lines .x-tree-elbow{
|
| 62 |
+
background:transparent url(../images/magento/tree/elbow.gif) no-repeat ;
|
| 63 |
+
}
|
| 64 |
+
.x-tree-lines .x-tree-elbow-plus{
|
| 65 |
+
background:transparent url(../images/magento/tree/elbow-plus.gif) no-repeat;
|
| 66 |
+
}
|
| 67 |
+
.x-tree-lines .x-tree-elbow-minus{
|
| 68 |
+
background:transparent url(../images/magento/tree/elbow-minus.gif) no-repeat;
|
| 69 |
+
}
|
| 70 |
+
.x-tree-lines .x-tree-elbow-end{
|
| 71 |
+
background:transparent url(../images/magento/tree/elbow-end.gif) no-repeat;
|
| 72 |
+
}
|
| 73 |
+
.x-tree-lines .x-tree-elbow-end-plus{
|
| 74 |
+
background:transparent url(../images/magento/tree/elbow-end-plus.gif) no-repeat;
|
| 75 |
+
}
|
| 76 |
+
.x-tree-lines .x-tree-elbow-end-minus{
|
| 77 |
+
background:transparent url(../images/magento/tree/elbow-end-minus.gif) no-repeat;
|
| 78 |
+
}
|
| 79 |
+
.x-tree-lines .x-tree-elbow-line{
|
| 80 |
+
background:transparent url(../images/magento/tree/elbow-line.gif);
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
.x-tree-no-lines .x-tree-elbow{
|
| 85 |
+
background:transparent;
|
| 86 |
+
}
|
| 87 |
+
.x-tree-no-lines .x-tree-elbow-plus{
|
| 88 |
+
background:transparent url(../images/magento/tree/elbow-plus-nl.gif) no-repeat;
|
| 89 |
+
}
|
| 90 |
+
.x-tree-no-lines .x-tree-elbow-minus{
|
| 91 |
+
background:transparent url(../images/magento/tree/elbow-minus-nl.gif) no-repeat;
|
| 92 |
+
}
|
| 93 |
+
.x-tree-no-lines .x-tree-elbow-end{
|
| 94 |
+
background:transparent;
|
| 95 |
+
}
|
| 96 |
+
.x-tree-no-lines .x-tree-elbow-end-plus{
|
| 97 |
+
background:transparent url(../images/magento/tree/elbow-end-plus-nl.gif) no-repeat;
|
| 98 |
+
}
|
| 99 |
+
.x-tree-no-lines .x-tree-elbow-end-minus{
|
| 100 |
+
background:transparent url(../images/magento/tree/elbow-end-minus-nl.gif) no-repeat;
|
| 101 |
+
}
|
| 102 |
+
.x-tree-no-lines .x-tree-elbow-line{
|
| 103 |
+
background:transparent;
|
| 104 |
+
}
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
/*
|
| 108 |
+
Menu
|
| 109 |
+
*/
|
| 110 |
+
.x-menu {
|
| 111 |
+
border-width:0 1px 1px 1px;
|
| 112 |
+
border-color: #b1a992 #b1a992 #b1a992 #b1a992;
|
| 113 |
+
background:#faf9f4;
|
| 114 |
+
}
|
| 115 |
+
.x-menu-item-arrow{
|
| 116 |
+
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 117 |
+
}
|
| 118 |
+
.x-menu-item-icon { width:1px; height:5px; margin-right:5px; }
|
| 119 |
+
.x-menu-item {
|
| 120 |
+
color:#48260a;
|
| 121 |
+
}
|
| 122 |
+
.x-menu-item-active {
|
| 123 |
+
background:#eae1c5;
|
| 124 |
+
border-color:#eae1c5;
|
| 125 |
+
}
|
| 126 |
+
.x-menu li.x-menu-sep-li { padding:0; }
|
| 127 |
+
.x-menu-sep {
|
| 128 |
+
margin:0;
|
| 129 |
+
background:#b1a992;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
/* grid */
|
| 133 |
+
.x-grid { background:#fbfaf7; }
|
| 134 |
+
.x-grid-viewport { /*font:11px verdana, helvetica, sans-serif;*/ }
|
| 135 |
+
.x-grid-header{
|
| 136 |
+
background:none;
|
| 137 |
+
background:#e4ddc5;
|
| 138 |
+
overflow:hidden;
|
| 139 |
+
position:relative;
|
| 140 |
+
cursor:default;
|
| 141 |
+
width:100%;
|
| 142 |
+
font-weight:bold;
|
| 143 |
+
}
|
| 144 |
+
.x-grid-hd-row{
|
| 145 |
+
height:22px;
|
| 146 |
+
}
|
| 147 |
+
.x-grid-hd { border-top:1px solid #d2c69e; }
|
| 148 |
+
.x-grid-hd .x-grid-hd-inner { border-top:1px solid #f4f1e7; }
|
| 149 |
+
.x-grid-hd-text {
|
| 150 |
+
color:#333;
|
| 151 |
+
}
|
| 152 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 153 |
+
background: #dec4a7;
|
| 154 |
+
padding-bottom:1px;
|
| 155 |
+
border-bottom:0;
|
| 156 |
+
}
|
| 157 |
+
.x-grid-split {
|
| 158 |
+
top:1px;
|
| 159 |
+
width:6px;
|
| 160 |
+
height:22px;
|
| 161 |
+
background:url(../images/magento/grid/grid-split.gif) no-repeat 2px 0;
|
| 162 |
+
}
|
| 163 |
+
|
| 164 |
+
.x-grid-col {
|
| 165 |
+
border-right: 1px solid #d7d7d7;
|
| 166 |
+
border-bottom: 1px solid #d7d7d7;
|
| 167 |
+
}
|
| 168 |
+
.x-grid-hd-row td, .x-grid-row td { outline:none; ./* font:11px verdana, helvetica, sans-serif; */ }
|
| 169 |
+
.x-grid-hd-row td { font-weight:bold; }
|
| 170 |
+
.x-grid-row { background:#f4f1e7; }
|
| 171 |
+
.x-grid-row-alt { background:#fbfaf7; }
|
| 172 |
+
.x-grid-row-over td{ background:#f1f1f1; cursor:pointer; }
|
| 173 |
+
.x-grid-row-selected, .x-grid-locked .x-grid-row-selected {background:#f5d6c7; }
|
| 174 |
+
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td {background:#f5d6c7 !important; }
|
| 175 |
+
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i { color:#000 !important; }
|
| 176 |
+
|
| 177 |
+
.x-grid-body { background:url(../images/magento/grid/grid-body-bg.gif) repeat; border-bottom:1px solid #c2b483; }
|
| 178 |
+
.x-grid-locked .x-grid-body td {
|
| 179 |
+
background: #f0efe4;
|
| 180 |
+
border-right: 1px solid #D6D2C2;
|
| 181 |
+
border-bottom: 1px solid #D6D2C2 !important;
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
.x-grid-locked .x-grid-header table{
|
| 185 |
+
border-right:1px solid transparent;
|
| 186 |
+
}
|
| 187 |
+
.x-grid-locked .x-grid-body table{
|
| 188 |
+
border-right:1px solid #c6c2b2;
|
| 189 |
+
}
|
| 190 |
+
.x-grid-topbar, .x-grid-bottombar { /* font:normal 11px verdana, helvetica, sans-serif; */ }
|
| 191 |
+
.x-grid-bottombar .x-toolbar{
|
| 192 |
+
border-right:0 none;
|
| 193 |
+
border-bottom:0 none;
|
| 194 |
+
border-top:1px solid #f1efe2;
|
| 195 |
+
}
|
| 196 |
+
|
| 197 |
+
.x-props-grid .x-grid-col-name{
|
| 198 |
+
background-color: #f1efe2;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
|
| 202 |
+
.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
|
| 203 |
+
background: #ebeadb url(../images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
|
| 204 |
+
vertical-align:middle !important;
|
| 205 |
+
color:black;
|
| 206 |
+
padding:0;
|
| 207 |
+
border-top:1px solid white;
|
| 208 |
+
border-bottom:none !important;
|
| 209 |
+
border-right:1px solid #d6d2c2 !important;
|
| 210 |
+
text-align:center;
|
| 211 |
+
}
|
| 212 |
+
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
|
| 213 |
+
padding:0 4px;
|
| 214 |
+
color:black !important;
|
| 215 |
+
text-align:center;
|
| 216 |
+
}
|
| 217 |
+
|
| 218 |
+
/**
|
| 219 |
+
* Basic-Dialog
|
| 220 |
+
*/
|
| 221 |
+
.x-dlg-proxy {
|
| 222 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 223 |
+
background-color:#EAE8D5;
|
| 224 |
+
border:1px solid #b3b6b0;
|
| 225 |
+
}
|
| 226 |
+
.x-dlg-shadow{
|
| 227 |
+
background:#aaaaaa;
|
| 228 |
+
}
|
| 229 |
+
.x-dlg-proxy .tabset{
|
| 230 |
+
background:url(../images/gray/layout/gradient-bg.gif);
|
| 231 |
+
}
|
| 232 |
+
.x-dlg .x-dlg-hd {
|
| 233 |
+
background: url(../images/magento/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 234 |
+
background-color:#511c01;
|
| 235 |
+
}
|
| 236 |
+
.x-dlg .x-dlg-hd-left {
|
| 237 |
+
background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 238 |
+
}
|
| 239 |
+
.x-dlg .x-dlg-hd-right {
|
| 240 |
+
background: url(../images/magento/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 241 |
+
}
|
| 242 |
+
.x-dlg .x-dlg-dlg-body{
|
| 243 |
+
background:#faf9f4;
|
| 244 |
+
border:1px solid #b3b6b0;
|
| 245 |
+
border-top:0 none;
|
| 246 |
+
}
|
| 247 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 248 |
+
border:1px solid #b3b6b0;
|
| 249 |
+
border-top:0 none;
|
| 250 |
+
}
|
| 251 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 252 |
+
border:1px solid #b3b6b0;
|
| 253 |
+
border-bottom:0 none;
|
| 254 |
+
}
|
| 255 |
+
.x-layout-panel-center, .x-layout-panel-east, .x-layout-panel-south, .x-layout-panel-west {
|
| 256 |
+
border:1px solid #c2b483;
|
| 257 |
+
border-top:0;
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 261 |
+
border:0 none;
|
| 262 |
+
}
|
| 263 |
+
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse { width:18px; height:18px; }
|
| 264 |
+
.x-dlg .x-dlg-close {
|
| 265 |
+
background-image:url(../images/magento/basic-dialog/pop_close.gif);
|
| 266 |
+
}
|
| 267 |
+
.x-dlg .x-dlg-collapse {
|
| 268 |
+
background-image:url(../images/magento/basic-dialog/pop_collapse.gif);
|
| 269 |
+
}
|
| 270 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 271 |
+
background-image:url(../images/magento/basic-dialog/expand.gif);
|
| 272 |
+
}
|
| 273 |
+
.x-dlg div.x-resizable-handle-east{
|
| 274 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 275 |
+
border:0 none;
|
| 276 |
+
}
|
| 277 |
+
.x-dlg div.x-resizable-handle-south{
|
| 278 |
+
background-image:url(../images/gray/basic-dialog/s-handle.gif);
|
| 279 |
+
border:0 none;
|
| 280 |
+
}
|
| 281 |
+
.x-dlg div.x-resizable-handle-west{
|
| 282 |
+
background-image:url(../images/gray/basic-dialog/e-handle.gif);
|
| 283 |
+
border:0 none;
|
| 284 |
+
}
|
| 285 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 286 |
+
background-image:url(../images/gray/basic-dialog/se-handle.gif);
|
| 287 |
+
background-position: bottom right;
|
| 288 |
+
width:8px;
|
| 289 |
+
height:8px;
|
| 290 |
+
border:0;
|
| 291 |
+
}
|
| 292 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 293 |
+
background-image:url(../images/gray/sizer/sw-handle-dark.gif);
|
| 294 |
+
background-position: top right;
|
| 295 |
+
margin-left:1px;
|
| 296 |
+
margin-bottom:1px;
|
| 297 |
+
border:0;
|
| 298 |
+
}
|
| 299 |
+
.x-dlg div.x-resizable-handle-north{
|
| 300 |
+
background-image:url(../images/gray/s.gif);
|
| 301 |
+
border:0 none;
|
| 302 |
+
}
|
| 303 |
+
|
| 304 |
+
/**
|
| 305 |
+
* Tabs
|
| 306 |
+
*/
|
| 307 |
+
.x-tabs-wrap {
|
| 308 |
+
border:none;
|
| 309 |
+
}
|
| 310 |
+
.x-tabs-strip td { padding-left:6px; }
|
| 311 |
+
.x-tabs-strip .x-tabs-inner { padding:5px 15px 6px 15px;}
|
| 312 |
+
.x-tabs-strip .x-tabs-text {
|
| 313 |
+
color:#4a8d94;
|
| 314 |
+
/* font:bold 11px verdana, helvetica, sans-serif; */
|
| 315 |
+
}
|
| 316 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 317 |
+
cursor:default;
|
| 318 |
+
color:#0a6680;
|
| 319 |
+
text-transform:capitalize;
|
| 320 |
+
}
|
| 321 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 322 |
+
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right 0;
|
| 323 |
+
}
|
| 324 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
|
| 325 |
+
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -52px;
|
| 326 |
+
}
|
| 327 |
+
.x-tabs-top .x-tabs-strip .x-tabs-right {
|
| 328 |
+
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat right -26px;
|
| 329 |
+
}
|
| 330 |
+
.x-tabs-top .x-tabs-strip .x-tabs-left {
|
| 331 |
+
background: url(../images/magento/tabs/tab-sprite.gif) no-repeat 0px -78px;
|
| 332 |
+
}
|
| 333 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 334 |
+
background-image:url(../images/gray/layout/tab-close.gif);
|
| 335 |
+
}
|
| 336 |
+
.x-tabs-strip .on .close-icon{
|
| 337 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 338 |
+
}
|
| 339 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 340 |
+
background-image:url(../images/gray/layout/tab-close-on.gif);
|
| 341 |
+
}
|
| 342 |
+
.x-tabs-body {
|
| 343 |
+
border:1px solid #aca899;
|
| 344 |
+
border-top:0 none;
|
| 345 |
+
}
|
| 346 |
+
.x-layout-panel .x-tabs-body { background:#fbfaf7; }
|
| 347 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 348 |
+
border-bottom:0 none;
|
| 349 |
+
padding-top:0;
|
| 350 |
+
border-top:1px solid #aca899;
|
| 351 |
+
}
|
| 352 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
|
| 353 |
+
background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
|
| 354 |
+
}
|
| 355 |
+
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
|
| 356 |
+
background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
|
| 357 |
+
}
|
| 358 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 359 |
+
background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 360 |
+
}
|
| 361 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 362 |
+
background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 363 |
+
}
|
| 364 |
+
|
| 365 |
+
.x-tabs-bottom .x-tabs-body {
|
| 366 |
+
border:1px solid #aca899;
|
| 367 |
+
border-bottom:0 none;
|
| 368 |
+
}
|
| 369 |
+
|
| 370 |
+
/* QuickTips */
|
| 371 |
+
|
| 372 |
+
.x-tip .x-tip-top {
|
| 373 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 374 |
+
}
|
| 375 |
+
.x-tip .x-tip-top-left {
|
| 376 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 377 |
+
}
|
| 378 |
+
.x-tip .x-tip-top-right {
|
| 379 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 380 |
+
}
|
| 381 |
+
.x-tip .x-tip-ft {
|
| 382 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 383 |
+
}
|
| 384 |
+
.x-tip .x-tip-ft-left {
|
| 385 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 386 |
+
}
|
| 387 |
+
.x-tip .x-tip-ft-right {
|
| 388 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 389 |
+
}
|
| 390 |
+
.x-tip .x-tip-bd-left {
|
| 391 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 392 |
+
}
|
| 393 |
+
.x-tip .x-tip-bd-right {
|
| 394 |
+
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
| 395 |
+
}
|
| 396 |
+
|
| 397 |
+
/* BorderLayout */
|
| 398 |
+
|
| 399 |
+
.x-layout-container{
|
| 400 |
+
background-color:#fff;
|
| 401 |
+
}
|
| 402 |
+
.x-layout-container .x-layout-tabs-body{
|
| 403 |
+
border:0 none;
|
| 404 |
+
}
|
| 405 |
+
.x-layout-collapsed{
|
| 406 |
+
background-color:#f3f2e7;
|
| 407 |
+
}
|
| 408 |
+
.x-layout-collapsed-over{
|
| 409 |
+
background-color:#fbfbef;
|
| 410 |
+
}
|
| 411 |
+
.x-layout-panel{
|
| 412 |
+
background:#fbfaf7;
|
| 413 |
+
}
|
| 414 |
+
.x-layout-split{
|
| 415 |
+
background-color:#f3f2e7;
|
| 416 |
+
}
|
| 417 |
+
.x-layout-panel-hd { /* Headers such as "My tasks","Catalog" */
|
| 418 |
+
background:none;
|
| 419 |
+
background:#fbfaf7;
|
| 420 |
+
padding:5px 0 5px 25px;
|
| 421 |
+
border:none;
|
| 422 |
+
background-position:8px 50%;
|
| 423 |
+
background-repeat:no-repeat;
|
| 424 |
+
color:#dc4509;
|
| 425 |
+
font-size:12px;
|
| 426 |
+
font-weight:bold;
|
| 427 |
+
line-height:1em;
|
| 428 |
+
}
|
| 429 |
+
.x-layout-panel-hd-text, .x-layout-panel-hd-text strong {
|
| 430 |
+
/* font:bold 12px verdana, helvetica, sans-serif; */ }
|
| 431 |
+
|
| 432 |
+
/* section specific header icons */
|
| 433 |
+
.categories-tree-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-catalog.gif); }
|
| 434 |
+
.products-grid-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-category.gif); }
|
| 435 |
+
.product-form-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-product.gif); }
|
| 436 |
+
.my-tasks-region .x-layout-panel-hd { background-image:url(../images/magento/layout/icon-my-tasks.gif); }
|
| 437 |
+
|
| 438 |
+
.x-layout-panel-hd-tools { padding:0; }
|
| 439 |
+
.x-layout-tools-button { padding:0; }
|
| 440 |
+
.x-layout-tools-button-inner { width:18px; height:18px; }
|
| 441 |
+
.x-layout-tools-button-over {
|
| 442 |
+
padding:0;
|
| 443 |
+
border:0;
|
| 444 |
+
margin:0;
|
| 445 |
+
}
|
| 446 |
+
.x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 0; }
|
| 447 |
+
.x-layout-tools-button-over .x-layout-close { background:url(../images/magento/basic-dialog/panel_close.gif) no-repeat 0 -18px }
|
| 448 |
+
.x-layout-stick{
|
| 449 |
+
background-image:url(../images/gray/layout/stick.gif);
|
| 450 |
+
}
|
| 451 |
+
|
| 452 |
+
.x-layout-collapse-west,.x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse.gif);}
|
| 453 |
+
.x-layout-expand-west,.x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand.gif);}
|
| 454 |
+
.x-layout-collapse-north,.x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse.gif);}
|
| 455 |
+
.x-layout-expand-north,.x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand.gif);}
|
| 456 |
+
|
| 457 |
+
.x-layout-tools-button-over .x-layout-collapse-west,.x-layout-tools-button-over .x-layout-expand-east{ background-image:url(../images/magento/basic-dialog/collapse-on.gif);}
|
| 458 |
+
.x-layout-tools-button-over .x-layout-expand-west,.x-layout-tools-button-over .x-layout-collapse-east{background-image:url(../images/magento/basic-dialog/expand-on.gif);}
|
| 459 |
+
.x-layout-tools-button-over .x-layout-collapse-north,.x-layout-tools-button-over .x-layout-expand-south{ background-image:url(../images/magento/basic-dialog/ns-collapse-on.gif);}
|
| 460 |
+
.x-layout-tools-button-over .x-layout-expand-north,.x-layout-tools-button-over .x-layout-collapse-south{ background-image:url(../images/magento/basic-dialog/ns-expand-on.gif);}
|
| 461 |
+
|
| 462 |
+
.x-layout-split-h{
|
| 463 |
+
background-image:url(../images/gray/sizer/e-handle-dark.gif);
|
| 464 |
+
}
|
| 465 |
+
.x-layout-split-v{
|
| 466 |
+
background-image:url(../images/gray/sizer/s-handle-dark.gif);
|
| 467 |
+
}
|
| 468 |
+
.x-layout-panel .x-tabs-wrap {
|
| 469 |
+
padding-top:10px;
|
| 470 |
+
background:url(../images/magento/layout/checkered-bg.gif) repeat-x 0 100%;
|
| 471 |
+
}
|
| 472 |
+
.x-layout-container .x-layout-panel-north { border:none;}
|
| 473 |
+
.x-layout-nested-layout .x-layout-panel-north { border-bottom:none; }
|
| 474 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 475 |
+
border-left:1px solid #aca899;
|
| 476 |
+
}
|
| 477 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 478 |
+
border-top:1px solid #aca899;
|
| 479 |
+
}
|
| 480 |
+
.x-layout-nested-layout .x-layout-panel-west { border-right:1px solid #c2b483; }
|
| 481 |
+
|
| 482 |
+
.x-layout-panel-dragover {
|
| 483 |
+
border: 2px solid #aca899;
|
| 484 |
+
}
|
| 485 |
+
.x-layout-panel-proxy {
|
| 486 |
+
background-image: url(../images/gray/layout/gradient-bg.gif);
|
| 487 |
+
background-color:#f3f2e7;
|
| 488 |
+
border:1px dashed #aca899;
|
| 489 |
+
}
|
| 490 |
+
/** Resizable */
|
| 491 |
+
|
| 492 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 493 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 494 |
+
background-position: left;
|
| 495 |
+
}
|
| 496 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 497 |
+
background:url(../images/gray/sizer/e-handle.gif);
|
| 498 |
+
background-position: left;
|
| 499 |
+
}
|
| 500 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 501 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 502 |
+
background-position: top;
|
| 503 |
+
}
|
| 504 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 505 |
+
background:url(../images/gray/sizer/s-handle.gif);
|
| 506 |
+
background-position: top;
|
| 507 |
+
}
|
| 508 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 509 |
+
background:url(../images/gray/sizer/se-handle.gif);
|
| 510 |
+
background-position: top left;
|
| 511 |
+
}
|
| 512 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 513 |
+
background:url(../images/gray/sizer/nw-handle.gif);
|
| 514 |
+
background-position:bottom right;
|
| 515 |
+
}
|
| 516 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 517 |
+
background:url(../images/gray/sizer/ne-handle.gif);
|
| 518 |
+
background-position: bottom left;
|
| 519 |
+
}
|
| 520 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 521 |
+
background:url(../images/gray/sizer/sw-handle.gif);
|
| 522 |
+
background-position: top right;
|
| 523 |
+
}
|
| 524 |
+
.x-resizable-proxy{
|
| 525 |
+
border: 1px dashed #615e55;
|
| 526 |
+
}
|
| 527 |
+
|
| 528 |
+
/** Toolbar */
|
| 529 |
+
.x-toolbar {
|
| 530 |
+
background:url(../images/magento/toolbar/toolbar-bg.gif) repeat-x #dbeff3;
|
| 531 |
+
border:none;
|
| 532 |
+
border-top:1px solid #b3d6dc;
|
| 533 |
+
padding:2px 4px;
|
| 534 |
+
}
|
| 535 |
+
.categories-tree-region .x-toolbar { padding:3px 4px; }
|
| 536 |
+
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
|
| 537 |
+
background:none;
|
| 538 |
+
}
|
| 539 |
+
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
|
| 540 |
+
background:none;
|
| 541 |
+
}
|
| 542 |
+
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
|
| 543 |
+
background:none;
|
| 544 |
+
}
|
| 545 |
+
.x-paging-info {
|
| 546 |
+
color:#222222;
|
| 547 |
+
}
|
| 548 |
+
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 549 |
+
width:12px;
|
| 550 |
+
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
|
| 551 |
+
}
|
| 552 |
+
.x-btn-with-menu .x-btn-center em {
|
| 553 |
+
display:block;
|
| 554 |
+
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
|
| 555 |
+
padding-right:10px;
|
| 556 |
+
}
|
| 557 |
+
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
|
| 558 |
+
display:block;
|
| 559 |
+
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
|
| 560 |
+
padding-right:13px;
|
| 561 |
+
}
|
| 562 |
+
.x-btn-text-icon .x-btn-center .x-btn-text {padding-left:20px; }
|
| 563 |
+
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
|
| 564 |
+
width:12px;
|
| 565 |
+
background:transparent url(../images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
|
| 566 |
+
}
|
| 567 |
+
|
| 568 |
+
/* For top menu only*/
|
| 569 |
+
.left-menu-toolbar .x-toolbar, .right-menu-toolbar .x-toolbar {
|
| 570 |
+
border:0 none;
|
| 571 |
+
background:#2E4D53;
|
| 572 |
+
padding:5px 3px 0 3px;
|
| 573 |
+
color:#fbfaf7;
|
| 574 |
+
}
|
| 575 |
+
|
| 576 |
+
.left-menu-toolbar .x-toolbar td { padding:0 2px; background:none; }
|
| 577 |
+
.left-menu-toolbar .x-btn { border-bottom:5px solid #2E4D53;}
|
| 578 |
+
.left-menu-toolbar .x-btn-over { border-bottom:5px solid #dc4509;}
|
| 579 |
+
.left-menu-toolbar .x-btn-menu-active { border-bottom:5px solid #dc4509;}
|
| 580 |
+
.left-menu-toolbar .x-btn button, .right-menu-toolbar .x-btn button { color:#fbfaf7; /* font:bold 11px verdana, helvetica, sans-serif; */}
|
| 581 |
+
.left-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text, .right-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text {padding-left:3px; }
|
| 582 |
+
|
| 583 |
+
.right-menu-toolbar { width:420px;}
|
| 584 |
+
.right-menu-toolbar .btn-logout .x-btn-center .x-btn-text { padding-left:20px; }
|
| 585 |
+
|
| 586 |
+
|
| 587 |
+
|
| 588 |
+
.x-toolbar .x-btn-over .x-btn-left{background:none;}
|
| 589 |
+
.x-toolbar .x-btn-over .x-btn-right{background:none;}
|
| 590 |
+
.x-toolbar .x-btn-over .x-btn-center{background:none;}
|
| 591 |
+
|
| 592 |
+
/* combo box */
|
| 593 |
+
.x-combo-list {
|
| 594 |
+
border:1px solid #efeadc;
|
| 595 |
+
background:#faf9f4;
|
| 596 |
+
}
|
| 597 |
+
.x-combo-list-hd {
|
| 598 |
+
color:#222;
|
| 599 |
+
background-image: url(../images/gray/layout/panel-title-light-bg.gif);
|
| 600 |
+
border-bottom:1px solid #aca899;
|
| 601 |
+
}
|
| 602 |
+
.x-resizable-pinned .x-combo-list-inner {
|
| 603 |
+
border-bottom:1px solid #aaa;
|
| 604 |
+
}
|
| 605 |
+
.x-combo-list .x-combo-selected{
|
| 606 |
+
background:#ddd !important;
|
| 607 |
+
border:1px solid #aaa;
|
| 608 |
+
}
|
| 609 |
+
.x-menu-list { border:none; }
|
| 610 |
+
/* form box */
|
| 611 |
+
.x-box-tl, .x-box-tr, .x-box-tc, .x-box-ml, .x-box-mr, .x-box-mc, .x-box-bl, .x-box-br, .x-box-bc { background:none; }
|
| 612 |
+
.x-box-mc fieldset { margin:2px; border:0; }
|
| 613 |
+
.x-box-mc fieldset legend { display:none; margin:0; padding:0; }
|
| 614 |
+
.x-box-mc fieldset label { text-transform:capitalize;}
|
| 615 |
+
.x-form-item { /*font:normal 12px verdana, helvetica, sans-serif; */ }
|
| 616 |
+
.x-form-text { padding:1px 2px; border:1px solid #999; background:none; background:#fff; }
|
| 617 |
+
.x-form-field { /* font:normal 12px verdana, helvetica, sans-serif; */}
|
| 618 |
+
.data-form { background:#fbfaf7; }
|
| 619 |
+
|
| 620 |
+
|
| 621 |
+
.address-view { background:#fbfaf7; padding:10px;}
|
| 622 |
+
.x-view-selected { border:none; }
|
| 623 |
+
|
| 624 |
+
input.l-tcb {
|
| 625 |
+
height:13px;
|
| 626 |
+
width:13px;
|
| 627 |
+
margin-left:2px
|
| 628 |
+
}
|
| 629 |
+
.ext-ie .x-tree {
|
| 630 |
+
position:static !important;
|
| 631 |
}
|
js/extjs/resources/css/ytheme-vista.css
CHANGED
|
@@ -1,511 +1,511 @@
|
|
| 1 |
-
/*
|
| 2 |
-
* Ext JS Library 1.0
|
| 3 |
-
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
-
* licensing@extjs.com
|
| 5 |
-
*
|
| 6 |
-
* http://www.extjs.com/license
|
| 7 |
-
*/
|
| 8 |
-
|
| 9 |
-
.ext-el-mask-msg {
|
| 10 |
-
border:1px solid #aaa;
|
| 11 |
-
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 12 |
-
}
|
| 13 |
-
.ext-el-mask-msg div {
|
| 14 |
-
border:1px solid #ccc;
|
| 15 |
-
}
|
| 16 |
-
/*
|
| 17 |
-
Menu
|
| 18 |
-
*/
|
| 19 |
-
.x-menu {
|
| 20 |
-
border-color: #999 #999 #999 #999;
|
| 21 |
-
background-image:url(../images/gray/menu/menu.gif);
|
| 22 |
-
}
|
| 23 |
-
.x-menu-item-arrow{
|
| 24 |
-
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 25 |
-
}
|
| 26 |
-
.x-menu-item {
|
| 27 |
-
color:#222;
|
| 28 |
-
}
|
| 29 |
-
.x-menu-item-active {
|
| 30 |
-
background:#ddd;
|
| 31 |
-
border:1px solid #aaa;
|
| 32 |
-
}
|
| 33 |
-
.x-menu-sep {
|
| 34 |
-
background:#aaa;
|
| 35 |
-
}
|
| 36 |
-
/**
|
| 37 |
-
* Tabs
|
| 38 |
-
*/
|
| 39 |
-
.x-tabs-wrap {
|
| 40 |
-
background:#4f4f4f;
|
| 41 |
-
border-bottom:1px solid #b3b6b0;
|
| 42 |
-
}
|
| 43 |
-
.x-tabs-strip .x-tabs-text {
|
| 44 |
-
color:white;
|
| 45 |
-
font-weight:normal;
|
| 46 |
-
}
|
| 47 |
-
.x-tabs-strip .on .x-tabs-text {
|
| 48 |
-
cursor:default;
|
| 49 |
-
color:#333333;
|
| 50 |
-
}
|
| 51 |
-
.x-tabs-top .x-tabs-strip a.x-tabs-right {
|
| 52 |
-
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 53 |
-
}
|
| 54 |
-
.x-tabs-top .x-tabs-strip a .x-tabs-left{
|
| 55 |
-
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 56 |
-
}
|
| 57 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 58 |
-
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0;
|
| 59 |
-
}
|
| 60 |
-
.x-tabs-top .x-tabs-strip .on .x-tabs-left{
|
| 61 |
-
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 62 |
-
}
|
| 63 |
-
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 64 |
-
background-image:url(../images/vista/layout/tab-close.gif);
|
| 65 |
-
}
|
| 66 |
-
.x-tabs-strip .on .close-icon{
|
| 67 |
-
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 68 |
-
}
|
| 69 |
-
.x-tabs-strip .x-tabs-closable .close-over{
|
| 70 |
-
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 71 |
-
}
|
| 72 |
-
.x-tabs-body {
|
| 73 |
-
border:1px solid #b3b6b0;
|
| 74 |
-
border-top:0 none;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
.x-tabs-bottom .x-tabs-strip {
|
| 78 |
-
background:#4f4f4f;
|
| 79 |
-
}
|
| 80 |
-
.x-tabs-bottom .x-tabs-strip a.x-tabs-right {
|
| 81 |
-
background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 82 |
-
}
|
| 83 |
-
.x-tabs-bottom .x-tabs-strip a .x-tabs-left{
|
| 84 |
-
background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 85 |
-
}
|
| 86 |
-
.x-tabs-bottom .x-tabs-wrap {
|
| 87 |
-
border-bottom:0 none;
|
| 88 |
-
padding-top:0;
|
| 89 |
-
border-top:1px solid #b3b6b0;
|
| 90 |
-
}
|
| 91 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 92 |
-
background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 93 |
-
}
|
| 94 |
-
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 95 |
-
background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.x-tabs-bottom .x-tabs-body {
|
| 99 |
-
border:1px solid #b3b6b0;
|
| 100 |
-
border-bottom:0 none;
|
| 101 |
-
}
|
| 102 |
-
/**
|
| 103 |
-
* Basic-Dialog
|
| 104 |
-
*/
|
| 105 |
-
.x-dlg-proxy {
|
| 106 |
-
background:#d3d6d0;
|
| 107 |
-
border:2px solid #b3b6b0;
|
| 108 |
-
}
|
| 109 |
-
.x-dlg-shadow{
|
| 110 |
-
background:#cccccc;
|
| 111 |
-
opacity:.3;
|
| 112 |
-
-moz-opacity:.3;
|
| 113 |
-
filter: alpha(opacity=30);
|
| 114 |
-
}
|
| 115 |
-
.x-dlg .x-dlg-hd {
|
| 116 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 117 |
-
background-color:#333333;
|
| 118 |
-
zoom:1;
|
| 119 |
-
}
|
| 120 |
-
.x-dlg .x-dlg-hd-left {
|
| 121 |
-
opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
|
| 122 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 123 |
-
zoom:1;
|
| 124 |
-
}
|
| 125 |
-
.x-dlg .x-dlg-hd-right {
|
| 126 |
-
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 127 |
-
zoom:1;
|
| 128 |
-
}
|
| 129 |
-
.x-dlg .x-dlg-dlg-body{
|
| 130 |
-
background:#fff;
|
| 131 |
-
border:0 none;
|
| 132 |
-
border-top:0 none;
|
| 133 |
-
padding:0 0px 0px;
|
| 134 |
-
position:absolute;
|
| 135 |
-
top:24px;left:0;
|
| 136 |
-
z-index:1;
|
| 137 |
-
}
|
| 138 |
-
.x-dlg-auto-tabs .x-dlg-dlg-body{
|
| 139 |
-
background:transparent;
|
| 140 |
-
}
|
| 141 |
-
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
|
| 142 |
-
background:transparent;
|
| 143 |
-
}
|
| 144 |
-
.x-dlg .x-dlg-ft{
|
| 145 |
-
border-top:1px solid #b3b6b0;
|
| 146 |
-
background:#F0F0F0;
|
| 147 |
-
padding-bottom:8px;
|
| 148 |
-
}
|
| 149 |
-
.x-dlg .x-dlg-bg{
|
| 150 |
-
opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
|
| 151 |
-
zoom:1;
|
| 152 |
-
}
|
| 153 |
-
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
|
| 154 |
-
}
|
| 155 |
-
.x-dlg .x-dlg-bg-center {
|
| 156 |
-
padding: 0px 4px 4px 4px;
|
| 157 |
-
background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 158 |
-
zoom:1;
|
| 159 |
-
}
|
| 160 |
-
.x-dlg .x-dlg-bg-left{
|
| 161 |
-
padding-left:4px;
|
| 162 |
-
background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 163 |
-
zoom:1;
|
| 164 |
-
}
|
| 165 |
-
.x-dlg .x-dlg-bg-right{
|
| 166 |
-
padding-right:4px;
|
| 167 |
-
background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 168 |
-
zoom:1;
|
| 169 |
-
}
|
| 170 |
-
.x-dlg .x-tabs-top .x-tabs-body{
|
| 171 |
-
border:0 none;
|
| 172 |
-
}
|
| 173 |
-
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 174 |
-
border:1px solid #b3b6b0;
|
| 175 |
-
border-bottom:0 none;
|
| 176 |
-
}
|
| 177 |
-
.x-dlg .x-layout-container .x-tabs-body{
|
| 178 |
-
border:0 none;
|
| 179 |
-
}
|
| 180 |
-
.x-dlg .x-dlg-close {
|
| 181 |
-
background-image:url(../images/vista/basic-dialog/close.gif);
|
| 182 |
-
}
|
| 183 |
-
.x-dlg .x-dlg-collapse {
|
| 184 |
-
background-image:url(../images/vista/basic-dialog/collapse.gif);
|
| 185 |
-
}
|
| 186 |
-
.x-dlg-collapsed .x-dlg-collapse {
|
| 187 |
-
background-image:url(../images/vista/basic-dialog/expand.gif);
|
| 188 |
-
}
|
| 189 |
-
.x-dlg div.x-resizable-handle-east{
|
| 190 |
-
background-image:url(../images/vista/s.gif);
|
| 191 |
-
border:0 none;
|
| 192 |
-
}
|
| 193 |
-
.x-dlg div.x-resizable-handle-south{
|
| 194 |
-
background-image:url(../images/vista/s.gif);
|
| 195 |
-
border:0 none;
|
| 196 |
-
}
|
| 197 |
-
.x-dlg div.x-resizable-handle-west{
|
| 198 |
-
background-image:url(../images/vista/s.gif);
|
| 199 |
-
border:0 none;
|
| 200 |
-
}
|
| 201 |
-
.x-dlg div.x-resizable-handle-southeast{
|
| 202 |
-
background-image:url(../images/vista/s.gif);
|
| 203 |
-
background-position: bottom right;
|
| 204 |
-
width:8px;
|
| 205 |
-
height:8px;
|
| 206 |
-
border:0;
|
| 207 |
-
}
|
| 208 |
-
.x-dlg div.x-resizable-handle-southwest{
|
| 209 |
-
background-image:url(../images/vista/s.gif);
|
| 210 |
-
background-position: top right;
|
| 211 |
-
margin-left:1px;
|
| 212 |
-
margin-bottom:1px;
|
| 213 |
-
border:0;
|
| 214 |
-
}
|
| 215 |
-
.x-dlg div.x-resizable-handle-north{
|
| 216 |
-
background-image:url(../images/vista/s.gif);
|
| 217 |
-
border:0 none;
|
| 218 |
-
}
|
| 219 |
-
|
| 220 |
-
/* QuickTips */
|
| 221 |
-
|
| 222 |
-
.x-tip .x-tip-top {
|
| 223 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 224 |
-
}
|
| 225 |
-
.x-tip .x-tip-top-left {
|
| 226 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 227 |
-
}
|
| 228 |
-
.x-tip .x-tip-top-right {
|
| 229 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 230 |
-
}
|
| 231 |
-
.x-tip .x-tip-ft {
|
| 232 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 233 |
-
}
|
| 234 |
-
.x-tip .x-tip-ft-left {
|
| 235 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 236 |
-
}
|
| 237 |
-
.x-tip .x-tip-ft-right {
|
| 238 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 239 |
-
}
|
| 240 |
-
.x-tip .x-tip-bd-left {
|
| 241 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 242 |
-
}
|
| 243 |
-
.x-tip .x-tip-bd-right {
|
| 244 |
-
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
.x-tip .x-tip-bd-inner {
|
| 248 |
-
padding:2px;
|
| 249 |
-
}
|
| 250 |
-
|
| 251 |
-
/* BorderLayout */
|
| 252 |
-
.x-layout-container{
|
| 253 |
-
background:#4f4f4f;
|
| 254 |
-
}
|
| 255 |
-
.x-layout-collapsed{
|
| 256 |
-
background-color:#9f9f9f;
|
| 257 |
-
border:1px solid #4c535c;
|
| 258 |
-
}
|
| 259 |
-
.x-layout-collapsed-over{
|
| 260 |
-
background-color:#bfbfbf;
|
| 261 |
-
}
|
| 262 |
-
.x-layout-panel{
|
| 263 |
-
border:1px solid #4c535c;
|
| 264 |
-
}
|
| 265 |
-
.x-layout-nested-layout .x-layout-panel {
|
| 266 |
-
border:0 none;
|
| 267 |
-
}
|
| 268 |
-
.x-layout-split{
|
| 269 |
-
background-color:#f3f2e7;
|
| 270 |
-
}
|
| 271 |
-
.x-layout-panel-hd{
|
| 272 |
-
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 273 |
-
border-bottom:1px solid #b5bac1;
|
| 274 |
-
color:white;
|
| 275 |
-
}
|
| 276 |
-
.x-layout-panel-hd-text{
|
| 277 |
-
color:white;
|
| 278 |
-
}
|
| 279 |
-
.x-layout-tools-button-over{
|
| 280 |
-
border:1px solid #4c535c;
|
| 281 |
-
background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x;
|
| 282 |
-
}
|
| 283 |
-
.x-layout-close{
|
| 284 |
-
background-image:url(../images/vista/layout/tab-close.gif);
|
| 285 |
-
}
|
| 286 |
-
|
| 287 |
-
.x-layout-stick{
|
| 288 |
-
background-image:url(../images/vista/layout/stick.gif);
|
| 289 |
-
}
|
| 290 |
-
.x-layout-collapse-west,.x-layout-expand-east{
|
| 291 |
-
background-image:url(../images/vista/layout/collapse.gif);
|
| 292 |
-
}
|
| 293 |
-
.x-layout-expand-west,.x-layout-collapse-east{
|
| 294 |
-
background-image:url(../images/vista/layout/expand.gif);
|
| 295 |
-
}
|
| 296 |
-
.x-layout-collapse-north,.x-layout-expand-south{
|
| 297 |
-
background-image:url(../images/vista/layout/ns-collapse.gif);
|
| 298 |
-
}
|
| 299 |
-
.x-layout-expand-north,.x-layout-collapse-south{
|
| 300 |
-
background-image:url(../images/vista/layout/ns-expand.gif);
|
| 301 |
-
}
|
| 302 |
-
.x-layout-split-h{
|
| 303 |
-
background:#9f9f9f;
|
| 304 |
-
}
|
| 305 |
-
.x-layout-split-v{
|
| 306 |
-
background:#9f9f9f;
|
| 307 |
-
}
|
| 308 |
-
.x-layout-panel .x-tabs-wrap{
|
| 309 |
-
background:#4f4f4f;
|
| 310 |
-
}
|
| 311 |
-
.x-layout-nested-layout .x-layout-panel-north {
|
| 312 |
-
border-bottom:1px solid #4c535c;
|
| 313 |
-
}
|
| 314 |
-
.x-layout-nested-layout .x-layout-panel-south {
|
| 315 |
-
border-top:1px solid #4c535c;
|
| 316 |
-
}
|
| 317 |
-
.x-layout-nested-layout .x-layout-panel-east {
|
| 318 |
-
border-left:1px solid #4c535c;
|
| 319 |
-
}
|
| 320 |
-
.x-layout-nested-layout .x-layout-panel-west {
|
| 321 |
-
border-right:1px solid #4c535c;
|
| 322 |
-
}
|
| 323 |
-
.x-layout-panel-dragover {
|
| 324 |
-
border: 2px solid #4c535c;
|
| 325 |
-
}
|
| 326 |
-
.x-layout-panel-proxy {
|
| 327 |
-
background-image: url(../images/vista/layout/gradient-bg.gif);
|
| 328 |
-
background-color:#f3f2e7;
|
| 329 |
-
border:1px dashed #4c535c;
|
| 330 |
-
}
|
| 331 |
-
|
| 332 |
-
.x-layout-container .x-layout-tabs-body{
|
| 333 |
-
border:0 none;
|
| 334 |
-
}
|
| 335 |
-
/** Resizable */
|
| 336 |
-
|
| 337 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 338 |
-
background:url(../images/vista/sizer/e-handle.gif);
|
| 339 |
-
background-position: left;
|
| 340 |
-
}
|
| 341 |
-
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 342 |
-
background:url(../images/vista/sizer/e-handle.gif);
|
| 343 |
-
background-position: left;
|
| 344 |
-
}
|
| 345 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 346 |
-
background:url(../images/vista/sizer/s-handle.gif);
|
| 347 |
-
background-position: top;
|
| 348 |
-
}
|
| 349 |
-
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 350 |
-
background:url(../images/vista/sizer/s-handle.gif);
|
| 351 |
-
background-position: top;
|
| 352 |
-
}
|
| 353 |
-
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 354 |
-
background:url(../images/vista/sizer/se-handle.gif);
|
| 355 |
-
background-position: top left;
|
| 356 |
-
}
|
| 357 |
-
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 358 |
-
background:url(../images/vista/sizer/nw-handle.gif);
|
| 359 |
-
background-position:bottom right;
|
| 360 |
-
}
|
| 361 |
-
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 362 |
-
background:url(../images/vista/sizer/ne-handle.gif);
|
| 363 |
-
background-position: bottom left;
|
| 364 |
-
}
|
| 365 |
-
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 366 |
-
background:url(../images/vista/sizer/sw-handle.gif);
|
| 367 |
-
background-position: top right;
|
| 368 |
-
}
|
| 369 |
-
.x-resizable-proxy{
|
| 370 |
-
border: 1px dashed #615e55;
|
| 371 |
-
}
|
| 372 |
-
|
| 373 |
-
/** Toolbar */
|
| 374 |
-
.x-toolbar{
|
| 375 |
-
border:0 none;
|
| 376 |
-
background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x;
|
| 377 |
-
padding:3px;
|
| 378 |
-
}
|
| 379 |
-
.x-toolbar .ytb-button-over{
|
| 380 |
-
border:1px solid transparent;
|
| 381 |
-
border-bottom:1px solid #bbbbbb;
|
| 382 |
-
border-top:1px solid #eeeeee;
|
| 383 |
-
background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 384 |
-
}
|
| 385 |
-
|
| 386 |
-
.x-paging-info {
|
| 387 |
-
color:#000;
|
| 388 |
-
}
|
| 389 |
-
/* grid */
|
| 390 |
-
.x-grid-topbar .x-toolbar{
|
| 391 |
-
border:0;
|
| 392 |
-
border-bottom:1px solid #555;
|
| 393 |
-
}
|
| 394 |
-
.x-grid-bottombar .x-toolbar{
|
| 395 |
-
border:0;
|
| 396 |
-
border-top:1px solid #555;
|
| 397 |
-
}
|
| 398 |
-
.x-grid-locked .x-grid-body td {
|
| 399 |
-
background: #fafafa;
|
| 400 |
-
border-right: 1px solid #e1e1e1;
|
| 401 |
-
border-bottom: 1px solid #e1e1e1 !important;
|
| 402 |
-
}
|
| 403 |
-
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 404 |
-
border-top:0 none;
|
| 405 |
-
}
|
| 406 |
-
.x-grid-locked .x-grid-row-alt td{
|
| 407 |
-
background: #f1f1f1;
|
| 408 |
-
}
|
| 409 |
-
.x-grid-locked .x-grid-row-selected td{
|
| 410 |
-
color: #fff !important;
|
| 411 |
-
background-color: #316ac5 !important;
|
| 412 |
-
}
|
| 413 |
-
.x-grid-hd{
|
| 414 |
-
border-bottom:0;
|
| 415 |
-
background:none;
|
| 416 |
-
}
|
| 417 |
-
.x-grid-hd-row{
|
| 418 |
-
height:auto;
|
| 419 |
-
}
|
| 420 |
-
.x-grid-split {
|
| 421 |
-
background-image: url(../images/vista/grid/grid-split.gif);
|
| 422 |
-
}
|
| 423 |
-
.x-grid-header{
|
| 424 |
-
background: url(../images/vista/grid/grid-vista-hd.gif);
|
| 425 |
-
border:0 none;
|
| 426 |
-
border-bottom:1px solid #555;
|
| 427 |
-
}
|
| 428 |
-
.x-grid-row-alt{
|
| 429 |
-
background-color: #f5f5f5;
|
| 430 |
-
}
|
| 431 |
-
.x-grid-row-over td{
|
| 432 |
-
background-color:#eeeeee;
|
| 433 |
-
}
|
| 434 |
-
.x-grid-col {
|
| 435 |
-
border-right: 1px solid #eee;
|
| 436 |
-
border-bottom: 1px solid #eee;
|
| 437 |
-
}
|
| 438 |
-
.x-grid-header .x-grid-hd-inner {
|
| 439 |
-
padding-bottom: 1px;
|
| 440 |
-
}
|
| 441 |
-
.x-grid-header .x-grid-hd-text {
|
| 442 |
-
padding-bottom: 3px;
|
| 443 |
-
color:#333333;
|
| 444 |
-
}
|
| 445 |
-
.x-grid-hd-over .x-grid-hd-inner {
|
| 446 |
-
border-bottom: 1px solid #555;
|
| 447 |
-
padding-bottom: 0;
|
| 448 |
-
}
|
| 449 |
-
.x-grid-hd-over .x-grid-hd-text {
|
| 450 |
-
background-color: #fafafa;
|
| 451 |
-
border-bottom: 1px solid #555;
|
| 452 |
-
padding-bottom: 2px;
|
| 453 |
-
}
|
| 454 |
-
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 455 |
-
border-bottom: 1px solid #555;
|
| 456 |
-
padding-bottom: 0;
|
| 457 |
-
}
|
| 458 |
-
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 459 |
-
border-bottom: 1px solid #3b5a82;
|
| 460 |
-
padding-bottom: 2px;
|
| 461 |
-
}
|
| 462 |
-
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 463 |
-
background: url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 464 |
-
height:22px;
|
| 465 |
-
width:120px;
|
| 466 |
-
}
|
| 467 |
-
.x-props-grid .x-grid-col-name{
|
| 468 |
-
background-color: #eee;
|
| 469 |
-
}
|
| 470 |
-
/* toolbar */
|
| 471 |
-
.x-toolbar .ytb-sep{
|
| 472 |
-
background-image: url(../images/vista/grid/grid-split.gif);
|
| 473 |
-
}
|
| 474 |
-
|
| 475 |
-
.x-toolbar .x-btn-over .x-btn-left{
|
| 476 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 0px;
|
| 477 |
-
}
|
| 478 |
-
.x-toolbar .x-btn-over .x-btn-right{
|
| 479 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 480 |
-
}
|
| 481 |
-
.x-toolbar .x-btn-over .x-btn-center{
|
| 482 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 483 |
-
}
|
| 484 |
-
|
| 485 |
-
.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{
|
| 486 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 487 |
-
}
|
| 488 |
-
.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{
|
| 489 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 490 |
-
}
|
| 491 |
-
.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{
|
| 492 |
-
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 493 |
-
}
|
| 494 |
-
|
| 495 |
-
/* combo box */
|
| 496 |
-
.x-combo-list {
|
| 497 |
-
border:1px solid #999;
|
| 498 |
-
background:#dddddd;
|
| 499 |
-
}
|
| 500 |
-
.x-combo-list-hd {
|
| 501 |
-
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 502 |
-
border-bottom:1px solid #b5bac1;
|
| 503 |
-
color:white;
|
| 504 |
-
}
|
| 505 |
-
.x-resizable-pinned .x-combo-list-inner {
|
| 506 |
-
border-bottom:1px solid #aaa;
|
| 507 |
-
}
|
| 508 |
-
.x-combo-list .x-combo-selected{
|
| 509 |
-
background:#ddd !important;
|
| 510 |
-
border:1px solid #aaa;
|
| 511 |
}
|
| 1 |
+
/*
|
| 2 |
+
* Ext JS Library 1.0
|
| 3 |
+
* Copyright(c) 2006-2007, Ext JS, LLC.
|
| 4 |
+
* licensing@extjs.com
|
| 5 |
+
*
|
| 6 |
+
* http://www.extjs.com/license
|
| 7 |
+
*/
|
| 8 |
+
|
| 9 |
+
.ext-el-mask-msg {
|
| 10 |
+
border:1px solid #aaa;
|
| 11 |
+
background: #ddd url(../images/default/box/tb.gif) repeat-x 0 -16px;
|
| 12 |
+
}
|
| 13 |
+
.ext-el-mask-msg div {
|
| 14 |
+
border:1px solid #ccc;
|
| 15 |
+
}
|
| 16 |
+
/*
|
| 17 |
+
Menu
|
| 18 |
+
*/
|
| 19 |
+
.x-menu {
|
| 20 |
+
border-color: #999 #999 #999 #999;
|
| 21 |
+
background-image:url(../images/gray/menu/menu.gif);
|
| 22 |
+
}
|
| 23 |
+
.x-menu-item-arrow{
|
| 24 |
+
background-image:url(../images/gray/menu/menu-parent.gif);
|
| 25 |
+
}
|
| 26 |
+
.x-menu-item {
|
| 27 |
+
color:#222;
|
| 28 |
+
}
|
| 29 |
+
.x-menu-item-active {
|
| 30 |
+
background:#ddd;
|
| 31 |
+
border:1px solid #aaa;
|
| 32 |
+
}
|
| 33 |
+
.x-menu-sep {
|
| 34 |
+
background:#aaa;
|
| 35 |
+
}
|
| 36 |
+
/**
|
| 37 |
+
* Tabs
|
| 38 |
+
*/
|
| 39 |
+
.x-tabs-wrap {
|
| 40 |
+
background:#4f4f4f;
|
| 41 |
+
border-bottom:1px solid #b3b6b0;
|
| 42 |
+
}
|
| 43 |
+
.x-tabs-strip .x-tabs-text {
|
| 44 |
+
color:white;
|
| 45 |
+
font-weight:normal;
|
| 46 |
+
}
|
| 47 |
+
.x-tabs-strip .on .x-tabs-text {
|
| 48 |
+
cursor:default;
|
| 49 |
+
color:#333333;
|
| 50 |
+
}
|
| 51 |
+
.x-tabs-top .x-tabs-strip a.x-tabs-right {
|
| 52 |
+
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
|
| 53 |
+
}
|
| 54 |
+
.x-tabs-top .x-tabs-strip a .x-tabs-left{
|
| 55 |
+
background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -150px;
|
| 56 |
+
}
|
| 57 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
|
| 58 |
+
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0;
|
| 59 |
+
}
|
| 60 |
+
.x-tabs-top .x-tabs-strip .on .x-tabs-left{
|
| 61 |
+
background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0px -100px;
|
| 62 |
+
}
|
| 63 |
+
.x-tabs-strip .x-tabs-closable .close-icon{
|
| 64 |
+
background-image:url(../images/vista/layout/tab-close.gif);
|
| 65 |
+
}
|
| 66 |
+
.x-tabs-strip .on .close-icon{
|
| 67 |
+
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 68 |
+
}
|
| 69 |
+
.x-tabs-strip .x-tabs-closable .close-over{
|
| 70 |
+
background-image:url(../images/vista/layout/tab-close-on.gif);
|
| 71 |
+
}
|
| 72 |
+
.x-tabs-body {
|
| 73 |
+
border:1px solid #b3b6b0;
|
| 74 |
+
border-top:0 none;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
.x-tabs-bottom .x-tabs-strip {
|
| 78 |
+
background:#4f4f4f;
|
| 79 |
+
}
|
| 80 |
+
.x-tabs-bottom .x-tabs-strip a.x-tabs-right {
|
| 81 |
+
background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
|
| 82 |
+
}
|
| 83 |
+
.x-tabs-bottom .x-tabs-strip a .x-tabs-left{
|
| 84 |
+
background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
|
| 85 |
+
}
|
| 86 |
+
.x-tabs-bottom .x-tabs-wrap {
|
| 87 |
+
border-bottom:0 none;
|
| 88 |
+
padding-top:0;
|
| 89 |
+
border-top:1px solid #b3b6b0;
|
| 90 |
+
}
|
| 91 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
|
| 92 |
+
background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
|
| 93 |
+
}
|
| 94 |
+
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
|
| 95 |
+
background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
.x-tabs-bottom .x-tabs-body {
|
| 99 |
+
border:1px solid #b3b6b0;
|
| 100 |
+
border-bottom:0 none;
|
| 101 |
+
}
|
| 102 |
+
/**
|
| 103 |
+
* Basic-Dialog
|
| 104 |
+
*/
|
| 105 |
+
.x-dlg-proxy {
|
| 106 |
+
background:#d3d6d0;
|
| 107 |
+
border:2px solid #b3b6b0;
|
| 108 |
+
}
|
| 109 |
+
.x-dlg-shadow{
|
| 110 |
+
background:#cccccc;
|
| 111 |
+
opacity:.3;
|
| 112 |
+
-moz-opacity:.3;
|
| 113 |
+
filter: alpha(opacity=30);
|
| 114 |
+
}
|
| 115 |
+
.x-dlg .x-dlg-hd {
|
| 116 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
|
| 117 |
+
background-color:#333333;
|
| 118 |
+
zoom:1;
|
| 119 |
+
}
|
| 120 |
+
.x-dlg .x-dlg-hd-left {
|
| 121 |
+
opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
|
| 122 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
|
| 123 |
+
zoom:1;
|
| 124 |
+
}
|
| 125 |
+
.x-dlg .x-dlg-hd-right {
|
| 126 |
+
background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0;
|
| 127 |
+
zoom:1;
|
| 128 |
+
}
|
| 129 |
+
.x-dlg .x-dlg-dlg-body{
|
| 130 |
+
background:#fff;
|
| 131 |
+
border:0 none;
|
| 132 |
+
border-top:0 none;
|
| 133 |
+
padding:0 0px 0px;
|
| 134 |
+
position:absolute;
|
| 135 |
+
top:24px;left:0;
|
| 136 |
+
z-index:1;
|
| 137 |
+
}
|
| 138 |
+
.x-dlg-auto-tabs .x-dlg-dlg-body{
|
| 139 |
+
background:transparent;
|
| 140 |
+
}
|
| 141 |
+
.x-dlg-auto-tabs .x-tabs-top .x-tabs-wrap{
|
| 142 |
+
background:transparent;
|
| 143 |
+
}
|
| 144 |
+
.x-dlg .x-dlg-ft{
|
| 145 |
+
border-top:1px solid #b3b6b0;
|
| 146 |
+
background:#F0F0F0;
|
| 147 |
+
padding-bottom:8px;
|
| 148 |
+
}
|
| 149 |
+
.x-dlg .x-dlg-bg{
|
| 150 |
+
opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
|
| 151 |
+
zoom:1;
|
| 152 |
+
}
|
| 153 |
+
.x-dlg .x-dlg-bg-left,.x-dlg .x-dlg-bg-center,.x-dlg .x-dlg-bg-right{
|
| 154 |
+
}
|
| 155 |
+
.x-dlg .x-dlg-bg-center {
|
| 156 |
+
padding: 0px 4px 4px 4px;
|
| 157 |
+
background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
|
| 158 |
+
zoom:1;
|
| 159 |
+
}
|
| 160 |
+
.x-dlg .x-dlg-bg-left{
|
| 161 |
+
padding-left:4px;
|
| 162 |
+
background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
|
| 163 |
+
zoom:1;
|
| 164 |
+
}
|
| 165 |
+
.x-dlg .x-dlg-bg-right{
|
| 166 |
+
padding-right:4px;
|
| 167 |
+
background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
|
| 168 |
+
zoom:1;
|
| 169 |
+
}
|
| 170 |
+
.x-dlg .x-tabs-top .x-tabs-body{
|
| 171 |
+
border:0 none;
|
| 172 |
+
}
|
| 173 |
+
.x-dlg .x-tabs-bottom .x-tabs-body{
|
| 174 |
+
border:1px solid #b3b6b0;
|
| 175 |
+
border-bottom:0 none;
|
| 176 |
+
}
|
| 177 |
+
.x-dlg .x-layout-container .x-tabs-body{
|
| 178 |
+
border:0 none;
|
| 179 |
+
}
|
| 180 |
+
.x-dlg .x-dlg-close {
|
| 181 |
+
background-image:url(../images/vista/basic-dialog/close.gif);
|
| 182 |
+
}
|
| 183 |
+
.x-dlg .x-dlg-collapse {
|
| 184 |
+
background-image:url(../images/vista/basic-dialog/collapse.gif);
|
| 185 |
+
}
|
| 186 |
+
.x-dlg-collapsed .x-dlg-collapse {
|
| 187 |
+
background-image:url(../images/vista/basic-dialog/expand.gif);
|
| 188 |
+
}
|
| 189 |
+
.x-dlg div.x-resizable-handle-east{
|
| 190 |
+
background-image:url(../images/vista/s.gif);
|
| 191 |
+
border:0 none;
|
| 192 |
+
}
|
| 193 |
+
.x-dlg div.x-resizable-handle-south{
|
| 194 |
+
background-image:url(../images/vista/s.gif);
|
| 195 |
+
border:0 none;
|
| 196 |
+
}
|
| 197 |
+
.x-dlg div.x-resizable-handle-west{
|
| 198 |
+
background-image:url(../images/vista/s.gif);
|
| 199 |
+
border:0 none;
|
| 200 |
+
}
|
| 201 |
+
.x-dlg div.x-resizable-handle-southeast{
|
| 202 |
+
background-image:url(../images/vista/s.gif);
|
| 203 |
+
background-position: bottom right;
|
| 204 |
+
width:8px;
|
| 205 |
+
height:8px;
|
| 206 |
+
border:0;
|
| 207 |
+
}
|
| 208 |
+
.x-dlg div.x-resizable-handle-southwest{
|
| 209 |
+
background-image:url(../images/vista/s.gif);
|
| 210 |
+
background-position: top right;
|
| 211 |
+
margin-left:1px;
|
| 212 |
+
margin-bottom:1px;
|
| 213 |
+
border:0;
|
| 214 |
+
}
|
| 215 |
+
.x-dlg div.x-resizable-handle-north{
|
| 216 |
+
background-image:url(../images/vista/s.gif);
|
| 217 |
+
border:0 none;
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
/* QuickTips */
|
| 221 |
+
|
| 222 |
+
.x-tip .x-tip-top {
|
| 223 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 224 |
+
}
|
| 225 |
+
.x-tip .x-tip-top-left {
|
| 226 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 227 |
+
}
|
| 228 |
+
.x-tip .x-tip-top-right {
|
| 229 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 230 |
+
}
|
| 231 |
+
.x-tip .x-tip-ft {
|
| 232 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 233 |
+
}
|
| 234 |
+
.x-tip .x-tip-ft-left {
|
| 235 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 236 |
+
}
|
| 237 |
+
.x-tip .x-tip-ft-right {
|
| 238 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 239 |
+
}
|
| 240 |
+
.x-tip .x-tip-bd-left {
|
| 241 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 242 |
+
}
|
| 243 |
+
.x-tip .x-tip-bd-right {
|
| 244 |
+
background-image: url(../images/vista/qtip/tip-sprite.gif);
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
.x-tip .x-tip-bd-inner {
|
| 248 |
+
padding:2px;
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
/* BorderLayout */
|
| 252 |
+
.x-layout-container{
|
| 253 |
+
background:#4f4f4f;
|
| 254 |
+
}
|
| 255 |
+
.x-layout-collapsed{
|
| 256 |
+
background-color:#9f9f9f;
|
| 257 |
+
border:1px solid #4c535c;
|
| 258 |
+
}
|
| 259 |
+
.x-layout-collapsed-over{
|
| 260 |
+
background-color:#bfbfbf;
|
| 261 |
+
}
|
| 262 |
+
.x-layout-panel{
|
| 263 |
+
border:1px solid #4c535c;
|
| 264 |
+
}
|
| 265 |
+
.x-layout-nested-layout .x-layout-panel {
|
| 266 |
+
border:0 none;
|
| 267 |
+
}
|
| 268 |
+
.x-layout-split{
|
| 269 |
+
background-color:#f3f2e7;
|
| 270 |
+
}
|
| 271 |
+
.x-layout-panel-hd{
|
| 272 |
+
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 273 |
+
border-bottom:1px solid #b5bac1;
|
| 274 |
+
color:white;
|
| 275 |
+
}
|
| 276 |
+
.x-layout-panel-hd-text{
|
| 277 |
+
color:white;
|
| 278 |
+
}
|
| 279 |
+
.x-layout-tools-button-over{
|
| 280 |
+
border:1px solid #4c535c;
|
| 281 |
+
background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x;
|
| 282 |
+
}
|
| 283 |
+
.x-layout-close{
|
| 284 |
+
background-image:url(../images/vista/layout/tab-close.gif);
|
| 285 |
+
}
|
| 286 |
+
|
| 287 |
+
.x-layout-stick{
|
| 288 |
+
background-image:url(../images/vista/layout/stick.gif);
|
| 289 |
+
}
|
| 290 |
+
.x-layout-collapse-west,.x-layout-expand-east{
|
| 291 |
+
background-image:url(../images/vista/layout/collapse.gif);
|
| 292 |
+
}
|
| 293 |
+
.x-layout-expand-west,.x-layout-collapse-east{
|
| 294 |
+
background-image:url(../images/vista/layout/expand.gif);
|
| 295 |
+
}
|
| 296 |
+
.x-layout-collapse-north,.x-layout-expand-south{
|
| 297 |
+
background-image:url(../images/vista/layout/ns-collapse.gif);
|
| 298 |
+
}
|
| 299 |
+
.x-layout-expand-north,.x-layout-collapse-south{
|
| 300 |
+
background-image:url(../images/vista/layout/ns-expand.gif);
|
| 301 |
+
}
|
| 302 |
+
.x-layout-split-h{
|
| 303 |
+
background:#9f9f9f;
|
| 304 |
+
}
|
| 305 |
+
.x-layout-split-v{
|
| 306 |
+
background:#9f9f9f;
|
| 307 |
+
}
|
| 308 |
+
.x-layout-panel .x-tabs-wrap{
|
| 309 |
+
background:#4f4f4f;
|
| 310 |
+
}
|
| 311 |
+
.x-layout-nested-layout .x-layout-panel-north {
|
| 312 |
+
border-bottom:1px solid #4c535c;
|
| 313 |
+
}
|
| 314 |
+
.x-layout-nested-layout .x-layout-panel-south {
|
| 315 |
+
border-top:1px solid #4c535c;
|
| 316 |
+
}
|
| 317 |
+
.x-layout-nested-layout .x-layout-panel-east {
|
| 318 |
+
border-left:1px solid #4c535c;
|
| 319 |
+
}
|
| 320 |
+
.x-layout-nested-layout .x-layout-panel-west {
|
| 321 |
+
border-right:1px solid #4c535c;
|
| 322 |
+
}
|
| 323 |
+
.x-layout-panel-dragover {
|
| 324 |
+
border: 2px solid #4c535c;
|
| 325 |
+
}
|
| 326 |
+
.x-layout-panel-proxy {
|
| 327 |
+
background-image: url(../images/vista/layout/gradient-bg.gif);
|
| 328 |
+
background-color:#f3f2e7;
|
| 329 |
+
border:1px dashed #4c535c;
|
| 330 |
+
}
|
| 331 |
+
|
| 332 |
+
.x-layout-container .x-layout-tabs-body{
|
| 333 |
+
border:0 none;
|
| 334 |
+
}
|
| 335 |
+
/** Resizable */
|
| 336 |
+
|
| 337 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
|
| 338 |
+
background:url(../images/vista/sizer/e-handle.gif);
|
| 339 |
+
background-position: left;
|
| 340 |
+
}
|
| 341 |
+
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
|
| 342 |
+
background:url(../images/vista/sizer/e-handle.gif);
|
| 343 |
+
background-position: left;
|
| 344 |
+
}
|
| 345 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
|
| 346 |
+
background:url(../images/vista/sizer/s-handle.gif);
|
| 347 |
+
background-position: top;
|
| 348 |
+
}
|
| 349 |
+
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
|
| 350 |
+
background:url(../images/vista/sizer/s-handle.gif);
|
| 351 |
+
background-position: top;
|
| 352 |
+
}
|
| 353 |
+
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
| 354 |
+
background:url(../images/vista/sizer/se-handle.gif);
|
| 355 |
+
background-position: top left;
|
| 356 |
+
}
|
| 357 |
+
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
|
| 358 |
+
background:url(../images/vista/sizer/nw-handle.gif);
|
| 359 |
+
background-position:bottom right;
|
| 360 |
+
}
|
| 361 |
+
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
|
| 362 |
+
background:url(../images/vista/sizer/ne-handle.gif);
|
| 363 |
+
background-position: bottom left;
|
| 364 |
+
}
|
| 365 |
+
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
|
| 366 |
+
background:url(../images/vista/sizer/sw-handle.gif);
|
| 367 |
+
background-position: top right;
|
| 368 |
+
}
|
| 369 |
+
.x-resizable-proxy{
|
| 370 |
+
border: 1px dashed #615e55;
|
| 371 |
+
}
|
| 372 |
+
|
| 373 |
+
/** Toolbar */
|
| 374 |
+
.x-toolbar{
|
| 375 |
+
border:0 none;
|
| 376 |
+
background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x;
|
| 377 |
+
padding:3px;
|
| 378 |
+
}
|
| 379 |
+
.x-toolbar .ytb-button-over{
|
| 380 |
+
border:1px solid transparent;
|
| 381 |
+
border-bottom:1px solid #bbbbbb;
|
| 382 |
+
border-top:1px solid #eeeeee;
|
| 383 |
+
background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 384 |
+
}
|
| 385 |
+
|
| 386 |
+
.x-paging-info {
|
| 387 |
+
color:#000;
|
| 388 |
+
}
|
| 389 |
+
/* grid */
|
| 390 |
+
.x-grid-topbar .x-toolbar{
|
| 391 |
+
border:0;
|
| 392 |
+
border-bottom:1px solid #555;
|
| 393 |
+
}
|
| 394 |
+
.x-grid-bottombar .x-toolbar{
|
| 395 |
+
border:0;
|
| 396 |
+
border-top:1px solid #555;
|
| 397 |
+
}
|
| 398 |
+
.x-grid-locked .x-grid-body td {
|
| 399 |
+
background: #fafafa;
|
| 400 |
+
border-right: 1px solid #e1e1e1;
|
| 401 |
+
border-bottom: 1px solid #e1e1e1 !important;
|
| 402 |
+
}
|
| 403 |
+
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
|
| 404 |
+
border-top:0 none;
|
| 405 |
+
}
|
| 406 |
+
.x-grid-locked .x-grid-row-alt td{
|
| 407 |
+
background: #f1f1f1;
|
| 408 |
+
}
|
| 409 |
+
.x-grid-locked .x-grid-row-selected td{
|
| 410 |
+
color: #fff !important;
|
| 411 |
+
background-color: #316ac5 !important;
|
| 412 |
+
}
|
| 413 |
+
.x-grid-hd{
|
| 414 |
+
border-bottom:0;
|
| 415 |
+
background:none;
|
| 416 |
+
}
|
| 417 |
+
.x-grid-hd-row{
|
| 418 |
+
height:auto;
|
| 419 |
+
}
|
| 420 |
+
.x-grid-split {
|
| 421 |
+
background-image: url(../images/vista/grid/grid-split.gif);
|
| 422 |
+
}
|
| 423 |
+
.x-grid-header{
|
| 424 |
+
background: url(../images/vista/grid/grid-vista-hd.gif);
|
| 425 |
+
border:0 none;
|
| 426 |
+
border-bottom:1px solid #555;
|
| 427 |
+
}
|
| 428 |
+
.x-grid-row-alt{
|
| 429 |
+
background-color: #f5f5f5;
|
| 430 |
+
}
|
| 431 |
+
.x-grid-row-over td{
|
| 432 |
+
background-color:#eeeeee;
|
| 433 |
+
}
|
| 434 |
+
.x-grid-col {
|
| 435 |
+
border-right: 1px solid #eee;
|
| 436 |
+
border-bottom: 1px solid #eee;
|
| 437 |
+
}
|
| 438 |
+
.x-grid-header .x-grid-hd-inner {
|
| 439 |
+
padding-bottom: 1px;
|
| 440 |
+
}
|
| 441 |
+
.x-grid-header .x-grid-hd-text {
|
| 442 |
+
padding-bottom: 3px;
|
| 443 |
+
color:#333333;
|
| 444 |
+
}
|
| 445 |
+
.x-grid-hd-over .x-grid-hd-inner {
|
| 446 |
+
border-bottom: 1px solid #555;
|
| 447 |
+
padding-bottom: 0;
|
| 448 |
+
}
|
| 449 |
+
.x-grid-hd-over .x-grid-hd-text {
|
| 450 |
+
background-color: #fafafa;
|
| 451 |
+
border-bottom: 1px solid #555;
|
| 452 |
+
padding-bottom: 2px;
|
| 453 |
+
}
|
| 454 |
+
.x-grid-header .sort-asc .x-grid-hd-inner, .x-grid-header .sort-desc .x-grid-hd-inner {
|
| 455 |
+
border-bottom: 1px solid #555;
|
| 456 |
+
padding-bottom: 0;
|
| 457 |
+
}
|
| 458 |
+
.x-grid-header .sort-asc .x-grid-hd-text, .x-grid-header .sort-desc .x-grid-hd-text {
|
| 459 |
+
border-bottom: 1px solid #3b5a82;
|
| 460 |
+
padding-bottom: 2px;
|
| 461 |
+
}
|
| 462 |
+
.x-dd-drag-proxy .x-grid-hd-inner{
|
| 463 |
+
background: url(../images/vista/grid/grid-vista-hd.gif) repeat-x;
|
| 464 |
+
height:22px;
|
| 465 |
+
width:120px;
|
| 466 |
+
}
|
| 467 |
+
.x-props-grid .x-grid-col-name{
|
| 468 |
+
background-color: #eee;
|
| 469 |
+
}
|
| 470 |
+
/* toolbar */
|
| 471 |
+
.x-toolbar .ytb-sep{
|
| 472 |
+
background-image: url(../images/vista/grid/grid-split.gif);
|
| 473 |
+
}
|
| 474 |
+
|
| 475 |
+
.x-toolbar .x-btn-over .x-btn-left{
|
| 476 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 0px;
|
| 477 |
+
}
|
| 478 |
+
.x-toolbar .x-btn-over .x-btn-right{
|
| 479 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
|
| 480 |
+
}
|
| 481 |
+
.x-toolbar .x-btn-over .x-btn-center{
|
| 482 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
|
| 483 |
+
}
|
| 484 |
+
|
| 485 |
+
.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{
|
| 486 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
|
| 487 |
+
}
|
| 488 |
+
.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{
|
| 489 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
|
| 490 |
+
}
|
| 491 |
+
.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{
|
| 492 |
+
background:url(../images/vista/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
|
| 493 |
+
}
|
| 494 |
+
|
| 495 |
+
/* combo box */
|
| 496 |
+
.x-combo-list {
|
| 497 |
+
border:1px solid #999;
|
| 498 |
+
background:#dddddd;
|
| 499 |
+
}
|
| 500 |
+
.x-combo-list-hd {
|
| 501 |
+
background-image: url(../images/vista/layout/panel-title-bg.gif);
|
| 502 |
+
border-bottom:1px solid #b5bac1;
|
| 503 |
+
color:white;
|
| 504 |
+
}
|
| 505 |
+
.x-resizable-pinned .x-combo-list-inner {
|
| 506 |
+
border-bottom:1px solid #aaa;
|
| 507 |
+
}
|
| 508 |
+
.x-combo-list .x-combo-selected{
|
| 509 |
+
background:#ddd !important;
|
| 510 |
+
border:1px solid #aaa;
|
| 511 |
}
|
js/extjs/resources/images/default/grid/Thumbs.db
ADDED
|
Binary file
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Lib_Js_Ext</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Mixed</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Extjs Javascript Libraries for Magento</summary>
|
| 10 |
<description>Extjs Javascript Libraries for Magento</description>
|
| 11 |
-
<notes>
|
| 12 |
-
<authors><author><name>
|
| 13 |
-
<date>
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="mageweb"><dir name="js"><dir name="extjs"><dir name="css"><file name="basic-dialog.css" hash="a8fe56e06ac2b4619eee4e5e8d5abf28"/><file name="box.css" hash="4a804782811b7c01c48a67c74b84b3c4"/><file name="button.css" hash="1f957ad7d5a36f7e4aaafc277c195308"/><file name="combo.css" hash="9304851f79f625429f8404c06c453e21"/><file name="core.css" hash="5d61c4d7158c708b0b2c61ebfd14e8c4"/><file name="date-picker.css" hash="c68fb67fad233f7fd68e1d2e3d83f913"/><file name="dd.css" hash="98a4378fd2b62457f01a3150a5d3707f"/><file name="debug.css" hash="f586248bbec81f10cf1aa0ef59e0fcc0"/><file name="editor.css" hash="bfaeb22313c9637a4e35e259d81eda00"/><file name="ext-all.css" hash="bcc34899c21b0e9c307e6f239ae28939"/><file name="form.css" hash="c25af12d934b7f11a2e73409e39b3b67"/><file name="grid.css" hash="31d1e849ae46c29a21fd2258cf366a71"/><file name="layout.css" hash="f5bb38bd751d590ae8e12d3596aa7258"/><file name="menu.css" hash="267571c4e6d4fb4e6bed08fb06b1a23b"/><file name="panel.css" hash="821a88d9fdf17c53042b47b070161de0"/><file name="qtips.css" hash="0878be0ceb4561c4a44c1aefbed9753d"/><file name="README.txt" hash="c0d9d02fc6284cad7f708ee52c90c7d5"/><file name="reset-min.css" hash="dc420817f2d47a536ec55bb8a97de440"/><file name="resizable.css" hash="e8531fdc75c956df648ca80454dce918"/><file name="tabs.css" hash="4118bc439b97701389f35181f94ae705"/><file name="toolbar.css" hash="526ea3b9d7e0b97c546fc6d88e8d2d0b"/><file name="tree.css" hash="3c38a37f06ef24f6a1b411a6e8223079"/><file name="ytheme-aero.css" hash="450bb56ec587f4eed7069a32fc53e068"/><file name="ytheme-gray.css" hash="a19eefa4135ace6432a3b2467ffcd0d0"/><file name="ytheme-vista.css" hash="682f6eac1756561b1217fa624e8e1fdc"/></dir><dir name="resources"><dir name="css"><file name="basic-dialog.css" hash="c3175f773cca3ba0597f751ba8ce89ca"/><file name="box.css" hash="b03cb8adf0a2e2d34300a964f7278d9e"/><file name="button.css" hash="f70a97d6ae89eb7d6ea38f5dcc5585e1"/><file name="combo.css" hash="2717bc9427820593f74c762a196bdb5d"/><file name="core.css" hash="80eb749ffbcdde00c94db8ec8d3c9599"/><file name="date-picker.css" hash="77523e2e946fbb2931f93bbb868cb063"/><file name="dd.css" hash="b8818ecee6e452fdb845d8165c1f015c"/><file name="debug.css" hash="e4a1a77159b684410cc770943e1a7178"/><file name="editor.css" hash="48f5c2e2cf8649e1d79a1b3d78b971b7"/><file name="ext-all.css" hash="146f5e3628ff58e2f26f067a068ad68a"/><file name="form.css" hash="64a73d45d11360697c016218dcf31992"/><file name="grid.css" hash="f198ee5a1a1f683824a493cb22f48e73"/><file name="layout.css" hash="321a166763239ceddafbbe0a64cb6540"/><file name="menu.css" hash="61104fae621d20a12a6848dd6e6c43fa"/><file name="panel.css" hash="cf7c1a55c57a655657d61fc503223f63"/><file name="qtips.css" hash="d0af9d1e29193d2681922b665521a55f"/><file name="README.txt" hash="c0d9d02fc6284cad7f708ee52c90c7d5"/><file name="reset-min.css" hash="605b7405c88d3ccf5f5673913c642e5e"/><file name="resizable.css" hash="58eede6470ee55da746f8c2c11f15386"/><file name="tabs.css" hash="3da12a498027cb4e23e07d68e4520fa4"/><file name="toolbar.css" hash="e4330165b7b1c4a1d1c7360d42c65d97"/><file name="tree.css" hash="fd9bc12e5c3a497b8c8a59af24851e4e"/><file name="ytheme-aero.css" hash="00d924bc94fe040939e6d47fe25ef0cb"/><file name="ytheme-galdaka.css" hash="42a889ab5d4d78ec37d1e29f31429828"/><file name="ytheme-gray.css" hash="ebef743674c8745a2d1e6f62e601a1ac"/><file name="ytheme-magento.css" hash="0f3fa3de127d063671b10b1cb93e1624"/><file name="ytheme-vista.css" hash="665d06af05090aa86a0ac03e0572b2f0"/></dir><dir name="images"><dir name="default"><dir name="basic-dialog"><file name="btn-arrow.gif" hash="9e2365ef98c6096f6b5f411ab618bb4e"/><file name="btn-sprite.gif" hash="73a8327c23c12ed9ec42ac8f52b072e0"/><file name="close.gif" hash="2d54069e9355f295dd27027f7f779eb9"/><file name="collapse.gif" hash="63b2687a2dc81537765a7d22f9e480da"/><file name="e-handle.gif" hash="f9357e6c1dfbd00da007cf6705e08225"/><file name="expand.gif" hash="740af52fb7de6ca9fd888184e86a5308"/><file name="hd-sprite.gif" hash="6a54ae98bef53397d52282201852c204"/><file name="progress.gif" hash="baff9a083b93588fa7ff3548844a9e1a"/><file name="progress2.gif" hash="339036f9eb530c1b180c77f9a109ef3e"/><file name="s-handle.gif" hash="36b90844c0b35da23da21aac599957d4"/><file name="se-handle.gif" hash="668b22581100befcf947e806599dc0ce"/></dir><dir name="box"><file name="corners-blue.gif" hash="86fd4c5664e0971bfc11959e8442604c"/><file name="corners.gif" hash="d2d1bc2085b369ce35ffd20c0121676e"/><file name="l-blue.gif" hash="ced9ffbf66ea39e77083a591f8257267"/><file name="l.gif" hash="c4d9dbbdc59ae06b5e9e72a6a865c981"/><file name="r-blue.gif" hash="82dbb522a80e3246f6297719371a9494"/><file name="r.gif" hash="bf1e1d4a45f951ae656968a8c834f04a"/><file name="tb-blue.gif" hash="7c4b19eb682afdc1bde0640d2321fb25"/><file name="tb.gif" hash="dd3f63afe7ba90983ba73dad1c66bf2f"/></dir><dir name="dd"><file name="drop-add.gif" hash="95eb34ac70a1a3c95ef39ab826a89491"/><file name="drop-no.gif" hash="ae536c37391ba78143b5c8283cec8d13"/><file name="drop-yes.gif" hash="f3216326c00890259e84f1726dd1043f"/></dir><dir name="editor"><file name="tb-sprite.gif" hash="8908365d736426795ce46de7e328b508"/></dir><dir name="form"><file name="clear-trigger.gif" hash="97b3e5e9edf27b50d63d48098c2f1eae"/><file name="date-trigger.gif" hash="9245675ed8931df277184b419cf4cdad"/><file name="error-tip-corners.gif" hash="364474276178c7b48b6270056b42b808"/><file name="exclamation.gif" hash="40491021e901fa801dbbc09b6c59d73e"/><file name="search-trigger.gif" hash="559ef372cf27a38678d84e8c0b7237fc"/><file name="text-bg.gif" hash="d5ba54c1f417e6a72cbce8b909078727"/><file name="trigger-tpl.gif" hash="d7be20f0dc38f4f46cd318fe32cf3ce3"/><file name="trigger.gif" hash="45019efdf75528242c5a68742821dc57"/></dir><dir name="grid"><file name="arrow-left-white.gif" hash="b04e859bdcbd21ad1f06b8bfa7881df8"/><file name="arrow-right-white.gif" hash="714eb00f8134dde3a65c83f3f71ad2c4"/><file name="col-move-bottom.gif" hash="9c38bcb5cee1dc9b4ce64ad9ab1386f8"/><file name="col-move-top.gif" hash="c4584202d5172464050f675d396d1c6f"/><file name="dirty.gif" hash="decca3b96e2c37cf6eb04ddb0d9f669b"/><file name="done.gif" hash="365266930a93451414fe51ffc524a196"/><file name="drop-no.gif" hash="b53ca86d60fbcc7a45c8917299218bfd"/><file name="drop-yes.gif" hash="af96f4c3b32a470db2f38abb521b5c97"/><file name="footer-bg.gif" hash="65ed63e44c6149f1127ad3b4be4e0108"/><file name="grid-blue-hd.gif" hash="dd35d5c1202c440c2d1a945b335984d3"/><file name="grid-blue-split.gif" hash="0494ba49974ff2bc1bf81e1d82dfee18"/><file name="grid-hrow.gif" hash="55972a5063d80f35fb6b95a79bb0018a"/><file name="grid-loading.gif" hash="9ac6f737eb9b15272f12b00bfeb3c3c6"/><file name="grid-split.gif" hash="3ef419d4b9421d8e94f673a6238dc4c0"/><file name="grid-vista-hd.gif" hash="675f403e8a9cb5ab4bed725da9fe2023"/><file name="grid3-hd-btn.gif" hash="e3e77072c16a6b27556236961f29c552"/><file name="grid3-hrow-over.gif" hash="a92d8f6c106943995720f2884634670e"/><file name="grid3-hrow.gif" hash="4c58074bb961c8f184522355f1b0eb90"/><file name="grid3-special-col-bg.gif" hash="c9df03a1c107360128da89fa47066405"/><file name="grid3-special-col-sel-bg.gif" hash="a94039f89dec164896ceff1fbdf6dbc5"/><file name="hd-pop.gif" hash="e5f27a2f68cc2d13b11cf41c46d298dc"/><file name="hmenu-asc.gif" hash="048e0bc30f7c39d473dad5dabcbe03f2"/><file name="hmenu-desc.gif" hash="f0a987b34b003b25a7c82624d41f018a"/><file name="hmenu-lock.gif" hash="bcef18e25342c69c37c44dab87086065"/><file name="hmenu-lock.png" hash="2a3b0b441834f443c1086930939efdae"/><file name="hmenu-unlock.gif" hash="8cc8205dafa587ef02d8a86903ae8074"/><file name="hmenu-unlock.png" hash="c1f61df70b98c5498ea81e7e7b9effbb"/><file name="invalid_line.gif" hash="04a88e97b56e8a8ece4a66d49cc78828"/><file name="loading.gif" hash="00ef871b291bc03a497d608a5bd8ec99"/><file name="mso-hd.gif" hash="37fba9c02f0eefe57f655890eef1c4a1"/><file name="nowait.gif" hash="23c91166dbb16ba8655363321bf5a400"/><file name="page-first-disabled.gif" hash="8d3185028c541cbcce67b5909c04824e"/><file name="page-first.gif" hash="16ec00fa770d860b768cf5034ddfca96"/><file name="page-last-disabled.gif" hash="1d123237ceeb5109a1b9274f0cf19d73"/><file name="page-last.gif" hash="ef524dd0b8dfe4eefecffaa1c0bb8edd"/><file name="page-next-disabled.gif" hash="0f4b8681772c91921fa93ede9c755ea0"/><file name="page-next.gif" hash="f6f9d2209dfc99912ffc9848d97646db"/><file name="page-prev-disabled.gif" hash="eefcbed15c8d37a89618b08f7b224297"/><file name="page-prev.gif" hash="80daad880483eed682b22ec70514ecc4"/><file name="pick-button.gif" hash="b431fdf306f1e2f033d0a431996de93f"/><file name="refresh.gif" hash="8dae08d3581dcd9a04ca73877eab4b53"/><file name="row-check-sprite.gif" hash="2d0aa7e501c3e6f97a97faf75e35d3c3"/><file name="row-expand-sprite.gif" hash="be81199d9d4fa69bef47a8f036a5a7d8"/><file name="row-over.gif" hash="f639094bd0560aefabc86e51a825f23d"/><file name="row-sel.gif" hash="ca87d6b950386edd5e17c985769d9101"/><file name="sort_asc.gif" hash="cc186187e31b0c39abbb7d2394916292"/><file name="sort_desc.gif" hash="fcfe91243fac2e5f24d05bb44f78ded4"/><file name="wait.gif" hash="b0cd5a5dc070c705ebf8814a909802c3"/></dir><dir name="layout"><file name="collapse.gif" hash="dfcec0803d488a783916c750fd83a897"/><file name="expand.gif" hash="c9c9b0ea5311c3dc016c69dc234912bc"/><file name="gradient-bg.gif" hash="e117fca9d088e4cd5bbbcec7b99a8408"/><file name="ns-collapse.gif" hash="efa9fbd7a1f3f0f1f22360391e16126f"/><file name="ns-expand.gif" hash="da1f9d40c091d3b6dc7a8dee4fc02ac6"/><file name="panel-close.gif" hash="b185da1837344529bfb684a96d8371b5"/><file name="panel-title-bg.gif" hash="b66384c309a397963389a76b07e9ecd4"/><file name="panel-title-light-bg.gif" hash="688d3a263442db125da170e5d3aebf70"/><file name="stick.gif" hash="be9e67ae0b61b01cfd15928ca7a3da51"/><file name="stuck.gif" hash="745e0cacb51250ea0216efc4a1cb50cb"/><file name="tab-close-on.gif" hash="0ae2c978e85391a69f0dce8da18d8b23"/><file name="tab-close.gif" hash="f92107cc6b4cb78af084648a628e01d2"/></dir><dir name="menu"><file name="checked.gif" hash="692bc97badf50c05495f6109143b4b11"/><file name="group-checked.gif" hash="f7973443d91e5e074013f1b07ee79479"/><file name="menu-parent.gif" hash="d303ad7e3ced891736e80f77e1d4e51d"/><file name="menu.gif" hash="5d34732294bbe06a862961dd02bcc962"/><file name="unchecked.gif" hash="9b90ed7c9e8f0892ce09f3b35b19db53"/></dir><dir name="panel"><file name="corners-sprite.gif" hash="06daef2335218cdfd900ce8bf7a68738"/><file name="left-right.gif" hash="49344fefef7c6f866f910b9067f0990f"/><file name="tool-sprite-tpl.gif" hash="e0449768cd5dce80b18fac904818ab33"/><file name="tool-sprites.gif" hash="31ccd74ac8dab4b5669887310a2341df"/><file name="top-bottom.gif" hash="d9a86e8466a31bd1cb87aae2cf55faf2"/><file name="white-corners-sprite.gif" hash="de8b3036676d19b9635f319a8a4aad36"/><file name="white-left-right.gif" hash="77a6389c6737ad507ca5330ad8816524"/><file name="white-top-bottom.gif" hash="f865d7237bff3c45fd4a8c448f97d236"/></dir><dir name="qtip"><file name="bg.gif" hash="49c0a530cc16357bb39d51c13065a88f"/><file name="close.gif" hash="0379d036250096cae2e42b427b3df2e7"/><file name="tip-sprite.gif" hash="11637a20b1f3f2331bf0627146c2f433"/></dir><dir name="shared"><file name="calendar.gif" hash="81296cff1f97f5365524f2b9dcf626da"/><file name="glass-bg.gif" hash="bc2cd5c5ac9b3874d956c892d23f2119"/><file name="left-btn.gif" hash="6bf30c6cf0b5d70436c3e463b5532b35"/><file name="right-btn.gif" hash="e7ad3a7f4814791cecf1b90e77e9e139"/><file name="warning.gif" hash="448dc934a7f0dd6092b51f88a1e47b2d"/></dir><dir name="sizer"><file name="e-handle-dark.gif" hash="b86289f41d7ad1a7401dd2b2a9b3c3d8"/><file name="e-handle.gif" hash="510edc95ebaa36306916c50ca10596f7"/><file name="ne-handle-dark.gif" hash="115f71b851c7f0b5f354caa7b8dfff15"/><file name="ne-handle.gif" hash="8e268b962dc909d275997b572ff17a72"/><file name="nw-handle-dark.gif" hash="4a361e6920b2e34a39fd425a515c83b9"/><file name="nw-handle.gif" hash="1120600505249c38c3d1cc2ab120cd13"/><file name="s-handle-dark.gif" hash="4a6bf15d308a4ae580dd03cbd431a95c"/><file name="s-handle.gif" hash="5e3338cb09e9df7f52383d6b1423fc86"/><file name="se-handle-dark.gif" hash="f3d8d8aac23e3e9633072e2366cda847"/><file name="se-handle.gif" hash="71edc3f63f79f447d2c81ee09e1fbbc3"/><file name="square.gif" hash="4431ea1954bfd2a9cea0931f07fc7ffa"/><file name="sw-handle-dark.gif" hash="44b2400d873cf8a23d84424827cde44d"/><file name="sw-handle.gif" hash="c3e0befc4208a51180344765fd7deeda"/></dir><dir name="tabs"><file name="tab-btm-inactive-left-bg.gif" hash="4f141a6abf25d3c9409b6c381333c138"/><file name="tab-btm-inactive-right-bg.gif" hash="eb2423d3b9dd072976ce955ab0c683d6"/><file name="tab-btm-left-bg.gif" hash="a36eb9382ed8b858eff2c5d4e5d7011a"/><file name="tab-btm-right-bg.gif" hash="9e4245776f0f7b6b6c7ddbf40a43103a"/><file name="tab-sprite.gif" hash="6a7d481bf5b74acfbfa0b01a35bd6620"/></dir><dir name="toolbar"><file name="btn-arrow-light.gif" hash="fa49b39a0fd88ef26264da44a2b4edea"/><file name="btn-arrow.gif" hash="12bda29a4c8016cfa047e852c4353f59"/><file name="btn-over-bg.gif" hash="faddf9b24cefa721326ba3f87f3ef31f"/><file name="gray-bg.gif" hash="cf2d9408f320e696e607d8472afa7ff0"/><file name="tb-bg.gif" hash="5309337fd7a22cab9d9467fd9eaa0a0c"/><file name="tb-btn-sprite.gif" hash="3aed28dd646d22e215c8a6a3e983322f"/></dir><dir name="tree"><file name="drop-add.gif" hash="95eb34ac70a1a3c95ef39ab826a89491"/><file name="drop-between.gif" hash="edb544a0de58547d4a39c526e06e3c82"/><file name="drop-no.gif" hash="67f83ea04a2eb1c50614a96faf625f25"/><file name="drop-over.gif" hash="d6b303cfa3de8784057d9d7e66cdaa86"/><file name="drop-under.gif" hash="55e5dbc9451cfa91423832260b0753aa"/><file name="drop-yes.gif" hash="f3216326c00890259e84f1726dd1043f"/><file name="elbow-end-minus-nl.gif" hash="5e5bffba157eceee7989db95b919e4d5"/><file name="elbow-end-minus.gif" hash="a469f6a4394d797c2efeffc70409f6db"/><file name="elbow-end-plus-nl.gif" hash="f0f50c0dd3ee6dd4b11c1f245b36eb01"/><file name="elbow-end-plus.gif" hash="ec1482391363612d9e5f8c7087fddaba"/><file name="elbow-end.gif" hash="345551384aa325189ba28a1c20f3405e"/><file name="elbow-line.gif" hash="90e478158df476dc989a60daaafc87e6"/><file name="elbow-minus-nl.gif" hash="5e5bffba157eceee7989db95b919e4d5"/><file name="elbow-minus.gif" hash="71bb1bd44b1274c60d30dba1de472ed7"/><file name="elbow-plus-nl.gif" hash="f0f50c0dd3ee6dd4b11c1f245b36eb01"/><file name="elbow-plus.gif" hash="945572d06a74b5f952251a86c595f2da"/><file name="elbow.gif" hash="27679f3b1222ba95d9925885d7d82d02"/><file name="folder-open.gif" hash="c569141d6ae7c61d838ed8af26aa9380"/><file name="folder.gif" hash="b7209740bb4a825a06beb8698d92c2b1"/><file name="leaf.gif" hash="23757d6e353f343e3c7edfe28428f198"/><file name="loading.gif" hash="00ef871b291bc03a497d608a5bd8ec99"/><file name="s.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/></dir><dir name="window"><file name="corners-sprite.gif" hash="b485d6e69678822a0fb77cc312487874"/><file name="left-right.gif" hash="3fe626d6ca2f71d36fc62c32cb1cc52a"/><file name="top-bottom.gif" hash="8a227016c401438e602c2f770a611d5b"/></dir><file name="gradient-bg.gif" hash="e117fca9d088e4cd5bbbcec7b99a8408"/><file name="s.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="shadow-c.png" hash="3abbfce345687daada53445adf6fddc7"/><file name="shadow-lr.png" hash="986270d8ab4330fa7499dc33ed135598"/><file name="shadow.png" hash="860bf4f690d2ea2aba7b11500925da62"/></dir><dir name="magento"><dir name="basic-dialog"><file name="collapse-on.gif" hash="b60dfdc0d00cfb30a8a622e0c22eed84"/><file name="collapse.gif" hash="8525b9d2e93d31e0b071b1f9bf9550e5"/><file name="expand-on.gif" hash="0dfb4ac6d626cdcaa931c14dbb45848e"/><file name="expand.gif" hash="0eb5c03da8b8415e0568784c959e536a"/><file name="hd-sprite.gif" hash="035bf2296afd70af7020cf06b60bf3f6"/><file name="ns-collapse-on.gif" hash="88ed8b7578c803f68d9f1eb171454e00"/><file name="ns-collapse.gif" hash="44b91376c040f91672aaa98c1fcc062b"/><file name="ns-expand-on.gif" hash="587c2ce90066280e5e6cd731bb9d346c"/><file name="ns-expand.gif" hash="57b479b168f8a54200bd1770b5591630"/><file name="panel_close.gif" hash="686c6dfcf341de25487ab4d8ea5954ce"/><file name="pop_close.gif" hash="dd3605531f9959901eff6f089f084bdc"/><file name="pop_collapse.gif" hash="2b8007242ae1c9ae9f26c60a878a63f7"/></dir><dir name="grid"><file name="grid-body-bg.gif" hash="b5fe585c01f57b2171a2b723abcc4a38"/><file name="grid-split.gif" hash="32e210451e8dc4295b53cf7ca13bb4a6"/></dir><dir name="layout"><file name="checkered-bg.gif" hash="f0a0cd29a6120377c289fd39e2ee7e80"/><file name="icon-catalog.gif" hash="435ff2300ddefb9f8a4bad8ee806fb1a"/><file name="icon-category.gif" hash="ce2a146851bb5ec1e41670b68183b56a"/><file name="icon-my-tasks.gif" hash="0ecb888b160701845e25a7140d038af0"/><file name="icon-product.gif" hash="a0707878c5221052209e5ae6a4de0bd2"/></dir><dir name="tabs"><file name="tab-sprite.gif" hash="049fb2f4186b6dc9de747ad96456b1ab"/></dir><dir name="toolbar"><file name="btn-arrow.gif" hash="938cffb6de5cc8b1febfd1851fd983c2"/><file name="header_bg.gif" hash="3696842a32740fa159484cabc3340d13"/><file name="toolbar-bg.gif" hash="8d1b465c2a75963407b536d9081f649f"/></dir><dir name="tree"><file name="elbow-end-minus-nl.gif" hash="6dc08c43109cc6a365bd0270f05e2f1c"/><file name="elbow-end-minus.gif" hash="3dbdb88a9297fe5631e832f046b0350b"/><file name="elbow-end-plus-nl.gif" hash="6dc08c43109cc6a365bd0270f05e2f1c"/><file name="elbow-end-plus.gif" hash="5470e5712a9742ba666c26cb429baaeb"/><file name="elbow-end.gif" hash="63fe879440e2784e0cc0d316ce017745"/><file name="elbow-line.gif" hash="b316a39455304e20e01dbc437f57fd32"/><file name="elbow-minus-nl.gif" hash="0e3129bff70475c8f7f297e0e59d1608"/><file name="elbow-minus.gif" hash="e7b18ff6800e65c6e171bbb2a911762e"/><file name="elbow-plus-nl.gif" hash="78a8f737941fa658f1e770258a3791cd"/><file name="elbow-plus.gif" hash="b02cb264df55aef2105b1b245d075e56"/><file name="elbow.gif" hash="b6bd0e0237e3cd413fa2dac27701c724"/><file name="folder-open.gif" hash="e3cd196406d4857dc0c926807f16c409"/><file name="folder.gif" hash="03eb26c42137ac792609822862ef4d0f"/><file name="leaf.gif" hash="e3cd196406d4857dc0c926807f16c409"/><file name="s.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/></dir><file name="loading_bg.gif" hash="e202ef7e03d0ef3e9beac7480dae65bf"/></dir></dir></dir><file name="ext-tree-checkbox.js" hash="b3b750450f667cfa56f228bae1e1b90b"/><file name="ext-tree.js" hash="b17548cc4ae4a2585d63ae76a178794d"/></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies><required><
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Lib_Js_Ext</name>
|
| 4 |
+
<version>1.4.0.0</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Mixed</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Extjs Javascript Libraries for Magento</summary>
|
| 10 |
<description>Extjs Javascript Libraries for Magento</description>
|
| 11 |
+
<notes>1.4.0.0</notes>
|
| 12 |
+
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
| 13 |
+
<date>2010-07-27</date>
|
| 14 |
+
<time>2010-07-27</time>
|
| 15 |
+
<contents><target name="mageweb"><dir name="js"><dir name="extjs"><dir name="css"><file name="README.txt" hash="66440774774ca4995ad5137ac9ae48e0"/><file name="basic-dialog.css" hash="8fefe8397b484ac4855de7232d00fc5d"/><file name="box.css" hash="e042e86fe72ac68849bb2c927d1b94be"/><file name="button.css" hash="0baa72e592fb9cfddb48491ce74040c2"/><file name="combo.css" hash="5f3457b94b882c6037da7b62b10fd50b"/><file name="core.css" hash="49c87f77493ccaa4867c4c4b54e2f297"/><file name="date-picker.css" hash="cb973d925a5fe95e3a8a23393b9db283"/><file name="dd.css" hash="67c5b243c56a99eb1bdbd4d57fea7ce1"/><file name="debug.css" hash="e22d97cc54ad2f42b4f06daa921da622"/><file name="editor.css" hash="ab513287f9e04386f48980e399d4a0b1"/><file name="ext-all.css" hash="e5acad04d0e7877b829bac608437522c"/><file name="form.css" hash="22877998588bc093dcf9375b8707079c"/><file name="grid.css" hash="79cefd1763bb64802f99177f233bd676"/><file name="layout.css" hash="2ba12ec3ceff9989de97e02296c94281"/><file name="menu.css" hash="13b8de4d5f155bb5d526318431b8317f"/><file name="panel.css" hash="fb6624b2dfc4ef99e08bc11eac723e20"/><file name="qtips.css" hash="67b76bbd4ad59a7341ed74a07c8e2524"/><file name="reset-min.css" hash="9c797c4b3949999b27f0e4108132cb57"/><file name="resizable.css" hash="2271ebacebaa1e429d42ba09da460647"/><file name="tabs.css" hash="d19d0773d75a9e2fe2032b1c35a22161"/><file name="toolbar.css" hash="ff85187d3b869bf3b98a72db95fca184"/><file name="tree.css" hash="d8a55f993187bc822efc5beb03722369"/><file name="ytheme-aero.css" hash="e555e0439f7fc0a43de37784e3df23c6"/><file name="ytheme-gray.css" hash="9d08035f3b052a9c604b0116f9a6c0be"/><file name="ytheme-vista.css" hash="8b13f7980b254be7e7c54abc0d8dcc3f"/></dir><file name="ext-tree-checkbox.js" hash="b9d12cc79c28a69f86390a0c52f4b9c7"/><file name="ext-tree.js" hash="b17548cc4ae4a2585d63ae76a178794d"/><dir name="resources"><dir name="css"><file name="README.txt" hash="66440774774ca4995ad5137ac9ae48e0"/><file name="basic-dialog.css" hash="4cc973c87f79ea230f372cea597963ba"/><file name="box.css" hash="3809db7ee254d629d52dba0aad472d35"/><file name="button.css" hash="d3f29c8497579832fe5d7aafff7c3544"/><file name="combo.css" hash="483a1a701ca9c7db718e0e767f3d4585"/><file name="core.css" hash="6e82710d5206b6b7c0f70399cf649449"/><file name="date-picker.css" hash="fa68b668561d477e702318fb5d59636c"/><file name="dd.css" hash="f0e5f55969aeda8f65a01033613181c5"/><file name="debug.css" hash="6ef466c0c857e0c405cac7b8911f0824"/><file name="editor.css" hash="2fdb75e85a247c362285d4f079c0a12f"/><file name="ext-all.css" hash="c5e12af950c3ea3a243d0b9ca0dc4dba"/><file name="form.css" hash="38bd5bd602a83075325696af2c447e65"/><file name="grid.css" hash="c6d110f89542c04e4cbf98de73e97e9b"/><file name="layout.css" hash="89251906d248b3756f0ed354491651a6"/><file name="menu.css" hash="88eb8b3754612496ccf9d386694a39e0"/><file name="panel.css" hash="deaf7ccb5526687fadd67c093da9e604"/><file name="qtips.css" hash="2a6e683a7b23cbdf52177d7141d17435"/><file name="reset-min.css" hash="8fddbb1b7930f2817f2d5d215be98d5f"/><file name="resizable.css" hash="a50b8d1ea8e9dfbdd101a43bc63857c3"/><file name="tabs.css" hash="323d6f11f1550a43a02a617e39242ed5"/><file name="toolbar.css" hash="d09eb7507f57178967d217caeaa8b046"/><file name="tree.css" hash="b0104f954fbe1f04ebf49acffcec74ef"/><file name="ytheme-aero.css" hash="c25b48ba1b913f2ea094065fa916e9da"/><file name="ytheme-galdaka.css" hash="8b1917749205e64bdbcecc893e188b09"/><file name="ytheme-gray.css" hash="c45ba874b89038c9c8d9a79a1c591f26"/><file name="ytheme-magento.css" hash="94c3fc72743ad6d1fe7d8e74d713750e"/><file name="ytheme-vista.css" hash="2092ef97154cf5f6b33893bf5e178e21"/></dir><dir name="images"><dir name="default"><dir name="basic-dialog"><file name="btn-arrow.gif" hash="9e2365ef98c6096f6b5f411ab618bb4e"/><file name="btn-sprite.gif" hash="73a8327c23c12ed9ec42ac8f52b072e0"/><file name="close.gif" hash="2d54069e9355f295dd27027f7f779eb9"/><file name="collapse.gif" hash="63b2687a2dc81537765a7d22f9e480da"/><file name="e-handle.gif" hash="f9357e6c1dfbd00da007cf6705e08225"/><file name="expand.gif" hash="740af52fb7de6ca9fd888184e86a5308"/><file name="hd-sprite.gif" hash="6a54ae98bef53397d52282201852c204"/><file name="progress.gif" hash="baff9a083b93588fa7ff3548844a9e1a"/><file name="progress2.gif" hash="339036f9eb530c1b180c77f9a109ef3e"/><file name="s-handle.gif" hash="36b90844c0b35da23da21aac599957d4"/><file name="se-handle.gif" hash="668b22581100befcf947e806599dc0ce"/></dir><dir name="box"><file name="corners-blue.gif" hash="86fd4c5664e0971bfc11959e8442604c"/><file name="corners.gif" hash="d2d1bc2085b369ce35ffd20c0121676e"/><file name="l-blue.gif" hash="ced9ffbf66ea39e77083a591f8257267"/><file name="l.gif" hash="c4d9dbbdc59ae06b5e9e72a6a865c981"/><file name="r-blue.gif" hash="82dbb522a80e3246f6297719371a9494"/><file name="r.gif" hash="bf1e1d4a45f951ae656968a8c834f04a"/><file name="tb-blue.gif" hash="7c4b19eb682afdc1bde0640d2321fb25"/><file name="tb.gif" hash="dd3f63afe7ba90983ba73dad1c66bf2f"/></dir><dir name="dd"><file name="drop-add.gif" hash="95eb34ac70a1a3c95ef39ab826a89491"/><file name="drop-no.gif" hash="ae536c37391ba78143b5c8283cec8d13"/><file name="drop-yes.gif" hash="f3216326c00890259e84f1726dd1043f"/></dir><dir name="editor"><file name="tb-sprite.gif" hash="8908365d736426795ce46de7e328b508"/></dir><dir name="form"><file name="clear-trigger.gif" hash="97b3e5e9edf27b50d63d48098c2f1eae"/><file name="date-trigger.gif" hash="9245675ed8931df277184b419cf4cdad"/><file name="error-tip-corners.gif" hash="364474276178c7b48b6270056b42b808"/><file name="exclamation.gif" hash="40491021e901fa801dbbc09b6c59d73e"/><file name="search-trigger.gif" hash="559ef372cf27a38678d84e8c0b7237fc"/><file name="text-bg.gif" hash="d5ba54c1f417e6a72cbce8b909078727"/><file name="trigger-tpl.gif" hash="d7be20f0dc38f4f46cd318fe32cf3ce3"/><file name="trigger.gif" hash="45019efdf75528242c5a68742821dc57"/></dir><file name="gradient-bg.gif" hash="e117fca9d088e4cd5bbbcec7b99a8408"/><dir name="grid"><file name="Thumbs.db" hash="c3affff39ba36b80da43a08c34a61391"/><file name="arrow-left-white.gif" hash="b04e859bdcbd21ad1f06b8bfa7881df8"/><file name="arrow-right-white.gif" hash="714eb00f8134dde3a65c83f3f71ad2c4"/><file name="col-move-bottom.gif" hash="9c38bcb5cee1dc9b4ce64ad9ab1386f8"/><file name="col-move-top.gif" hash="c4584202d5172464050f675d396d1c6f"/><file name="dirty.gif" hash="decca3b96e2c37cf6eb04ddb0d9f669b"/><file name="done.gif" hash="365266930a93451414fe51ffc524a196"/><file name="drop-no.gif" hash="b53ca86d60fbcc7a45c8917299218bfd"/><file name="drop-yes.gif" hash="af96f4c3b32a470db2f38abb521b5c97"/><file name="footer-bg.gif" hash="65ed63e44c6149f1127ad3b4be4e0108"/><file name="grid-blue-hd.gif" hash="dd35d5c1202c440c2d1a945b335984d3"/><file name="grid-blue-split.gif" hash="0494ba49974ff2bc1bf81e1d82dfee18"/><file name="grid-hrow.gif" hash="55972a5063d80f35fb6b95a79bb0018a"/><file name="grid-loading.gif" hash="9ac6f737eb9b15272f12b00bfeb3c3c6"/><file name="grid-split.gif" hash="3ef419d4b9421d8e94f673a6238dc4c0"/><file name="grid-vista-hd.gif" hash="675f403e8a9cb5ab4bed725da9fe2023"/><file name="grid3-hd-btn.gif" hash="e3e77072c16a6b27556236961f29c552"/><file name="grid3-hrow-over.gif" hash="a92d8f6c106943995720f2884634670e"/><file name="grid3-hrow.gif" hash="4c58074bb961c8f184522355f1b0eb90"/><file name="grid3-special-col-bg.gif" hash="c9df03a1c107360128da89fa47066405"/><file name="grid3-special-col-sel-bg.gif" hash="a94039f89dec164896ceff1fbdf6dbc5"/><file name="hd-pop.gif" hash="e5f27a2f68cc2d13b11cf41c46d298dc"/><file name="hmenu-asc.gif" hash="048e0bc30f7c39d473dad5dabcbe03f2"/><file name="hmenu-desc.gif" hash="f0a987b34b003b25a7c82624d41f018a"/><file name="hmenu-lock.gif" hash="bcef18e25342c69c37c44dab87086065"/><file name="hmenu-lock.png" hash="2a3b0b441834f443c1086930939efdae"/><file name="hmenu-unlock.gif" hash="8cc8205dafa587ef02d8a86903ae8074"/><file name="hmenu-unlock.png" hash="c1f61df70b98c5498ea81e7e7b9effbb"/><file name="invalid_line.gif" hash="04a88e97b56e8a8ece4a66d49cc78828"/><file name="loading.gif" hash="00ef871b291bc03a497d608a5bd8ec99"/><file name="mso-hd.gif" hash="37fba9c02f0eefe57f655890eef1c4a1"/><file name="nowait.gif" hash="23c91166dbb16ba8655363321bf5a400"/><file name="page-first-disabled.gif" hash="8d3185028c541cbcce67b5909c04824e"/><file name="page-first.gif" hash="16ec00fa770d860b768cf5034ddfca96"/><file name="page-last-disabled.gif" hash="1d123237ceeb5109a1b9274f0cf19d73"/><file name="page-last.gif" hash="ef524dd0b8dfe4eefecffaa1c0bb8edd"/><file name="page-next-disabled.gif" hash="0f4b8681772c91921fa93ede9c755ea0"/><file name="page-next.gif" hash="f6f9d2209dfc99912ffc9848d97646db"/><file name="page-prev-disabled.gif" hash="eefcbed15c8d37a89618b08f7b224297"/><file name="page-prev.gif" hash="80daad880483eed682b22ec70514ecc4"/><file name="pick-button.gif" hash="b431fdf306f1e2f033d0a431996de93f"/><file name="refresh.gif" hash="8dae08d3581dcd9a04ca73877eab4b53"/><file name="row-check-sprite.gif" hash="2d0aa7e501c3e6f97a97faf75e35d3c3"/><file name="row-expand-sprite.gif" hash="be81199d9d4fa69bef47a8f036a5a7d8"/><file name="row-over.gif" hash="f639094bd0560aefabc86e51a825f23d"/><file name="row-sel.gif" hash="ca87d6b950386edd5e17c985769d9101"/><file name="sort_asc.gif" hash="cc186187e31b0c39abbb7d2394916292"/><file name="sort_desc.gif" hash="fcfe91243fac2e5f24d05bb44f78ded4"/><file name="wait.gif" hash="b0cd5a5dc070c705ebf8814a909802c3"/></dir><dir name="layout"><file name="collapse.gif" hash="dfcec0803d488a783916c750fd83a897"/><file name="expand.gif" hash="c9c9b0ea5311c3dc016c69dc234912bc"/><file name="gradient-bg.gif" hash="e117fca9d088e4cd5bbbcec7b99a8408"/><file name="ns-collapse.gif" hash="efa9fbd7a1f3f0f1f22360391e16126f"/><file name="ns-expand.gif" hash="da1f9d40c091d3b6dc7a8dee4fc02ac6"/><file name="panel-close.gif" hash="b185da1837344529bfb684a96d8371b5"/><file name="panel-title-bg.gif" hash="b66384c309a397963389a76b07e9ecd4"/><file name="panel-title-light-bg.gif" hash="688d3a263442db125da170e5d3aebf70"/><file name="stick.gif" hash="be9e67ae0b61b01cfd15928ca7a3da51"/><file name="stuck.gif" hash="745e0cacb51250ea0216efc4a1cb50cb"/><file name="tab-close-on.gif" hash="0ae2c978e85391a69f0dce8da18d8b23"/><file name="tab-close.gif" hash="f92107cc6b4cb78af084648a628e01d2"/></dir><dir name="menu"><file name="checked.gif" hash="692bc97badf50c05495f6109143b4b11"/><file name="group-checked.gif" hash="f7973443d91e5e074013f1b07ee79479"/><file name="menu-parent.gif" hash="d303ad7e3ced891736e80f77e1d4e51d"/><file name="menu.gif" hash="5d34732294bbe06a862961dd02bcc962"/><file name="unchecked.gif" hash="9b90ed7c9e8f0892ce09f3b35b19db53"/></dir><dir name="panel"><file name="corners-sprite.gif" hash="06daef2335218cdfd900ce8bf7a68738"/><file name="left-right.gif" hash="49344fefef7c6f866f910b9067f0990f"/><file name="tool-sprite-tpl.gif" hash="e0449768cd5dce80b18fac904818ab33"/><file name="tool-sprites.gif" hash="31ccd74ac8dab4b5669887310a2341df"/><file name="top-bottom.gif" hash="d9a86e8466a31bd1cb87aae2cf55faf2"/><file name="white-corners-sprite.gif" hash="de8b3036676d19b9635f319a8a4aad36"/><file name="white-left-right.gif" hash="77a6389c6737ad507ca5330ad8816524"/><file name="white-top-bottom.gif" hash="f865d7237bff3c45fd4a8c448f97d236"/></dir><dir name="qtip"><file name="bg.gif" hash="49c0a530cc16357bb39d51c13065a88f"/><file name="close.gif" hash="0379d036250096cae2e42b427b3df2e7"/><file name="tip-sprite.gif" hash="11637a20b1f3f2331bf0627146c2f433"/></dir><file name="s.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/><file name="shadow-c.png" hash="3abbfce345687daada53445adf6fddc7"/><file name="shadow-lr.png" hash="986270d8ab4330fa7499dc33ed135598"/><file name="shadow.png" hash="860bf4f690d2ea2aba7b11500925da62"/><dir name="shared"><file name="calendar.gif" hash="81296cff1f97f5365524f2b9dcf626da"/><file name="glass-bg.gif" hash="bc2cd5c5ac9b3874d956c892d23f2119"/><file name="left-btn.gif" hash="6bf30c6cf0b5d70436c3e463b5532b35"/><file name="right-btn.gif" hash="e7ad3a7f4814791cecf1b90e77e9e139"/><file name="warning.gif" hash="448dc934a7f0dd6092b51f88a1e47b2d"/></dir><dir name="sizer"><file name="e-handle-dark.gif" hash="b86289f41d7ad1a7401dd2b2a9b3c3d8"/><file name="e-handle.gif" hash="510edc95ebaa36306916c50ca10596f7"/><file name="ne-handle-dark.gif" hash="115f71b851c7f0b5f354caa7b8dfff15"/><file name="ne-handle.gif" hash="8e268b962dc909d275997b572ff17a72"/><file name="nw-handle-dark.gif" hash="4a361e6920b2e34a39fd425a515c83b9"/><file name="nw-handle.gif" hash="1120600505249c38c3d1cc2ab120cd13"/><file name="s-handle-dark.gif" hash="4a6bf15d308a4ae580dd03cbd431a95c"/><file name="s-handle.gif" hash="5e3338cb09e9df7f52383d6b1423fc86"/><file name="se-handle-dark.gif" hash="f3d8d8aac23e3e9633072e2366cda847"/><file name="se-handle.gif" hash="71edc3f63f79f447d2c81ee09e1fbbc3"/><file name="square.gif" hash="4431ea1954bfd2a9cea0931f07fc7ffa"/><file name="sw-handle-dark.gif" hash="44b2400d873cf8a23d84424827cde44d"/><file name="sw-handle.gif" hash="c3e0befc4208a51180344765fd7deeda"/></dir><dir name="tabs"><file name="tab-btm-inactive-left-bg.gif" hash="4f141a6abf25d3c9409b6c381333c138"/><file name="tab-btm-inactive-right-bg.gif" hash="eb2423d3b9dd072976ce955ab0c683d6"/><file name="tab-btm-left-bg.gif" hash="a36eb9382ed8b858eff2c5d4e5d7011a"/><file name="tab-btm-right-bg.gif" hash="9e4245776f0f7b6b6c7ddbf40a43103a"/><file name="tab-sprite.gif" hash="6a7d481bf5b74acfbfa0b01a35bd6620"/></dir><dir name="toolbar"><file name="btn-arrow-light.gif" hash="fa49b39a0fd88ef26264da44a2b4edea"/><file name="btn-arrow.gif" hash="12bda29a4c8016cfa047e852c4353f59"/><file name="btn-over-bg.gif" hash="faddf9b24cefa721326ba3f87f3ef31f"/><file name="gray-bg.gif" hash="cf2d9408f320e696e607d8472afa7ff0"/><file name="tb-bg.gif" hash="5309337fd7a22cab9d9467fd9eaa0a0c"/><file name="tb-btn-sprite.gif" hash="3aed28dd646d22e215c8a6a3e983322f"/></dir><dir name="tree"><file name="drop-add.gif" hash="95eb34ac70a1a3c95ef39ab826a89491"/><file name="drop-between.gif" hash="edb544a0de58547d4a39c526e06e3c82"/><file name="drop-no.gif" hash="67f83ea04a2eb1c50614a96faf625f25"/><file name="drop-over.gif" hash="d6b303cfa3de8784057d9d7e66cdaa86"/><file name="drop-under.gif" hash="55e5dbc9451cfa91423832260b0753aa"/><file name="drop-yes.gif" hash="f3216326c00890259e84f1726dd1043f"/><file name="elbow-end-minus-nl.gif" hash="5e5bffba157eceee7989db95b919e4d5"/><file name="elbow-end-minus.gif" hash="a469f6a4394d797c2efeffc70409f6db"/><file name="elbow-end-plus-nl.gif" hash="f0f50c0dd3ee6dd4b11c1f245b36eb01"/><file name="elbow-end-plus.gif" hash="ec1482391363612d9e5f8c7087fddaba"/><file name="elbow-end.gif" hash="345551384aa325189ba28a1c20f3405e"/><file name="elbow-line.gif" hash="90e478158df476dc989a60daaafc87e6"/><file name="elbow-minus-nl.gif" hash="5e5bffba157eceee7989db95b919e4d5"/><file name="elbow-minus.gif" hash="71bb1bd44b1274c60d30dba1de472ed7"/><file name="elbow-plus-nl.gif" hash="f0f50c0dd3ee6dd4b11c1f245b36eb01"/><file name="elbow-plus.gif" hash="945572d06a74b5f952251a86c595f2da"/><file name="elbow.gif" hash="27679f3b1222ba95d9925885d7d82d02"/><file name="folder-open.gif" hash="c569141d6ae7c61d838ed8af26aa9380"/><file name="folder.gif" hash="b7209740bb4a825a06beb8698d92c2b1"/><file name="leaf.gif" hash="23757d6e353f343e3c7edfe28428f198"/><file name="loading.gif" hash="00ef871b291bc03a497d608a5bd8ec99"/><file name="s.gif" hash="fc94fb0c3ed8a8f909dbc7630a0987ff"/></dir><dir name="window"><file name="corners-sprite.gif" hash="b485d6e69678822a0fb77cc312487874"/><file name="left-right.gif" hash="3fe626d6ca2f71d36fc62c32cb1cc52a"/><file name="top-bottom.gif" hash="8a227016c401438e602c2f770a611d5b"/></dir></dir><dir name="magento"><dir name="basic-dialog"><file name="collapse-on.gif" hash="b60dfdc0d00cfb30a8a622e0c22eed84"/><file name="collapse.gif" hash="8525b9d2e93d31e0b071b1f9bf9550e5"/><file name="expand-on.gif" hash="0dfb4ac6d626cdcaa931c14dbb45848e"/><file name="expand.gif" hash="0eb5c03da8b8415e0568784c959e536a"/><file name="hd-sprite.gif" hash="035bf2296afd70af7020cf06b60bf3f6"/><file name="ns-collapse-on.gif" hash="88ed8b7578c803f68d9f1eb171454e00"/><file name="ns-collapse.gif" hash="44b91376c040f91672aaa98c1fcc062b"/><file name="ns-expand-on.gif" hash="587c2ce90066280e5e6cd731bb9d346c"/><file name="ns-expand.gif" hash="57b479b168f8a54200bd1770b5591630"/><file name="panel_close.gif" hash="686c6dfcf341de25487ab4d8ea5954ce"/><file name="pop_close.gif" hash="dd3605531f9959901eff6f089f084bdc"/><file name="pop_collapse.gif" hash="2b8007242ae1c9ae9f26c60a878a63f7"/></dir><dir name="grid"><file name="grid-body-bg.gif" hash="b5fe585c01f57b2171a2b723abcc4a38"/><file name="grid-split.gif" hash="32e210451e8dc4295b53cf7ca13bb4a6"/></dir><dir name="layout"><file name="checkered-bg.gif" hash="f0a0cd29a6120377c289fd39e2ee7e80"/><file name="icon-catalog.gif" hash="435ff2300ddefb9f8a4bad8ee806fb1a"/><file name="icon-category.gif" hash="ce2a146851bb5ec1e41670b68183b56a"/><file name="icon-my-tasks.gif" hash="0ecb888b160701845e25a7140d038af0"/><file name="icon-product.gif" hash="a0707878c5221052209e5ae6a4de0bd2"/></dir><file name="loading_bg.gif" hash="e202ef7e03d0ef3e9beac7480dae65bf"/><dir name="tabs"><file name="tab-sprite.gif" hash="049fb2f4186b6dc9de747ad96456b1ab"/></dir><dir name="toolbar"><file name="btn-arrow.gif" hash="938cffb6de5cc8b1febfd1851fd983c2"/><file name="header_bg.gif" hash="3696842a32740fa159484cabc3340d13"/><file name="toolbar-bg.gif" hash="8d1b465c2a75963407b536d9081f649f"/></dir><dir name="tree"><file name="elbow-end-minus-nl.gif" hash="6dc08c43109cc6a365bd0270f05e2f1c"/><file name="elbow-end-minus.gif" hash="3dbdb88a9297fe5631e832f046b0350b"/><file name="elbow-end-plus-nl.gif" hash="6dc08c43109cc6a365bd0270f05e2f1c"/><file name="elbow-end-plus.gif" hash="5470e5712a9742ba666c26cb429baaeb"/><file name="elbow-end.gif" hash="63fe879440e2784e0cc0d316ce017745"/><file name="elbow-line.gif" hash="b316a39455304e20e01dbc437f57fd32"/><file name="elbow-minus-nl.gif" hash="0e3129bff70475c8f7f297e0e59d1608"/><file name="elbow-minus.gif" hash="e7b18ff6800e65c6e171bbb2a911762e"/><file name="elbow-plus-nl.gif" hash="78a8f737941fa658f1e770258a3791cd"/><file name="elbow-plus.gif" hash="b02cb264df55aef2105b1b245d075e56"/><file name="elbow.gif" hash="b6bd0e0237e3cd413fa2dac27701c724"/><file name="folder-open.gif" hash="e3cd196406d4857dc0c926807f16c409"/><file name="folder.gif" hash="03eb26c42137ac792609822862ef4d0f"/><file name="leaf.gif" hash="e3cd196406d4857dc0c926807f16c409"/><file name="s.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/></dir></dir></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
