Admin: Use Bootstrap 3

This commit is contained in:
František Zatloukal 2020-01-29 23:04:38 +01:00
commit 27b34c1c12
3 changed files with 1 additions and 9 deletions

View file

@ -42,6 +42,7 @@ class AdminIndexViewSqla(flask_admin.AdminIndexView):
admin = flask_admin.Admin(app, 'Blocker Bug Tracking Admin',
base_template='admin_layout.html',
template_mode='bootstrap3',
index_view=AdminIndexViewSqla())

View file

@ -1,8 +1,3 @@
/* line 1, ../../../sass/admin_layout.scss */
input {
width: 530px;
}
/* line 5, ../../../sass/admin_layout.scss */
.select2-container {
width: 545px !important;

View file

@ -1,7 +1,3 @@
input {
width: 530px;
}
.select2-container {
width: 545px !important;
}