SPR-742: wiki icons, table in content, edit button, tabinclude

This commit is contained in:
Silke Pisulla 2017-04-03 13:30:34 +02:00
commit 146c8265e6
6 changed files with 30 additions and 23 deletions

View file

@ -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;
}
}
}
}

View file

@ -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;