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/classic/common.css | |
parent | 873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff) |
Set treelist items to position:realtive to correctly align toggle icons
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 5 |
1 files changed, 5 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; |