diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-05 13:24:55 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-05 13:24:55 +0200 |
commit | a46a10f19cc8d95572f11b48d4c0a91fff82b67d (patch) | |
tree | 68bfe7db3e6cc4686556c43fb30b8039fd88b700 /skins | |
parent | ebfdc0925f7169aac45c2437d7a1196687a200c8 (diff) |
Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 18 | ||||
-rw-r--r-- | skins/larry/styles.css | 3 |
2 files changed, 2 insertions, 19 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b82fb790e..2df5e2bc5 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1389,36 +1389,18 @@ div.message-partheaders .headers-table td.header { background-position: 6px -1555px; } -#contacts-table.focus tr.focused td.contactgroup { - background-position: 4px -1555px; -} - -#contacts-table tr.unfocused td.contactgroup, #contacts-table tr.selected td.contactgroup { background-position: 6px -1579px; } -#contacts-table.focus tr.selected.focused td.contactgroup { - background-position: 4px -1579px; -} - #contacts-table td.contact { background-position: 6px -1603px; } -#contacts-table.focus tr.focused td.contact { - background-position: 4px -1603px; -} - -#contacts-table tr.unfocused td.contact, #contacts-table tr.selected td.contact { background-position: 6px -1627px; } -#contacts-table.focus tr.selected.focused td.contact { - background-position: 4px -1627px; -} - #compose-content { position: absolute; top: 0; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 17543c875..7e20495d9 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -36,7 +36,8 @@ img { } .voice { - display: none; + position: absolute; + top: -1000px; } input[type="text"], |