Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
4740288c45 |
2
app.py
2
app.py
@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
|
|||||||
babel = Babel()
|
babel = Babel()
|
||||||
|
|
||||||
# Version der App
|
# Version der App
|
||||||
APP_VERSION = "1.4.5"
|
APP_VERSION = "1.4.6"
|
||||||
|
|
||||||
# HTML-Template wird jetzt aus templates/index.html geladen
|
# HTML-Template wird jetzt aus templates/index.html geladen
|
||||||
|
|
||||||
|
@@ -72,7 +72,7 @@ body {
|
|||||||
}
|
}
|
||||||
.help-button-container {
|
.help-button-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1.5em;
|
top: 1em;
|
||||||
right: 2em;
|
right: 2em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
@@ -521,7 +521,7 @@ button:focus, .accordion-header:focus {
|
|||||||
/* Sprachauswahl */
|
/* Sprachauswahl */
|
||||||
.language-selector {
|
.language-selector {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1.5em;
|
top: 1em;
|
||||||
left: 2em;
|
left: 2em;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user