mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-10 01:35:13 +00:00
Merge pull request #663 from ericguirbal/fix661
Fix a whitespace issue in aggregation table
This commit is contained in:
14
print.less
14
print.less
@ -20,3 +20,17 @@
|
||||
.dokuwiki .struct_entry_form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dokuwiki .structaggregation {
|
||||
&.structaggregationtable, &.structaggregationeditortable {
|
||||
table.inline td {
|
||||
& > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
& > *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -334,6 +334,13 @@ form.struct_newschema {
|
||||
|
||||
.dokuwiki .structaggregation {
|
||||
|
||||
&.structaggregationtable,
|
||||
&.structaggregationeditortable {
|
||||
table.inline td > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.structaggregationlist > ul li div {
|
||||
display: inline;
|
||||
|
||||
|
Reference in New Issue
Block a user