[fix] Modal popup should be over pacman.

This commit is contained in:
opi 2014-11-28 09:36:04 +01:00
parent 251d45b7f8
commit 424cd812d5
2 changed files with 11 additions and 10 deletions

View file

@ -41,7 +41,7 @@ a[class*="fa-"]:hover {text-decoration:none;}
*/ */
html, body { html, body {
width:100%; width:100%;
} }
html { html {
/* Force vertical scrollbar to prevent centering jumps. */ /* Force vertical scrollbar to prevent centering jumps. */
@ -95,7 +95,7 @@ body {
color: transparent; color: transparent;
} }
/* /*
* The top heading of the doc * The top heading of the doc
* *
*/ */
@ -143,13 +143,13 @@ body {
left: 0px; left: 0px;
} }
} }
} }
.logout-button { .logout-button {
.make-xs-column(2); .make-xs-column(2);
.make-xs-column-offset(8); .make-xs-column-offset(8);
.btn; .btn;
.btn-link; .btn-link;
text-align: right; text-align: right;
a.fa-sign-out { a.fa-sign-out {
@ -164,7 +164,7 @@ body {
} }
} }
/* /*
* The “slider” * The “slider”
* *
*/ */
@ -191,7 +191,7 @@ body {
.block; .block;
} }
/* /*
* The main part of the app * The main part of the app
* *
*/ */
@ -204,7 +204,7 @@ body {
} }
/* /*
* The pop up dialog * The pop up dialog
* *
*/ */
@ -212,6 +212,7 @@ body {
#modal { #modal {
.modal; .modal;
.fade; .fade;
z-index: 2001; // more than pacman
overflow-y: auto; overflow-y: auto;
& > div { & > div {
@ -255,8 +256,8 @@ body {
} }
/* /*
* Various styles * Various styles
* *
*/ */

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long