mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a Help button to the bottom left of the Wizard framework
This commit is contained in:
committed by
Dave Page
parent
d8cbbae3a4
commit
47d7e24bb9
@@ -65,7 +65,8 @@
|
||||
}
|
||||
|
||||
.wizard-right-panel_content {
|
||||
height: calc(100% - 113px);
|
||||
height: calc(100% - 86px);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Wizard Footer CSS */
|
||||
@@ -82,6 +83,10 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pgadmin-wizard .footer .row {
|
||||
margin: 0 -6px 3px -6px;
|
||||
}
|
||||
|
||||
/* Wizard Button CSS */
|
||||
.pgadmin-wizard .wizard-buttons {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user