Skip to content

Commit 9a69c39

Browse files
committed
fixing IE style issues
1 parent ac5f89e commit 9a69c39

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

quick-start/src/main/ui/app/harmonize-flow-options/harmonize-flow-options.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>Run Flow</h3>
1919
[(ngModel)]="settings.threadCount"></mdl-textfield>
2020
</div>
2121
</div>
22-
<div class="mdl-dialog__actions">
22+
<div>
2323
<mdl-button mdl-button-type="raised" mdl-colored="primary" mdl-ripple (click)="runHarmonize()">Run Harmonize</mdl-button>
2424
</div>
2525
</div>

quick-start/src/main/ui/app/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h3>Automatic Hub Update Failed!</h3>
251251
<div id="InstallerTab" class="tab-content" [hidden]="!tabs.Installer" *ngIf="currentEnvironment">
252252
<div layout="column" layout-align="center center">
253253
<div [hidden]="uninstalling || installing || currentEnvironment.installInfo.installed" layout="column" layout-align="center center">
254-
<div *ngIf="!currentEnvironment.installInfo.partiallyInstalled">
254+
<div style="width: 100%" *ngIf="!currentEnvironment.installInfo.partiallyInstalled">
255255
<h3>Installation Needed</h3>
256256
<p>In order to continue you must install the Data Hub Framework into
257257
MarkLogic server.

quick-start/src/main/ui/styles/_dialog.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@
2525

2626
.mdl-dialog__content {
2727
padding: 6px 24px 6px 24px;
28+
background-color: white;
29+
}
30+
31+
.mdl-dialog__actions {
32+
background-color: white;
2833
}

0 commit comments

Comments
 (0)