Admin: Use Bootstrap 3
This commit is contained in:
parent
22985b55c7
commit
27b34c1c12
3 changed files with 1 additions and 9 deletions
|
|
@ -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())
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
/* line 1, ../../../sass/admin_layout.scss */
|
||||
input {
|
||||
width: 530px;
|
||||
}
|
||||
|
||||
/* line 5, ../../../sass/admin_layout.scss */
|
||||
.select2-container {
|
||||
width: 545px !important;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
input {
|
||||
width: 530px;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
width: 545px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue