[FEATURE] Refactor toolbar / topbar HTML5 & layout
First step for Toolbar/Topbar refactoring. This is a first step to refactor HTML5 output - the path to gain HTML5 viewport without ExtJS and based on jQuery and Bootstrap. Migrates HTML from topbar to .navbar - keeps ids. Makes use of .dropdown and .dropdown-menu. Therefore removes duplicated CSS. Also increase size to fit our fingers & touch. This issue is not breaking since common css classes and interfaces are kept. Next step #62166: introduce "ToolbarItemInterface" and remove toolbar-item css and layouts. Resolves: #62481 Related: #62166 Releases: master Change-Id: I8c215b19da4a99ad81e53b000b281849991d8deb Reviewed-on: http://review.typo3.org/33564 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/BackendController.php 28 additions, 12 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Resources/Public/JavaScript/shortcutmenu.js 2 additions, 2 deletions...ysext/backend/Resources/Public/JavaScript/shortcutmenu.js
- typo3/sysext/opendocs/Classes/Controller/OpendocsController.php 1 addition, 1 deletion...sysext/opendocs/Classes/Controller/OpendocsController.php
- typo3/sysext/opendocs/Resources/Public/Css/opendocs.css 3 additions, 44 deletionstypo3/sysext/opendocs/Resources/Public/Css/opendocs.css
- typo3/sysext/sys_action/toolbarmenu/tx_sysactions.css 0 additions, 31 deletionstypo3/sysext/sys_action/toolbarmenu/tx_sysactions.css
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_main_content.less 3 additions, 0 deletions.../t3skin/Resources/Private/Styles/TYPO3/_main_content.less
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_module_menu.less 7 additions, 3 deletions...t/t3skin/Resources/Private/Styles/TYPO3/_module_menu.less
- typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less 71 additions, 171 deletions...sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less
- typo3/sysext/t3skin/Resources/Private/Styles/bootstrap/variables.less 8 additions, 8 deletions.../t3skin/Resources/Private/Styles/bootstrap/variables.less
- typo3/sysext/t3skin/Resources/Public/Css/visual/t3kin.css 125 additions, 184 deletionstypo3/sysext/t3skin/Resources/Public/Css/visual/t3kin.css
- typo3/sysext/t3skin/ext_tables.php 1 addition, 1 deletiontypo3/sysext/t3skin/ext_tables.php
- typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-left.png 0 additions, 0 deletions...mages/backgrounds/topbar-in-workspace-background-left.png
- typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background-right.png 0 additions, 0 deletions...ages/backgrounds/topbar-in-workspace-background-right.png
- typo3/sysext/t3skin/images/backgrounds/topbar-in-workspace-background.gif 0 additions, 0 deletions...kin/images/backgrounds/topbar-in-workspace-background.gif
- typo3/sysext/workspaces/Classes/ExtDirect/WorkspaceSelectorToolbarItem.php 2 additions, 2 deletions...spaces/Classes/ExtDirect/WorkspaceSelectorToolbarItem.php
Please register or sign in to comment