Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
(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;
}
}