Skip to content

Commit

Permalink
fix missing footer for backup dialog (#3056)
Browse files Browse the repository at this point in the history
@MattIrv  Thanks for helping out
  • Loading branch information
alanrenmsft committed Oct 30, 2018
1 parent 5e964d2 commit 233156c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions src/sql/base/browser/ui/modal/media/modal.css
Expand Up @@ -66,14 +66,11 @@
}

.monaco-shell .modal.flyout-dialog .modal-body,
.monaco-shell .modal.flyout-dialog .angular-modal-body {
margin-bottom: auto;
height: 100%;
}

.monaco-shell .modal.flyout-dialog .angular-modal-body,
/* Style for body and footer in modal dialog. This should be applied to dialog created with angular component. */
.monaco-shell .modal.flyout-dialog .modal-body-and-footer {
height: 100%;
flex: 1 1;
overflow: hidden;
}

/* modl body content style(excluding dialogErrorMessage section) for angulr component dialog */
Expand All @@ -85,6 +82,8 @@

.modal.flyout-dialog .angular-form {
height: 100%;
display: flex;
flex-direction: column;
}

.modal.flyout-dialog .dialog-label {
Expand All @@ -105,10 +104,6 @@
padding-left: 4px;
}

.modal.flyout-dialog .modal-body {
overflow-y: auto;
}

.vs-dark.monaco-shell .modal.flyout-dialog .input {
background-color: #3C3C3C;
}
Expand Down Expand Up @@ -187,7 +182,6 @@

.modal.flyout-dialog .dialog-message-header {
overflow: hidden;
overflow-y: hidden;
display: flex;
flex-direction: row;
}
Expand Down
Expand Up @@ -17,7 +17,7 @@
}

.backup-dialog {
height: calc(100% - 15px)
height: 100%
}

.backup-dialog .advanced-main-header {
Expand Down

0 comments on commit 233156c

Please sign in to comment.