Skip to content
Snippets Groups Projects
Commit 85629aa0 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 60f1cb75 fbde788b
No related branches found
No related tags found
No related merge requests found
from flask_wtf import FlaskForm
from werkzeug.utils import secure_filename
from wtforms import (FileField, StringField, SubmitField,
ValidationError, IntegerField, SelectField, TextAreaField)
from wtforms.validators import DataRequired, Length
......
......@@ -28,6 +28,10 @@ main {
padding-left: 300px;
}
.modal {
left: 300px;
}
.navbar-fixed > nav {
width: calc(100% - 300px)
}
......
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