mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
CSS + notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a25b47b7d9
commit
8c69e7497f
@ -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 ***/
|
/****************************************************** Cloud List ***/
|
||||||
|
|||||||
@ -449,6 +449,7 @@ var BrowserClassPrototype = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// XXX maintain expand/collapse state of nested lists in a natural way...
|
// XXX maintain expand/collapse state of nested lists in a natural way...
|
||||||
|
// XXX should this use vanilla DOM or jQuery???
|
||||||
var BrowserPrototype = {
|
var BrowserPrototype = {
|
||||||
__proto__: BaseBrowser.prototype,
|
__proto__: BaseBrowser.prototype,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user