MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 2,027:
.rt-status-validated { background: #e6f3ea; color: #137333; }
.rt-status-redo { background: #faf0dc; color: #8a5300; }
/* Datacheck review tables (namespace ns-3006) FIT the viewport — no horizontal scroll to reach the action
buttons. Override the col-* / fintable min-width floors (none are !important), switch to fixed layout,
wrap long aliases/comments, and un-freeze the sticky first column (nothing scrolls). Scoped to the
Datacheck namespace, so the public .fintable scroll behavior is unchanged everywhere else. */
.ns-3006 .wikitable { table-layout: fixed; }
.ns-3006 .wikitable th,
.ns-3006 .wikitable td {
min-width: 0 !important;
max-width: none !important;
white-space: normal !important;
overflow-wrap: anywhere;
word-break: break-word;
}
.ns-3006 .wikitable th:first-child,
.ns-3006 .wikitable td:first-child {
position: static !important;
box-shadow: none !important;
}
.rt-btn {
| |||