diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-29 11:40:04 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-29 11:40:04 +0100 |
commit | 00b9c25f24c5dda9f02619196bf07d2e8e37e402 (patch) | |
tree | b374796879a032b0bf1b0d9e6332e97e17c573e3 /skins/larry/addressbook.css | |
parent | b61041e655d122139b9bf75a85b170a15eaeb48e (diff) |
Improve contacts import interface, add #message object
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 54fabfa8b..a1c453885 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -317,3 +317,13 @@ a.deletebutton { text-indent: -5000px; background: url(images/buttons.png) -7px -377px no-repeat; } + +#import-box { + position: absolute; + bottom: 28px; + top: 34px; + left: 0; + right: 0; + overflow: auto; + padding: 10px; +} |