diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-19 15:30:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-19 15:30:28 +0200 |
commit | 83f2f6bb6584fe15bd6834f161ccf2dc8c97ee77 (patch) | |
tree | 116e57290632a84c608fdf7fc6a05c1a3126abb3 /skins/larry/mail.css | |
parent | c96d3f57ef6a13e3e61338f57a473b4817547da8 (diff) |
Display email address if contact has more than one (in compose address book widget)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a2756638d..95d76c596 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1104,6 +1104,13 @@ div.message-part blockquote blockquote blockquote { display: block; } +#contacts-table td span.email { + display: inline; + color: #69939e; + font-style: italic; + margin-left: 0.5em; +} + #compose-contacts li a, #contacts-table td { background: url(images/listicons.png) -100px 0 no-repeat; overflow: hidden; |