Make modals stay above footer; Bump version
This commit is contained in:
parent
1bb8ace20a
commit
b20c6703ef
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lexiconga",
|
"name": "lexiconga",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"description": "The quick and easy dictionary builder for constructed languages.",
|
"description": "The quick and easy dictionary builder for constructed languages.",
|
||||||
"main": "template-index.html",
|
"main": "template-index.html",
|
||||||
"repository": "https://github.com/Alamantus/Lexiconga.git",
|
"repository": "https://github.com/Alamantus/Lexiconga.git",
|
||||||
|
|
|
@ -134,7 +134,7 @@ switch ($view) {
|
||||||
oldLoad && oldLoad();
|
oldLoad && oldLoad();
|
||||||
if (UpUp) {
|
if (UpUp) {
|
||||||
UpUp.start({
|
UpUp.start({
|
||||||
'cache-version': '2.1.3',
|
'cache-version': '2.1.4',
|
||||||
'content-url': 'offline.html',
|
'content-url': 'offline.html',
|
||||||
'assets': [
|
'assets': [
|
||||||
\"" . implode('","', $files) . "\"
|
\"" . implode('","', $files) . "\"
|
||||||
|
|
|
@ -153,6 +153,7 @@ span .tag {
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
.modal-background {
|
.modal-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -347,7 +347,7 @@ $nav-font-height: 16px;
|
||||||
bottom: $general-padding;
|
bottom: $general-padding;
|
||||||
right: $general-padding;
|
right: $general-padding;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
z-index: 10;
|
z-index: 15;
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -23,13 +23,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal {
|
.modal .modal-content .close-button {
|
||||||
z-index: 10;
|
top: 5px;
|
||||||
|
right: 5px;
|
||||||
.modal-content .close-button {
|
|
||||||
top: 5px;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.split {
|
.split {
|
||||||
|
|
Loading…
Reference in New Issue