CSS + notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-08 03:21:50 +03:00
parent a25b47b7d9
commit 8c69e7497f
2 changed files with 9 additions and 0 deletions

View File

@ -445,6 +445,14 @@
}
/* Nested lists... */
.browse-widget .list .list {
padding-left: 20pt;
}
.browse-widget .list .list .item:first-child {
margin-left: -20pt;
}
/****************************************************** Cloud List ***/

View File

@ -449,6 +449,7 @@ var BrowserClassPrototype = {
}
// XXX maintain expand/collapse state of nested lists in a natural way...
// XXX should this use vanilla DOM or jQuery???
var BrowserPrototype = {
__proto__: BaseBrowser.prototype,