Switch to using Ext.Element.mask for a custom busy message that looks

a little cleaner.
This commit is contained in:
Bharat Mediratta
2011-01-04 00:15:05 -08:00
parent 79f27ea1ec
commit 51d66df192
2 changed files with 29 additions and 12 deletions
+9
View File
@@ -58,3 +58,12 @@ div.multi-proxy div {
font-size: 12px;
line-height: 20px;
}
.loading div {
font-size: 1.1em;
padding-left: 24px;
background-color: white;
background-image: url(../vendor/ext/images/default/tree/loading.gif);
background-position: 4px 8px;
background-repeat: no-repeat;
}