Thomas Bruederli
2014-06-05 a46a10f19cc8d95572f11b48d4c0a91fff82b67d
Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list
2 files modified
21 ■■■■■ changed files
skins/larry/mail.css 18 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css 3 ●●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -1389,34 +1389,16 @@
    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 {
skins/larry/styles.css
@@ -36,7 +36,8 @@
}
.voice {
    display: none;
    position: absolute;
    top: -1000px;
}
input[type="text"],