mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-03 13:40:44 -04:00
Only mask the data view on changes, it's a little less jarring.
This commit is contained in:
@@ -68,15 +68,6 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.g-organize .x-tree-node-el {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.g-organize .x-tree-node-leaf .x-tree-node-icon{
|
||||
background-image:url(../vendor/ext/images/default/tree/folder.gif);
|
||||
}
|
||||
|
||||
.g-organize label.sort {
|
||||
font: 12px tahoma, arial;
|
||||
vertical-align: middle;
|
||||
@@ -94,3 +85,13 @@
|
||||
background-position: 4px 8px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* ExtJS overrides */
|
||||
.x-tree-node-el {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.x-tree-node-leaf .x-tree-node-icon{
|
||||
background-image:url(../vendor/ext/images/default/tree/folder.gif);
|
||||
}
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
* ********************************************************************************
|
||||
*/
|
||||
var start_busy = function(msg) {
|
||||
outer.el.mask(msg, "loading");
|
||||
thumb_data_view.el.mask(msg, "loading");
|
||||
}
|
||||
|
||||
var stop_busy = function() {
|
||||
outer.el.unmask();
|
||||
thumb_data_view.el.unmask();
|
||||
}
|
||||
|
||||
var show_generic_error = function() {
|
||||
|
||||
Reference in New Issue
Block a user