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
genotoul-bioinfo
D-GENIES
Commits
b9cda54a
Commit
b9cda54a
authored
Jul 12, 2018
by
Floreal Cabanettes
Browse files
Fix style
parent
ec7b858f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/dgenies/static/css/dgenies.css
View file @
b9cda54a
...
...
@@ -465,6 +465,7 @@ div.navbar {
/* Run form: */
div
.inforun
{
display
:
inline-block
;
padding
:
10px
;
font-weight
:
bold
;
border
:
2px
solid
;
...
...
src/dgenies/static/css/dgenies.min.css
View file @
b9cda54a
This diff is collapsed.
Click to expand it.
src/dgenies/templates/run.html
View file @
b9cda54a
...
...
@@ -27,8 +27,10 @@
}
</style>
{% if inforun is not none %}
<div
class=
"inforun {{ inforun.type }}"
>
{{ inforun.message | safe }}
<div>
<div
class=
"inforun {{ inforun.type }}"
>
{{ inforun.message | safe }}
</div>
</div>
{% endif %}
<form
id=
"submit_minimap"
method=
post
action=
"#"
>
...
...
Write
Preview
Markdown
is supported
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