diff options
author | Cyrill von Wattenwyl <cvw@adfinis.com> | 2014-09-02 11:20:52 +0200 |
---|---|---|
committer | Cyrill von Wattenwyl <cvw@adfinis.com> | 2014-09-02 11:20:52 +0200 |
commit | 11a40dd1fef6c5b78b054617caba4325f95ee386 (patch) | |
tree | de2e1d7efd6423ef4d1256dd5c90a972ad172719 /skins/classic/addressbook.css | |
parent | 187fd666aa2f32dedfe544d69b7cb213698197f2 (diff) | |
parent | ba084313bfc9c7a5a83e0611fe4376543cc1653d (diff) |
Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
plugins/password/config.inc.php.dist
Diffstat (limited to 'skins/classic/addressbook.css')
-rw-r--r-- | skins/classic/addressbook.css | 47 |
1 files changed, 37 insertions, 10 deletions
diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index ebf9ab9d9..90438aa70 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -116,13 +116,6 @@ overflow: hidden; } -#directorylistbox input -{ - margin: 0 0 0 20px; - font-size: 11px; - width: 90%; -} - #addresslist { position: absolute; @@ -144,7 +137,8 @@ width: 280px; } -#directorylist li a +#directorylist li a, +#savedsearchlist li a { cursor: default; display: block; @@ -159,17 +153,45 @@ background-repeat: no-repeat; } -#directorylist li ul li a +#directorylist ul li a { padding-left: 45px; + background-position: 22px -108px; +} + +#directorylist ul ul li a +{ + padding-left: 62px; + background-position: 39px -108px; +} + +#directorylist ul ul ul li a +{ + padding-left: 79px; + background-position: 39px -108px; } #directorylist li.contactgroup a { + background-position: 5px -143px; +} + +#directorylist ul li.contactgroup a +{ background-position: 22px -143px; } -#directorylist li.contactsearch a +#directorylist ul ul li.contactgroup a +{ + background-position: 39px -143px; +} + +#directorylist ul ul ul li.contactgroup a +{ + background-position: 56px -143px; +} + +#savedsearchlist li.contactsearch a { background-position: 6px -162px; } @@ -279,6 +301,11 @@ body.iframe, padding: 0; } +#contacthead > legend +{ + display: none; +} + #contacthead .names span.namefield, #contacthead .names input { |