diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-03-07 16:11:43 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-03-07 16:11:43 +0100 |
commit | c42fc0fff683f8b27d213750d5b65a74a9ec5506 (patch) | |
tree | 4b6511bc0aa3d75cc7573dc332137e26c01b1722 /skins/larry/addressbook.css | |
parent | 817c98ec3b11fefeb055611592de7c898751e087 (diff) |
Define default treelist styles (i.e. indentation) globally
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 54a14da0b..8e17d77f7 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -71,7 +71,6 @@ background-position: -100px 0; background-repeat: no-repeat; overflow: hidden; - padding-left: 36px; text-overflow: ellipsis; } @@ -83,21 +82,11 @@ background-position: 6px -791px; } -#directorylist li.addressbook ul li:last-child { - border-bottom: 0; -} - -#directorylist li.addressbook ul.groups { - margin: 0; - padding: 0; -} - #directorylist li.addressbook ul.groups li { width: 100%; } #directorylist li.contactgroup a { - padding-left: 62px; background-position: 32px -1555px; } |