summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-18 12:41:54 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-18 12:41:54 +0200
commit900e6226ac29594327e168cc0922fe796c8146d1 (patch)
tree53388fb9720b9663e5d76ed98dabe5f709401a75 /skins/larry/styles.css
parent207d618c22f6e50cf1dff983791282afe9f267ce (diff)
Increase negative text-indents to properly hide button texts (#1488534)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css6
1 files changed, 3 insertions, 3 deletions
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;
}