From d9e541c5fecfbaba784596ab0e345bfc3063d13e Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 18 Jun 2014 14:36:43 +0200 Subject: Better styles for hidden (voice) elements and attachments list icons --- skins/larry/styles.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 7e20495d9..2f547121b 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -37,7 +37,13 @@ img { .voice { position: absolute; - top: -1000px; + border: 0; + clip: rect(0 0 0 0); + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; } input[type="text"], @@ -2769,14 +2775,15 @@ ul.toolbarmenu li span.copy { padding: 0; text-decoration: none; text-indent: -5000px; - background: url(images/buttons.png) -7px -337px no-repeat; + background-image: url(images/buttons.png); + background-position: -6px -338px; + background-repeat: no-repeat; } .attachmentslist li a.cancelupload { - background-position: -7px -377px; + background-position: -6px -378px; } - /*** fieldset tabs ***/ .tabbed.ui-tabs { -- cgit v1.2.3