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

This commit is contained in:
Stephan Porada
2019-11-04 09:52:59 +01:00
2 changed files with 4 additions and 1 deletions
app
corpora
static

@ -1,5 +1,4 @@
from flask_wtf import FlaskForm from flask_wtf import FlaskForm
from werkzeug.utils import secure_filename
from wtforms import (FileField, StringField, SubmitField, from wtforms import (FileField, StringField, SubmitField,
ValidationError, IntegerField, SelectField, TextAreaField) ValidationError, IntegerField, SelectField, TextAreaField)
from wtforms.validators import DataRequired, Length from wtforms.validators import DataRequired, Length

@ -28,6 +28,10 @@ main {
padding-left: 300px; padding-left: 300px;
} }
.modal {
left: 300px;
}
.navbar-fixed > nav { .navbar-fixed > nav {
width: calc(100% - 300px) width: calc(100% - 300px)
} }