diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 00:42:54 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 00:42:54 +0200 |
| commit | c810d1aa93a267dd8fcf8984c5d0b125629efa31 (patch) | |
| tree | b0dc135931390738b8965a47d33ba3b5dd16f251 /public | |
| parent | 855fc9c9c85720b5e0c6b9086083165492e2a864 (diff) | |
Cutover to new Recent Changes widget
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c1273c6..0aa22f8 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1499,6 +1499,14 @@ div#image_browser ul li { | |||
| 1499 | Action log | 1499 | Action log |
| 1500 | ============================================================ */ | 1500 | ============================================================ */ |
| 1501 | 1501 | ||
| 1502 | #dashboard_widget td.node_action_time { | ||
| 1503 | white-space: wrap; | ||
| 1504 | } | ||
| 1505 | |||
| 1506 | #node_action_list td.node_action_body { | ||
| 1507 | border-bottom: 1px solid #f1f1f1; | ||
| 1508 | } | ||
| 1509 | |||
| 1502 | #node_action_list td.node_action_time { | 1510 | #node_action_list td.node_action_time { |
| 1503 | white-space: nowrap; | 1511 | white-space: nowrap; |
| 1504 | vertical-align: top; | 1512 | vertical-align: top; |
