stable

Clone or download

Read-only

Platform banner VS Apps that compute their height

The following apps are computing their height according to the project banner. They should do the same with the platform banner: * document (drag n drop, quicklook position on scroll) * TTM (test exec list, test exec buttons visible) * taskboard (fixed column header on scroll) * kanban (add in place button) Bonus: When platform banner is closed, then the header buttons are back in place Part of story #14670: display a site wide banner (motd) Change-Id: I7fe5463fd77fff247554ebdf8d9181180c6f0a85

Modified Files

Name
M plugins/agiledashboard/themes/BurningParrot/css/_kanban.scss +18 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +8 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_dragndrop.scss +10 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_folder-content.scss +4 −0 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +18 −0 Go to diff View file
M plugins/taskboard/themes/includes/_header.scss +5 −1 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list.scss +18 −0 Go to diff View file
M src/common/layout/BaseLayout.php +14 −6 Go to diff View file
M src/scripts/platform/banner/platform-banner-show-hide.test.ts +9 −0 Go to diff View file
M src/scripts/platform/banner/platform-banner-show-hide.ts +3 −0 Go to diff View file
M src/scripts/tuleap/adjust-header-position-according-to-banners.test.ts +4 −4 Go to diff View file
M src/scripts/tuleap/adjust-header-position-according-to-banners.ts +7 −4 Go to diff View file
M src/themes/BurningParrot/css/includes/_global-variables.scss +3 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_header.scss +5 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +9 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-common.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/_background.scss +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −2 Go to diff View file