Port cor-title and add file check endpoint
Fix some FA5 regressions Fix uploading cert files Add fix some icons
This commit is contained in:
parent
b5f630ba29
commit
561522c6d3
24 changed files with 159 additions and 56 deletions
8
config_app/static/css/cor-option.css
Normal file
8
config_app/static/css/cor-option.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.cor-options-menu .fa-cog {
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.open .fa-cog {
|
||||
color: #428BCA;
|
||||
}
|
4
config_app/static/css/cor-title.css
Normal file
4
config_app/static/css/cor-title.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.cor-title {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
Reference in a new issue