Complete module overrides with showtitle for all Joomla core modules
New overrides: mod_articles_archive, mod_articles_categories, mod_banners, mod_languages, mod_random_image, mod_syndicate. Fix mod_stats: replace right-aligned badge layout with definition list (dl/dt/dd) for natural left-aligned display of stat labels and values. Add CSS for the stats definition list. All standard Joomla 5 site modules now have template overrides with showtitle support and BEM-style class names. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14594,6 +14594,23 @@ iframe {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
/* ── MODULE: Statistics ── */
|
||||
.mod-stats__list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mod-stats__label {
|
||||
font-weight: 600;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mod-stats__data {
|
||||
margin-left: 0;
|
||||
margin-bottom: .5rem;
|
||||
color: var(--body-font-color, #666);
|
||||
}
|
||||
|
||||
/* Article list modules */
|
||||
.mod-articles-latest__list,
|
||||
.mod-articles-popular__list,
|
||||
|
||||
Reference in New Issue
Block a user