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

Commit

Permalink
Vertically align the modal dialog close buttons within the header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Wehrman committed May 21, 2013
1 parent bf198f0 commit f4b7765
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/ewf-brackets.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
*
*/

.edge-web-fonts-browse-dialog .modal-header .close,
.edge-web-fonts-include-dialog .modal-header .close,
.edge-web-fonts-howto-dialog .modal-header .close {
margin-top: 0px;
line-height: 40px;
}

.edge-web-fonts-browse-dialog .modal-body,
.edge-web-fonts-browse-dialog .modal-header {
width: 505px;
Expand Down

0 comments on commit f4b7765

Please sign in to comment.