stable

Clone or download

Read-only

request #10531: Fix navbar UI inconsistencies

This fix: - In Burning Parrot: when you're not logged in, "Login" and "Create account" links are not as bold as "Help" link and have no icons in small resolution - In Flaming Parrot (login page for example): the margin-right of the logo is not the same between when you're logged in and when you're not logged in - Right side of the navbar is not displayed on the homepage - Search field is not the same between Burning and Flaming Parrot (fixed except the icon) - Join Tuleap Community icon has a different size between Burning and Flaming Parrot Plus: - Logo is no more resized depending on the viewport size (like in Burning Parrot) Change-Id: If46a69a74523d11b50c37959216ea96ceb277e88

Modified Files

Name
M src/www/themes/BurningParrot/Navbar/Presenter.php +5 −24 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +0 −5 Go to diff View file
M src/www/themes/BurningParrot/Navbar/UserNavPresenter.php +2 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar.scss +12 −15 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/navbar.mustache +5 −7 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +60 −86 Go to diff View file
D src/www/themes/FlamingParrot/images/organization_logo_medium.png +- −- Go to diff View file
M src/www/themes/FlamingParrot/templates/join-tuleap-community.mustache +2 −2 Go to diff View file