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 | |
parent | 207d618c22f6e50cf1dff983791282afe9f267ce (diff) |
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 2 | ||||
-rw-r--r-- | skins/larry/addressbook.css | 2 | ||||
-rw-r--r-- | skins/larry/mail.css | 2 | ||||
-rw-r--r-- | skins/larry/styles.css | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 0e928f0e8..8c5a935ea 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1481,7 +1481,7 @@ input.from_address #compose-attachments li a { - text-indent: -1000px; + text-indent: -5000px; width: 17px; height: 16px; display: block; 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; } 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 { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 7b321ed56..c64bc77ee 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -330,7 +330,7 @@ a.iconbutton { width: 24px; height: 18px; text-decoration: none; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -1000px 0 no-repeat; } @@ -827,7 +827,7 @@ table.layout td { display: inline-block; width: 48px; height: 35px; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -1000px 0 no-repeat; } @@ -1941,7 +1941,7 @@ ul.toolbarmenu li span.conversation { height: 18px; padding: 0; text-decoration: none; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -7px -337px no-repeat; } |