summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/addressbook.html
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-04 10:42:24 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-04 10:42:24 +0000
commitaea23bd18afa293e1e30d9c123edb9a54116a7be (patch)
tree136439ceb646a18e8c596f8d0983afb557a9822c /roundcubemail/skins/default/templates/addressbook.html
parent3ea9e2334f798e71b7e1e843b1f55567187ffa9b (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.html4
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) &lt;= 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; }