diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-13 18:26:53 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-13 18:26:53 +0200 |
commit | 64cf4df42b7f6c93f22ea2b927fcc1d2ca6a99f4 (patch) | |
tree | 65fa276257bcdc004c78dfd00cfc89a509b3b254 /skins/larry/templates | |
parent | 20334a333dc7b92f87c2a8af440e2e8d10890ce7 (diff) |
Better styling for import form
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/importcontacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index d3d0f2b93..69b138b9a 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -18,7 +18,7 @@ <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2> <div id="import-box" class="boxcontent"> -<roundcube:object name="importstep" /> +<roundcube:object name="importstep" class="propform" /> <br/> <p class="formbuttons"> <roundcube:object name="importnav" class="button" /> |