summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 22:30:20 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 22:30:20 +0300
commitb7d63a58db2ab0d209bc45ec2681ad22bf251958 (patch)
treebbefca398a6d340a2533b02d67e296aa02784826 /css
parent7fbc10c2368b2f8ab55da440f2c6350766d6940b (diff)
fix loading indicator position/size for tree leafs
Diffstat (limited to 'css')
-rw-r--r--css/dijit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/dijit.css b/css/dijit.css
index 68a426e3c..09c305c73 100644
--- a/css/dijit.css
+++ b/css/dijit.css
@@ -61,6 +61,11 @@
height : 9px;
}
+.claro .dijitTreeNode .loadingExpando {
+ left : -3px;
+ height : 21px;
+}
+
.claro .dijitFolderClosed,
.claro .dijitFolderOpened {
display : none;