MediaWiki:Common.css: Difference between revisions
Appearance
>Kypho Blanked the page |
>Kypho |
||
| Line 1: | Line 1: | ||
/* Spike Wiki – Page Forms polish */ | |||
.pfwrap { max-width: 920px; } | |||
.formtable { width:100%; table-layout:fixed; border-collapse:separate; border-spacing:10px 8px; } | |||
.formtable th { width: 200px; text-align:left; white-space:nowrap; color:#475569; font-weight:600; } | |||
.formtable td input[type="text"], | |||
.formtable td input[type="number"], | |||
.formtable td input[type="date"] { width: 100%; max-width: 360px; } | |||
.pf-inline { display:inline-flex; align-items:center; gap:8px; } | |||
Revision as of 22:58, 14 September 2025
/* Spike Wiki – Page Forms polish */
.pfwrap { max-width: 920px; }
.formtable { width:100%; table-layout:fixed; border-collapse:separate; border-spacing:10px 8px; }
.formtable th { width: 200px; text-align:left; white-space:nowrap; color:#475569; font-weight:600; }
.formtable td input[type="text"],
.formtable td input[type="number"],
.formtable td input[type="date"] { width: 100%; max-width: 360px; }
.pf-inline { display:inline-flex; align-items:center; gap:8px; }