diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-09 13:48:23 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-09 13:48:23 +0000 |
| commit | 2f3bfecc096508226f66eaa152c65087c31ec9fe (patch) | |
| tree | 80b7ea25ffd2ceece0c6aaf9156f308de789f9c7 /roundcubemail | |
| parent | a2208a7615f7e778673ac8ef674734a1a4b7f9a7 (diff) | |
- Fix checkbox position in Firefox, again
git-svn-id: https://svn.roundcube.net/trunk@5870 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 88755d68c..1c73a1a70 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -502,10 +502,9 @@ font-size: 11px; } -#listcontrols input +#listcontrols span input { - margin-top: 1px; - height: 22px; + vertical-align: middle; } #listcontrols a.button, diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index b933ebdd9..009687aef 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/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"> |
