diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-18 12:41:54 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-18 12:42:22 +0200 |
commit | eb04f60d4e28ba93feca9d9a7a8c65992a214975 (patch) | |
tree | b36a1d3fb3e0c388ba6a1229fa708421370a957e /skins/larry/addressbook.css | |
parent | 459e46a8d75e69befd80c9be5a39a3cfd478276d (diff) |
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 46b4949da..77cf48a3b 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -289,6 +289,6 @@ a.deletebutton { width: 24px; height: 18px; text-decoration: none; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -7px -377px no-repeat; } |