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

Improved: Hat jetzt eine Überschrift

parent a55ae129
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -117,6 +117,7 @@ Results.prototype.updateResultPageInterface = function () {
// If there is no savedFoki element yet, create it
var tabPanel = $('\
<div id="savedFoki">\
<h1>Gespeicherte Ergebnisse</h1>\
</div>\
');
$('#additions-container').append(tabPanel);
......
......@@ -5,6 +5,10 @@
padding-top: 50px;
display: flex;
flex-direction: column;
h1 {
text-align: center;
font-size: 24px;
}
#saver-options {
display: flex;
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