BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Upload Wizard: Info messages hidden under header #287

Closed geofranzi closed 5 years ago

geofranzi commented 5 years ago

After the change of the header (https://github.com/BEXIS2/Core/issues/142) the layout of the upload wizard does not fit anymore and is somehow hidden.

one possible solution in Console/BExIS.Web.Shell/Themes/Default/Styles/wizard.css

add:

.uploadWizardStep {
    display: flex;
}

and remove all

 width: 45%;
 position: absolute;

from all elements.

DavidBlaa commented 5 years ago

test case is in the test quality tool