From a46a10f19cc8d95572f11b48d4c0a91fff82b67d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 5 Jun 2014 13:24:55 +0200 Subject: Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list --- skins/larry/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skins/larry/styles.css') 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"], -- cgit v1.2.3