diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 00:43:12 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 00:43:12 +0200 |
| commit | e26c0f3693b5a7c030f6280a26d05069aad0029a (patch) | |
| tree | 6db7bbc83df05648b64b735145189156454178b4 /public | |
| parent | 455d659ffbb0d12d75cc975fbe4cc24ce635ea3a (diff) | |
| parent | c810d1aa93a267dd8fcf8984c5d0b125629efa31 (diff) | |
Merge branch 'master' into erdgeist-modernize-autherdgeist-modernize-auth
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; |
