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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue