diff options
author | alecpl <alec@alec.pl> | 2012-02-09 13:48:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-02-09 13:48:23 +0000 |
commit | d3ec72522b44e3c8d5ff29edecde866a9199f921 (patch) | |
tree | 2a7c9f18e08ed16b0365bb1f9ff84efef8b5c7d2 /skins/default/templates | |
parent | d47a4f0951555554c0479953f4410876686954a5 (diff) |
- Fix checkbox position in Firefox, again
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index b933ebdd9..009687aef 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -76,8 +76,9 @@ <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> <roundcube:endif /> <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> - <span style="margin-left: 12px"><label for="prevpaneswitch"><roundcube:label name="previewpane" />:</label> </span> - <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> + <span style="margin-left: 12px"><label for="prevpaneswitch"><roundcube:label name="previewpane" />:</label> + <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> + </span> <roundcube:endif /> </div> <div id="countcontrols" class="pagenav"> |