Markdown editor fixes (#1590)
Cette révision appartient à :
Parent
44e304977b
révision
102ff0efbc
1 fichiers modifiés avec 9 ajouts et 6 suppressions
|
@ -912,6 +912,15 @@ html, body {
|
|||
.upload-form-table .table-input-label {
|
||||
width: 23%;
|
||||
}
|
||||
.editor-toolbar.fullscreen {
|
||||
top: 57px;
|
||||
}
|
||||
.CodeMirror-fullscreen {
|
||||
top: 107px;
|
||||
}
|
||||
.editor-preview-side {
|
||||
top: 107px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 565px) {
|
||||
|
@ -1919,12 +1928,6 @@ p.upload-rules {
|
|||
.upload-form-table .table-input-label, .upload-form-table td label{
|
||||
vertical-align: top;
|
||||
}
|
||||
.upload-form-table .CodeMirror {
|
||||
font-weight: normal;
|
||||
}
|
||||
.upload-form-table .table-input {
|
||||
font-weight: bold;
|
||||
}
|
||||
.upload-form-table .table-checkboxes td {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket