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/mail.css | |
parent | 459e46a8d75e69befd80c9be5a39a3cfd478276d (diff) |
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c5b79db73..c46a2bd14 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1185,7 +1185,7 @@ div.message-part blockquote blockquote blockquote { #uploadform a.iconlink { margin-left: 1em; - text-indent: -1000px; + text-indent: -5000px; } #uploadform form div { |