Add link to inbox on the logo (#1488703)
| | |
| | | <roundcube:container name="taskbar" id="taskbar" /> |
| | | <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" innerClass="button-inner" /> |
| | | </div> |
| | | <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /> |
| | | <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" /> |
| | | </div> |
| | | |
| | | <br style="clear:both" /> |
| | |
| | | |
| | | #toplogo { |
| | | padding-top: 2px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .topleft { |