summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/addressbook.html
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-10 12:39:00 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-10 12:39:00 +0000
commite46347fb2e90d601ec3560cca8a87a99187d600d (patch)
treecf1bf8754560cb044cf232af447d0fcb48e5e703 /roundcubemail/skins/default/templates/addressbook.html
parent1cd61bf09cf69741efecf9df06358c4f224f14d3 (diff)
Revert r2844: mailfooter should align with message list
git-svn-id: https://svn.roundcube.net/trunk@2851 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/addressbook.html')
-rw-r--r--roundcubemail/skins/default/templates/addressbook.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html
index 96efad746..5b250fa9f 100644
--- a/roundcubemail/skins/default/templates/addressbook.html
+++ b/roundcubemail/skins/default/templates/addressbook.html
@@ -72,7 +72,7 @@
<div id="abookcountbar" class="pagenav">
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
- <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
+ <roundcube:object name="recordsCountDisplay" style="padding:0 1em; float:left" />
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
</div>