Skip to content
Snippets Groups Projects
Commit e59bdbc4 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Improved: Hat jetzt eine Überschrift

parent d5949c83
No related branches found
No related tags found
5 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign,!1116Improved: Hat jetzt eine Überschrift
...@@ -117,6 +117,7 @@ Results.prototype.updateResultPageInterface = function () { ...@@ -117,6 +117,7 @@ Results.prototype.updateResultPageInterface = function () {
// If there is no savedFoki element yet, create it // If there is no savedFoki element yet, create it
var tabPanel = $('\ var tabPanel = $('\
<div id="savedFoki">\ <div id="savedFoki">\
<h1>Gespeicherte Ergebnisse</h1>\
</div>\ </div>\
'); ');
$('#additions-container').append(tabPanel); $('#additions-container').append(tabPanel);
......
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
padding-top: 50px; padding-top: 50px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
h1 {
text-align: center;
font-size: 24px;
}
#saver-options { #saver-options {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment