mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
			
		||||
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)
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user