Created attachment 788457 [details] Welcome screen without background image Description of problem: SSIA. Version-Release number of selected component (if applicable): ER1 Steps to Reproduce: 1. Open http://localhost:8080/business-central/ 2. Drag window border until its width drops below ~1265 px Actual results: Background image disappears. Expected results: It should stay there no matter the window size. Either resized or cropped. Additional info:
Fixed styling. Commits on branding.2013.09.04: https://github.com/jboss-integration/dashboard-builder/commit/38325327f7d4af02e611dd61fc1cae7b73d64ee8 is modified de file login-screen.css, specifically the line: @media (screen 1280px){ #rcue-login-screen { background-size: 100% auto; } } by #rcue-login-screen { background-size: 100% auto; }
The same fix should be applied for kie-wb and drools-wb webapps. It's unclear whether this has been applied to the branding branch of both as well.
Fixed image resizing and some styles. Commit: https://github.com/jboss-integration/kie-wb-distributions/commit/617db02071978c3a8ff6e9de9ebf4191b664fe73
Fixed in ER4.