diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 17:52:08 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 17:52:08 +0200 |
| commit | da5bb5788802c725f9f14b72e6a54c6c38ea5e0a (patch) | |
| tree | 0899d99ca83dcc89f0f45dfd84af6ae46328cfa4 /public | |
| parent | ea3f24f7376b1eb79b461d25765ed355278d700e (diff) | |
Retire recent changes widget, replace with action log
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 128933b..82963dd 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1502,14 +1502,14 @@ div#image_browser ul li { | |||
| 1502 | Action log | 1502 | Action log |
| 1503 | ============================================================ */ | 1503 | ============================================================ */ |
| 1504 | 1504 | ||
| 1505 | #dashboard_widget td.node_action_time { | ||
| 1506 | white-space: wrap; | ||
| 1507 | } | ||
| 1508 | |||
| 1509 | #node_action_list td.node_action_body { | 1505 | #node_action_list td.node_action_body { |
| 1510 | border-bottom: 1px solid #f1f1f1; | 1506 | border-bottom: 1px solid #f1f1f1; |
| 1511 | } | 1507 | } |
| 1512 | 1508 | ||
| 1509 | .dashboard_widget .node_action_time span { | ||
| 1510 | display: block; | ||
| 1511 | } | ||
| 1512 | |||
| 1513 | #node_action_list td.node_action_time { | 1513 | #node_action_list td.node_action_time { |
| 1514 | white-space: nowrap; | 1514 | white-space: nowrap; |
| 1515 | vertical-align: top; | 1515 | vertical-align: top; |
