Remove inadequate 'pagenav' class from button containers
| | |
| | | </tbody> |
| | | </table> |
| | | |
| | | <div id="composebuttons" class="pagenav formbuttons"> |
| | | <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="inner" title="openinextwin" content="[]" condition="!env:extwin" /> |
| | | <div id="composebuttons" class="formbuttons"> |
| | | <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" content="[]" condition="!env:extwin" /> |
| | | </div> |
| | | |
| | | <!-- (collapsable) message options --> |
| | |
| | | <roundcube:object name="messageFullHeaders" id="full-headers" /> |
| | | |
| | | <!-- record navigation --> |
| | | <div id="countcontrols" class="pagenav"> |
| | | <div id="countcontrols"> |
| | | <roundcube:if condition="env:optional_format=='text'" /> |
| | | <span class="buttongroup"> |
| | | <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button changeformat text pressed" innerClass="icon" title="changeformattext" content="Text" /> |