diff options
author | thomascube <thomas@roundcube.net> | 2009-09-04 10:42:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-09-04 10:42:24 +0000 |
commit | 4b1647fcdc6e6442252e0866ceea45c3abd5de33 (patch) | |
tree | 458ae0110d7d9cec9f694a5a7f4ac2a0fe898411 /skins/default/templates/addressbook.html | |
parent | 35f40fbda78a02a765c5efab41e1b8444257389c (diff) |
New logo and minor changes to default skin
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 5b250fa9f..b0325b5af 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -7,8 +7,8 @@ <style type="text/css"> <roundcube:if condition="count(env:address_sources) <= 1" /> -#abookcountbar { left: 20px;} -#addressscreen { left:20px; +#abookcountbar { left: 20px; } +#addressscreen { left: 20px; <roundcube:exp expression="browser:ie ? 'width:expression((parseInt(document.documentElement.clientWidth)-40)+\\'px\\');' : ''" /> } #addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; } |