summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-11 12:46:56 +0200
committerAleksander Machniak <alec@alec.pl>2014-07-11 12:46:56 +0200
commiteef107be303c8e68bf58641d4245a934d21d0a53 (patch)
treee5cdc15b2c099e5d25f446ff8e156b2a440352e9
parenta8282f1359a447f22ced217aa18bb5b9d857f3d9 (diff)
Fix a.deletebutton outline (#1489929)
-rw-r--r--skins/larry/addressbook.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 54a14da0b..81718200d 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -404,10 +404,11 @@ a.deletebutton {
left: 5px;
top: -3px;
display: inline-block;
- width: 24px;
+ width: 16px;
height: 18px;
text-decoration: none;
text-indent: -5000px;
+ overflow: hidden;
background: url(images/buttons.png) -7px -377px no-repeat;
}