diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-27 12:52:53 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-27 12:52:53 +0100 |
commit | a27b8772886eeadef73224a29e8f3ad75e67433c (patch) | |
tree | 754e1b2b258a5dce5f2ca847d62df67ac40fc64c /skins/classic/addressbook.css | |
parent | bcbfe0ba457f6fce7523acea2499447252d84aaa (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 1bb1e2c61..78314538a 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 */ |