From c6220abe5e6970cd1ccced1e8d67d90c7c7a964c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 20 Jun 2014 09:31:06 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- skins/classic/common.css | 7 +++++++ skins/larry/styles.css | 5 +++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index cc1f3e6..01a72bb 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -284,6 +284,13 @@ border: 1px solid #CCCCCC; } +body > #message div.voice +{ + position: absolute; + top: -1000px; + clip: rect(0 0 0 0); +} + body > #message a { cursor: pointer; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 743ad71..1c2bd66 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -695,6 +695,11 @@ background: url(images/ajaxloader_dark.gif) 0 4px no-repeat; } +#messagestack div.voice { + position: absolute; + top: -1000px; +} + #messagestack div a { color: #94c0da; } -- Gitblit v1.9.1