dokuwiki-template-sprintdoc.../css/plugins/edit.less
Michael Große cb434127c7
💄 Remove unneccesary(?) color definition for the edit area
This caused problems with the WYSIWYG editor which expects to styles of the wiki to apply in the
edit-area as well
2018-06-04 17:45:42 +02:00

75 lines
1.7 KiB
Text

/**
* This file provides styles for the edit view (?do=edit), preview
* and "section edit button" and "editbutton_table edit button".
*/
/* + + + + + edit view + + + + + */
#dokuwiki__content {
div.section_highlight {
clear: right;
background: repeating-linear-gradient(
-45deg,
@highlight-odd-ini_text,
@highlight-odd-ini_text 10px,
@highlight-even-ini_text 10px,
@highlight-even-ini_text 20px,
);
border-color: @ini_background_page_header;
padding-top: 0 !important; // heredity
}
// "section edit button" and "editbutton_table edit button"
.secedit button {
clear: both;
font-size: 100%;
margin-top: .5rem;
margin-bottom: .5rem;
}
div.editBox {
background-color: #FFF;
border: solid 2px #FFF;
.editButtons {
display: inline-block;
padding-bottom: 1rem;
}
@media @screen_max-xs {
div.summary {
label[for=edit__summary] {
white-space: normal;
display: block;
width: 100%;
span {
display: inline-block;
padding-bottom: .4rem;
}
input#edit__summary{
max-width: 100%;
box-sizing: border-box;
}
}
}
}
}
}
.mode_edit {
.content {
.msg-area {
display: block;
margin-bottom: 1.5rem;
clear: both;
}
#spr__meta-box {
display: none;
}
}
}