diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-04 10:42:24 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-04 10:42:24 +0000 |
| commit | aea23bd18afa293e1e30d9c123edb9a54116a7be (patch) | |
| tree | 136439ceb646a18e8c596f8d0983afb557a9822c /roundcubemail/skins/default/templates/addressbook.html | |
| parent | 3ea9e2334f798e71b7e1e843b1f55567187ffa9b (diff) | |
New logo and minor changes to default skin
git-svn-id: https://svn.roundcube.net/trunk@2913 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/addressbook.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index 5b250fa9f..b0325b5af 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/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; } |
