summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-22 14:46:23 +0300
committerAndrew Dolgov <[email protected]>2021-03-22 14:46:23 +0300
commit98251022d40a4ef2c6d8e6b285c7e2454e79d0b5 (patch)
tree170f843c00ac978f4837c62257530018e646cc83 /themes/light/dijit_basic.less
parent334a361e792ae06d4b5e87b62094fc5925379257 (diff)
Revert "Revert "another attempt at flex-based feed tree""
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less14
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 4f2faadcb..7e93975ba 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -4,11 +4,11 @@
padding: 2px;
}
- #feedTree {
+ /*#feedTree {
.dijitTreeContent .dijitInline {
vertical-align : baseline;
}
- }
+ }*/
.dijitButton i.material-icons {
position: relative;
@@ -107,6 +107,12 @@
}
.dijitTree {
+ .dijitTreeRowFlex {
+ display : flex;
+ flex-direction : row;
+ align-items : center;
+ }
+
.dijitFolderClosed,
.dijitFolderOpened {
display : none;
@@ -126,10 +132,10 @@
color : white;
}
- .dijitTreeRow .dijitTreeExpando {
+ /*.dijitTreeRow .dijitTreeExpando {
position : relative;
top : -2px;
- }
+ }*/
.labelParam {
float: right;