diff options
author | alecpl <alec@alec.pl> | 2012-03-16 09:17:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-16 09:17:32 +0000 |
commit | f45a978941b00c6c10a56141f329b1fce7650169 (patch) | |
tree | 97f1e682b88366f3964655755bf8b684d26db577 /skins/larry/addressbook.css | |
parent | 9e2c949d86bb56afa37a4c952f8e8930b7c9958e (diff) |
- Unified width of some (similiar) UI elements
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 65f935e3a..c754b917f 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -49,14 +49,14 @@ position: absolute; top: 42px; left: 0; - width: 280px; + width: 260px; bottom: 0; } #contacts-box { position: absolute; top: 42px; - left: 292px; + left: 272px; right: 0; bottom: 0; } |