Change admin css

This commit is contained in:
cuom1999 2023-10-15 18:19:56 -05:00
parent edb0bf30d8
commit eb6fd48e21
4 changed files with 13 additions and 17 deletions

View file

@ -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"]

View file

@ -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

View file

@ -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 {