diff options
author | thomascube <thomas@roundcube.net> | 2012-01-05 16:15:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-05 16:15:37 +0000 |
commit | 7961f8c2c10c1a9f2dbaaaf4611478a13c0d7bb9 (patch) | |
tree | ca86af90b425fb772639503624c31cba56c5039e /skins/larry/mail.css | |
parent | 8304e5d76cd96d78a9cbddaf5d2407b5dc31d079 (diff) |
Embed address book widget on compose screen
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index f5cf752cd..1b83112a1 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -961,6 +961,56 @@ div.message-part blockquote blockquote blockquote { bottom: 0; } +#compose-contacts #directorylist { + border-bottom: 4px solid #c7e3ef; +} + +#contacts-table { + table-layout: fixed; +} + +#contacts-table td { + width: 100%; +} + +#contacts-table td span { + display: block; +} + +#compose-contacts li a, #contacts-table td { + background: url(images/listicons.png) -100px 0 no-repeat; + overflow: hidden; + padding-left: 36px; + text-overflow: ellipsis; +} + +#compose-contacts li.addressbook a { + background-position: 6px -766px; +} + +#compose-contacts li.addressbook.selected a { + background-position: 6px -791px; +} + +#contacts-table td.contactgroup { + background-position: 6px -1555px; +} + +#contacts-table tr.unfocused td.contactgroup, +#contacts-table tr.selected td.contactgroup { + background-position: 6px -1579px; +} + +#contacts-table td.contact { + background-position: 6px -1603px; +} + +#contacts-table tr.unfocused td.contact, +#contacts-table tr.selected td.contact { + background-position: 6px -1627px; +} + + #compose-content { position: absolute; top: 42px; |