diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 18:35:47 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 18:35:47 +0100 |
commit | d9e16f02aa53bd15fed1aa1deff246670881a3d5 (patch) | |
tree | a36c19babfd303518c239637995871e5f7408b85 /skins | |
parent | 873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff) |
Set treelist items to position:realtive to correctly align toggle icons
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 5 | ||||
-rw-r--r-- | skins/larry/styles.css | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 16edeedf6..121616700 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -622,6 +622,11 @@ table.records-table tr.unfocused td background-color: #929292; } +ul.treelist li +{ + position: relative; +} + ul.treelist li div.treetoggle { position: absolute; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 7458ebba9..613a08aa1 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1006,6 +1006,10 @@ table.layout td { vertical-align: top; } +ul.treelist li { + position: relative; +} + ul.treelist li div.treetoggle { position: absolute; top: 13px; |