SPR-742: wiki icons, table in content, edit button, tabinclude
This commit is contained in:
parent
e0f14d54bb
commit
146c8265e6
6 changed files with 30 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* + + + + + edit view + + + + + */
|
||||
|
||||
.dokuwiki {
|
||||
#dokuwiki__content {
|
||||
div.section_highlight {
|
||||
clear: right;
|
||||
}
|
||||
|
@ -18,24 +18,21 @@
|
|||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
#dokuwiki__content div.editbutton_table {
|
||||
float: left;
|
||||
div.editBox {
|
||||
background-color: #FFF;
|
||||
|
||||
form div.no {
|
||||
button,
|
||||
input.button {
|
||||
border-top: solid 1px @ini_button_background;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.editBox {
|
||||
.editButtons {
|
||||
display: inline-block;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
* {
|
||||
&:not(button) {
|
||||
color: @color-editBox;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ div#dwpl-ti-container {
|
|||
position: relative;
|
||||
z-index: 0;
|
||||
overflow: auto;
|
||||
box-shadow: @box-shadow-offset;
|
||||
box-shadow: @box-shadow;
|
||||
background-color: @ini_background_content;
|
||||
border: solid 1px @ini_border;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue