NDOJ/resources/wpadmin/css/wpadmin.site.css

80 lines
1.5 KiB
CSS
Raw Normal View History

2020-01-21 06:35:58 +00:00
.select2-selection ul li {
list-style-type: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
line-height: unset !important;
}
.wmd-wrapper {
padding-top: 2em;
}
.wmd-wrapper ul.wmd-button-row {
margin-left: 0;
}
.wmd-input {
width: 100% !important;
}
#content input.select2-search__field {
border: none;
box-shadow: none !important;
}
2023-10-15 23:31:30 +00:00
#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-left: 0;
padding-right: 0;
font-size: inherit;
}
#content .content-description h5 {
letter-spacing: initial;
text-transform: initial;
}
#content .content-description ul,
#content .content-description ol {
margin-left: 0;
margin-right: 0;
}
2020-01-21 06:35:58 +00:00
#content .content-description ul,
#content .content-description ol {
2023-10-15 23:19:56 +00:00
margin-left: 0;
margin-right: 0;
2020-01-21 06:35:58 +00:00
}
#content .content-description li {
list-style-type: inherit;
}
select[id^=id_contest_problems] {
width: 20em !important;
}
2021-05-24 20:00:36 +00:00
select#id_authors.django-select2,
select#id_curators.django-select2,
select#id_testers.django-select2,
2020-01-21 06:35:58 +00:00
select#id_organizations.django-select2,
select#id_tags.django-select2 {
width: 20em;
}
@media (max-width: 780px) {
#content .vLargeTextField {
max-width: unset;
}
}
.dmmd-preview-update {
position: sticky;
top: 38px;
}