[TASK] Unify backend filter styling
Improves the overall look and feel of the filters in various backend modules, thanks to the new bootstrap v5 grid. We can therefore now rely on flex-form instead of float technology. By using the `g-X` gutter classes and the `align-items-X` arrangement classes, we ensure the positioning and spacing is the same in each module. This allows to effectively remove the `form-inline-spaced` class since this can easily be done with flex-form and the mentioned classes in bootstrap v5. Adjustments done: * Use of flex-form to align and position form fields * Add missing labels and unify arrangement * Adjust size and position of form components * Unify select field size * Unify search field display * Unify submit and reset button styles Resolves: #94042 Resolves: #94026 Releases: master Change-Id: Iae95a3e90179c6708ce6e1f0f272f267b6cae645 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68926 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/component/_module.scss 0 additions, 4 deletionsBuild/Sources/Sass/component/_module.scss
- Build/Sources/Sass/typo3/_main_form.scss 0 additions, 15 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/LanguageColumns.html 2 additions, 2 deletions...esources/Private/Partials/PageLayout/LanguageColumns.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html 18 additions, 22 deletions...sext/belog/Resources/Private/Partials/Content/Filter.html
- typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser/Index.html 52 additions, 51 deletions...Resources/Private/Partials/Filters/BackendUser/Index.html
- typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html 5 additions, 4 deletions.../beuser/Resources/Private/Templates/Permission/Index.html
- typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php 1 addition, 1 deletion...re/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php
- typo3/sysext/extensionmanager/Resources/Private/Templates/List/Index.html 7 additions, 6 deletions...ensionmanager/Resources/Private/Templates/List/Index.html
- typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html 9 additions, 11 deletions...xtensionmanager/Resources/Private/Templates/List/Ter.html
- typo3/sysext/filelist/Resources/Private/Partials/SearchForm.html 10 additions, 8 deletions...ysext/filelist/Resources/Private/Partials/SearchForm.html
- typo3/sysext/indexed_search/Resources/Private/Language/locallang.xlf 6 additions, 0 deletions...t/indexed_search/Resources/Private/Language/locallang.xlf
- typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html 11 additions, 5 deletions...Resources/Private/Templates/Administration/Statistic.html
- typo3/sysext/info/Classes/Controller/PageInformationController.php 14 additions, 4 deletions...ext/info/Classes/Controller/PageInformationController.php
- typo3/sysext/info/Classes/Controller/TranslationStatusController.php 14 additions, 4 deletions...t/info/Classes/Controller/TranslationStatusController.php
- typo3/sysext/info/Resources/Private/Language/InfoPageTsConfig.xlf 3 additions, 0 deletions...sext/info/Resources/Private/Language/InfoPageTsConfig.xlf
- typo3/sysext/info/Resources/Private/Language/locallang_webinfo.xlf 9 additions, 0 deletions...ext/info/Resources/Private/Language/locallang_webinfo.xlf
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Menu.html 6 additions, 3 deletions...xt/info/Resources/Private/Partials/PageTsConfig/Menu.html
Please register or sign in to comment