mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Modal popup should be over pacman.
This commit is contained in:
parent
251d45b7f8
commit
424cd812d5
2 changed files with 11 additions and 10 deletions
|
@ -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
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue