Change admin css
This commit is contained in:
parent
edb0bf30d8
commit
eb6fd48e21
4 changed files with 13 additions and 17 deletions
|
@ -52,11 +52,11 @@ else:
|
|||
class Media:
|
||||
css = {
|
||||
"all": [
|
||||
"markdown.css",
|
||||
"pagedown_widget.css",
|
||||
"content-description.css",
|
||||
"admin/css/pagedown.css",
|
||||
"pagedown.css",
|
||||
"https://fonts.googleapis.com/css2?family=Fira+Code&family=Noto+Sans&display=swap",
|
||||
]
|
||||
}
|
||||
js = ["admin/js/pagedown.js"]
|
||||
|
|
|
@ -2,9 +2,12 @@
|
|||
padding-right: 15px !important;
|
||||
}
|
||||
|
||||
|
||||
.wmd-preview {
|
||||
margin-top: 15px;
|
||||
padding: 15px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.md-typeset, .wmd-input {
|
||||
line-height: 1.4em !important;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -18,20 +18,6 @@
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
#content .content-description h1,
|
||||
#content .content-description h2,
|
||||
#content .content-description h3,
|
||||
#content .content-description h4,
|
||||
#content .content-description h5,
|
||||
#content .content-description h6 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#content .content-description h5 {
|
||||
letter-spacing: initial;
|
||||
text-transform: initial;
|
||||
}
|
||||
|
||||
#content input.select2-search__field {
|
||||
border: none;
|
||||
box-shadow: none !important;
|
||||
|
@ -39,7 +25,8 @@
|
|||
|
||||
#content .content-description ul,
|
||||
#content .content-description ol {
|
||||
margin: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#content .content-description li {
|
||||
|
|
Loading…
Reference in a new issue