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