Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c70eb8ec
Commit
c70eb8ec
authored
Dec 11, 2017
by
Karl Hasselbring
Browse files
Improved: Hat jetzt eine Überschrift
parent
a55ae129
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/js/result-saver.js
View file @
c70eb8ec
...
...
@@ -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
);
...
...
resources/assets/less/metager/result-saver.less
View file @
c70eb8ec
...
...
@@ -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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment