merge jde_bar_search and bar_search branch
This commit is contained in:
parent
3bd1b21aee
commit
5671e6e5e8
19 changed files with 333 additions and 111 deletions
43
css/plugins/edit.less
Normal file
43
css/plugins/edit.less
Normal file
|
@ -0,0 +1,43 @@
|
|||
/**
|
||||
* This file provides styles for the edit view (?do=edit), preview
|
||||
* and section edit buttons.
|
||||
*/
|
||||
/* + + + + + edit view + + + + + */
|
||||
.dokuwiki {
|
||||
div.section_highlight {
|
||||
clear: right;
|
||||
}
|
||||
.secedit button {
|
||||
clear: both;
|
||||
font-size: 100%;
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
div.editbutton_table form div.no {
|
||||
button,
|
||||
input.button {
|
||||
border-top: solid 1px @button_background;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.editBox {
|
||||
.editButtons {
|
||||
display: inline-block;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.mode_edit {
|
||||
.content {
|
||||
.msg-area {
|
||||
display: block;
|
||||
margin-bottom: 1.5rem;
|
||||
clear: both;
|
||||
}
|
||||
#meta-box {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue