Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit c36dbcd

Browse files
author
Triangle717
committed
Move Cancel button to proper location, remove now unused CSS
1 parent 06218c5 commit c36dbcd

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

htmlContent/ewf-browse-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="dialog-title">{{PRODUCT_NAME}}</h1>
77
</div>
88
<div class="modal-footer">
99
<span class="ewf-terms-of-use">{{{TERMS_OF_USE}}}</span>
10-
<a href="#" class="dialog-button btn primary" data-button-id="ok">{{DIALOG_DONE}}</a>
1110
<a href="#" class="dialog-button btn" data-button-id="cancel">{{CANCEL}}</a>
11+
<a href="#" class="dialog-button btn primary" data-button-id="ok">{{DIALOG_DONE}}</a>
1212
</div>
1313
</div>

styles/ewf-brackets.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
*
2222
*/
2323

24-
.edge-web-fonts-browse-dialog .modal-header .close,
25-
.edge-web-fonts-include-dialog .modal-header .close,
26-
.edge-web-fonts-howto-dialog .modal-header .close {
27-
margin-top: 0px;
28-
line-height: 40px;
29-
}
30-
3124
.edge-web-fonts-browse-dialog .modal-body {
3225
width: 520px;
3326
padding: 15px 0 15px 15px;

0 commit comments

Comments
 (0)