mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
85629aa006
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user