diff options
author | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-11 12:52:51 +0000 |
commit | 1ba07f070998d32d115d90d0d73db2dca59c4690 (patch) | |
tree | ef33699e9788f5e068e24082397722803fcf907e /skins/larry/addressbook.css | |
parent | 21a0d919380dd56d0c051cfb8570f3e181c34a18 (diff) |
Allow mass-removal of addresses from a group (#1487748)
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 4ad6d34cd..5181c22b1 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -49,14 +49,14 @@ position: absolute; top: 42px; left: 0; - width: 260px; + width: 280px; bottom: 0; } #contacts-box { position: absolute; top: 42px; - left: 272px; + left: 292px; right: 0; bottom: 0; } |