Commit a962a26
unknown
admin(typography): unify h1/h2/h3 to page-title scale + add Manage Courses title
Per project design convention: every admin page title — including h2
and h3 — renders at the same big page-title scale used by the grid
pages (Invoices / Transactions / Registrations / Search Terms /
Workflow Guides). Down-tiered headings would just produce visual
inconsistency since the admin has no semantic 'smaller heading'
level in its design system.
Two changes:
1. sidebar-nav.css — retune the global '.admin-main h1/h2/h3' block
so all three share:
font-size: 28px
font-weight: 700
color: var(--t1, #f1f5f9)
line-height: 1.2
margin: 0 0 24px
letter-spacing: 0
text-transform: none
text-shadow: none
h4/h5/h6 keep their compact metadata-label treatment (sizes
unchanged, line-height/margin re-asserted explicitly since the
consolidated block they used to inherit from no longer carries
them).
2. dashboard/index.phtml — Manage Courses panel (route
/dashboard/?panel=courses) had no page title at all. Add
<h1 class='dev-page-title'>Manage Courses</h1> at the top of
.dev-wrap so it picks up the unified title style above the
General Search row.1 parent b741ec6 commit a962a26
2 files changed
Lines changed: 40 additions & 12 deletions
File tree
- app/design/adminhtml/default/default/template/dashboard
- skin/adminhtml/default/default
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2380 | 2380 | | |
2381 | 2381 | | |
2382 | 2382 | | |
| 2383 | + | |
2383 | 2384 | | |
2384 | 2385 | | |
2385 | 2386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4843 | 4843 | | |
4844 | 4844 | | |
4845 | 4845 | | |
4846 | | - | |
4847 | 4846 | | |
4848 | | - | |
4849 | 4847 | | |
4850 | | - | |
4851 | | - | |
4852 | | - | |
4853 | | - | |
4854 | | - | |
4855 | | - | |
4856 | | - | |
| 4848 | + | |
| 4849 | + | |
| 4850 | + | |
| 4851 | + | |
| 4852 | + | |
| 4853 | + | |
| 4854 | + | |
| 4855 | + | |
| 4856 | + | |
| 4857 | + | |
| 4858 | + | |
| 4859 | + | |
| 4860 | + | |
| 4861 | + | |
| 4862 | + | |
| 4863 | + | |
4857 | 4864 | | |
4858 | | - | |
| 4865 | + | |
| 4866 | + | |
| 4867 | + | |
| 4868 | + | |
| 4869 | + | |
| 4870 | + | |
| 4871 | + | |
4859 | 4872 | | |
4860 | | - | |
| 4873 | + | |
| 4874 | + | |
| 4875 | + | |
| 4876 | + | |
| 4877 | + | |
| 4878 | + | |
| 4879 | + | |
| 4880 | + | |
4861 | 4881 | | |
4862 | | - | |
| 4882 | + | |
| 4883 | + | |
| 4884 | + | |
| 4885 | + | |
| 4886 | + | |
| 4887 | + | |
| 4888 | + | |
| 4889 | + | |
4863 | 4890 | | |
4864 | 4891 | | |
4865 | 4892 | | |
| |||
0 commit comments