Insert space between buttons and window bottom
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -378,11 +378,10 @@ public class CommonDialogWindow extends Window implements Serializable {
|
||||
buttonsLayout = new HorizontalLayout();
|
||||
buttonsLayout.setSizeFull();
|
||||
buttonsLayout.setSpacing(true);
|
||||
buttonsLayout.addStyleName("actionButtonsMargin");
|
||||
|
||||
createSaveButton();
|
||||
|
||||
createCancelButton();
|
||||
buttonsLayout.addStyleName("actionButtonsMargin");
|
||||
|
||||
addHelpLink();
|
||||
|
||||
|
||||
@@ -56,4 +56,5 @@
|
||||
.marginTop {
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -164,5 +164,6 @@
|
||||
|
||||
.actionButtonsMargin {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user