mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-07 00:26:48 +01:00
Refactoring for better consistency and simplicity. 5KB less in size of (minified) styles.css file. Layout changes: - body > #layout > .menu -> #layout-menu - body > #layout > .list -> #layout-list - body > #layout > .sidebar -> #layout-sidebar - body > #layout > .content -> #layout-content Toolbar/menu changes: - .toolbar -> .toolbar.menu - .toolbarmenu -> .menu.listing - .menu-button -> .task-menu-button - .pagenav.toolbar -> .pagenav.menu - #taskmenu -> #taskmenu.menu.toolbar - .image-tools .menu -> .image-tools .menu.toolbar - required .disabled class to de-activate menu items - .button class is not required on .menu children - merge toolbar.less and taskmenu.less into menu.less - @color-toolbarmenu-hover -> @color-menu-hover - @color-toolbarmenu-hover-background -> @color-menu-hover-background Also cleaned/removed some code in spellchecker.js. Made .googie_list a list not table.
10 lines
286 B
HTML
10 lines
286 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
|
|
<h1 class="voice"><roundcube:object name="steptitle" /></h1>
|
|
|
|
<div id="help-<roundcube:var name="env:action" />" class="frame-content">
|
|
<roundcube:object name="helpcontent" />
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|