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:41:54 +0200 |
commit | 900e6226ac29594327e168cc0922fe796c8146d1 (patch) | |
tree | 53388fb9720b9663e5d76ed98dabe5f709401a75 /skins/larry/mail.css | |
parent | 207d618c22f6e50cf1dff983791282afe9f267ce (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 ab87cd865..afa74cd8c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1210,7 +1210,7 @@ div.message-part blockquote blockquote blockquote { #uploadform a.iconlink { margin-left: 1em; - text-indent: -1000px; + text-indent: -5000px; } #uploadform form div { |