wrong float for edit button for table
This commit is contained in:
parent
d2177fbfc2
commit
ccfc6726be
1 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue