[BUGFIX] Adapt view related install tool details
With the install tool move to modals, various details on CSS level broke: The modal HTML is on top level in backend and thus not within the content-iframe, so styles defined in install.css loaded in the iframe do not kick in. Since the standalone install tool does not use iframes, there are various differences on view level between standalone and embedded-in-backend version, usually with the embedded version looking more ugly than standalone. The install.css is not very different from backend.css anyway, so we resolve various details with the patch, kick install.css entirely and rely soley on backend.css, even for the installer. Details: * <hr> shows a border again in modals in embedded, broken since modal patch * image processing view has borders and other details again in embedded verision, broken since modal patch * removed 'fixed save button location' for 'all configuration' code. This broke with the modal patch, the code does not do anything useful at the moment. A solution needs a change of the modal js to render the buttons to modal-footer instead. This is too complex for this patch and may be done with another patch. * A couple of classes to easily limit styles to installer and maintenance parts * Remove left overs from old install-tool menu approach that have not been cleanup up, yet. Resolves: #86245 Related: #84772 Releases: master Change-Id: I4d21677331112a48f84b0cf48a574999128a15b7 Reviewed-on: https://review.typo3.org/58269 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Gruntfile.js 0 additions, 8 deletionsBuild/Gruntfile.js
- Build/Resources/Public/Sass/install.scss 0 additions, 257 deletionsBuild/Resources/Public/Sass/install.scss
- Build/Resources/Public/Sass/typo3/_module_install.scss 82 additions, 0 deletionsBuild/Resources/Public/Sass/typo3/_module_install.scss
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/install/Resources/Private/Templates/Installer/Init.html 2 additions, 2 deletions...t/install/Resources/Private/Templates/Installer/Init.html
- typo3/sysext/install/Resources/Private/Templates/Layout/Init.html 2 additions, 2 deletions...sext/install/Resources/Private/Templates/Layout/Init.html
- typo3/sysext/install/Resources/Private/Templates/Layout/MainLayout.html 1 addition, 1 deletion...nstall/Resources/Private/Templates/Layout/MainLayout.html
- typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html 3 additions, 1 deletion...es/Private/Templates/Login/ShowEnableInstallToolFile.html
- typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html 1 addition, 3 deletions.../install/Resources/Private/Templates/Login/ShowLogin.html
- typo3/sysext/install/Resources/Private/Templates/Settings/LocalConfigurationGetContent.html 3 additions, 8 deletions...vate/Templates/Settings/LocalConfigurationGetContent.html
- typo3/sysext/install/Resources/Public/Css/install.css 0 additions, 13 deletionstypo3/sysext/install/Resources/Public/Css/install.css
- typo3/sysext/install/Resources/Public/JavaScript/Modules/LocalConfiguration.js 0 additions, 36 deletions...Resources/Public/JavaScript/Modules/LocalConfiguration.js
Please register or sign in to comment