diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-28 15:59:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-28 15:59:43 +0000 |
| commit | bd9c4bc59cd465ede4f03a896291975f41a925b0 (patch) | |
| tree | d48cda0dd68e8c8ca5b0af33ac8291079e45b347 /roundcubemail/skins/default/templates/addressbook.html | |
| parent | 18ba0ad949feba68116d4ec60f4e146c473023e9 (diff) | |
- Fix folder/messagelist controls alignment - icons used (#1486072)
git-svn-id: https://svn.roundcube.net/trunk@2996 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/addressbook.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index b0325b5af..3aa9fdc34 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 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> |
