diff options
author | alecpl <alec@alec.pl> | 2009-08-07 06:13:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-07 06:13:02 +0000 |
commit | 4fc15f69da43b3d50e066c7dac73e19b1d4e3467 (patch) | |
tree | 73b5ab6b220865bcdb3ebb84e830592acb54f940 /skins/default/templates/addressbook.html | |
parent | 10d0e3e0acd4f15819d36022eff2f2a698cfcd9b (diff) |
- make #mailfooter good looking in all browsers (not tested with IE6)
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 5b250fa9f..96efad746 100644 --- a/skins/default/templates/addressbook.html +++ b/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 1em; float:left" /> + <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; 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> |