diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-27 12:52:53 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-27 13:16:54 +0100 |
commit | b3bbb281002386f6cedf5b6f007074ecbfc96f5b (patch) | |
tree | ff543b3e961831bbde818e2af6c349780292e139 /skins/classic/addressbook.css | |
parent | a8fd895263d6c32bc1c97cba2d373def73d4e603 (diff) |
Add addressbook widget on compose page in classic skin
Diffstat (limited to 'skins/classic/addressbook.css')
-rw-r--r-- | skins/classic/addressbook.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index a398325b4..39d5e5ac9 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -21,7 +21,7 @@ width: 32px; height: 32px; padding: 0; - margin-right: 10px; + margin: 0 5px; overflow: hidden; background: url(images/abook_toolbar.png) 0 0 no-repeat transparent; opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ |