Skip to content

Commit

Permalink
fix for #180
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed May 18, 2015
1 parent be6b427 commit 8c43a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
position: relative;
width: auto;
margin: 52px+10px 10px 10px 10px;
z-index:10000;
}

// Actual modal
Expand Down
4 changes: 3 additions & 1 deletion src/www/themes/opnsense/build/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4809,7 +4809,9 @@ button.close {
.modal-dialog {
position: relative;
width: auto;
margin: 62px 10px 10px 10px; }
margin: 62px 10px 10px 10px;
z-index:10000;
}

.modal-content {
position: relative;
Expand Down

0 comments on commit 8c43a73

Please sign in to comment.