MediaWiki:Gadget-Citizenstuff.css: Difference between revisions
MediaWiki interface page
More actions
un-reset padding for plainlist |
.citizen-table-wrapper |
||
| Line 10: | Line 10: | ||
input.citizen-menu-checkbox-checkbox { | input.citizen-menu-checkbox-checkbox { | ||
display: none; | display: none; | ||
} | |||
/* | |||
tables seem to be wrapped by a div.citizen-table-wrapper | |||
this doesn't fit the content of the table so it pushes everything else down | |||
*/ | |||
.citizen-table-wrapper { | |||
overflow-x: auto; | |||
} | } | ||