Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into pageattributes

This commit is contained in:
Silke Pisulla 2017-04-13 13:37:09 +02:00
commit d160b7e7bb
12 changed files with 291 additions and 64 deletions

View file

@ -95,8 +95,25 @@
}
}
.dokuwiki .struct_inlineditor {
z-index: 3;
/* + + + + + struct inline-editor + + + + + */
.dokuwiki {
.struct_inlineditor {
z-index: 3;
box-shadow: @box-shadow-bottom;
.hint p {
color: @color-editBox;
margin-top: @small-spacing;
margin-bottom: @margin-small;
}
button[type="submit"] + button {
min-height: @formfield_min-height;
vertical-align: middle;
margin-left: @small-spacing;
}
}
}