diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2025-02-05 23:04:13 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2025-02-05 23:04:13 +0100 |
| commit | 8199b48ae5d31b008f10dff173352bd8ba2d8890 (patch) | |
| tree | 2b8b8b61ba2b136193fbcda37113347539294a59 /public/stylesheets/admin.css | |
| parent | d72edba966ba2b55697685f3711dbfcb38d9fbc8 (diff) | |
Enhance admin view by sitemap
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f95fa18..fbb8a3f 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -170,6 +170,10 @@ table.node_table .actions { | |||
| 170 | text-transform: lowercase; | 170 | text-transform: lowercase; |
| 171 | } | 171 | } |
| 172 | 172 | ||
| 173 | #admin_sitemap_table .node_id:before { | ||
| 174 | content: "• "; | ||
| 175 | } | ||
| 176 | |||
| 173 | /* Revisions */ | 177 | /* Revisions */ |
| 174 | 178 | ||
| 175 | table#revisions { | 179 | table#revisions { |
