Add a Help button to the bottom left of the Wizard framework

This commit is contained in:
Surinder Kumar
2016-06-08 14:08:12 +01:00
committed by Dave Page
parent d8cbbae3a4
commit 47d7e24bb9
4 changed files with 55 additions and 23 deletions

View File

@@ -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;