wrong float for edit button for table

This commit is contained in:
Silke Pisulla 2017-02-10 13:34:03 +01:00
commit ccfc6726be

View file

@ -7,19 +7,26 @@
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;
#dokuwiki__content div.editbutton_table {
float: left;
form div.no {
button,
input.button {
border-top: solid 1px @button_background;
margin-top: 0;
}
}
}
.editBox {
.editButtons {
display: inline-block;
@ -36,6 +43,7 @@
margin-bottom: 1.5rem;
clear: both;
}
#meta-box {
display: none;
}