diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-01 20:04:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-01 20:04:33 +0100 |
commit | 3dd136f26e36d0f453649e77300b408cfa8491e4 (patch) | |
tree | f03a7dba5d86473df5c4c457a88c73234cc49705 /skins | |
parent | 1f910cb50dcb12e84d92db4d61dcd8dbb0f0c5b6 (diff) | |
parent | 01a98cb9d65abf8f31b7bc62002a5061e463c80f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
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; |