MediaWiki:Gadget-cosmostweaks.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
} | } | ||
/* Navtab things */ | /* Navtab things */ | ||
.article-table-wrapper table.mobile-navtab tr > td, | |||
.article-table-wrapper tr > th { | |||
max-width:100% | |||
} | |||
table.mobile-navtab { | |||
margin:10px 0 | |||
} | |||
.mobile-navtab td { | |||
padding:0 !important; | |||
border:0 !important; | |||
width:100% | |||
} | |||
.mobile-navtab tr { | |||
display:flex; | |||
align-items:stretch; | |||
justify-content:center; | |||
border-bottom: 2px solid var(--footer-color); | |||
} | |||
.article-table-wrapper .mobile-navtab tr > td:not(:last-child) { | |||
border:0 | |||
} | |||
.navtab a, .navtab .new { | .navtab a, .navtab .new { | ||
font-weight: bold; | font-weight: bold; | ||