diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-19 01:14:07 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-19 01:14:07 +0200 |
| commit | 367079adfb6674cc6d71c162332674415bd1741c (patch) | |
| tree | 7487b368a07212f7364e0d667abf08add382fb61 /public | |
| parent | a8cf4bd01625ebd341d32ec735a4b885db4c8118 (diff) | |
Refine the action log's time column layout
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 05e47e7..4f62afa 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1510,19 +1510,23 @@ div#image_browser ul li { | |||
| 1510 | border-bottom: 1px solid #f1f1f1; | 1510 | border-bottom: 1px solid #f1f1f1; |
| 1511 | } | 1511 | } |
| 1512 | 1512 | ||
| 1513 | .dashboard_widget .node_action_time span { | ||
| 1514 | display: block; | ||
| 1515 | } | ||
| 1516 | |||
| 1517 | #node_action_list td.node_action_time { | 1513 | #node_action_list td.node_action_time { |
| 1518 | white-space: nowrap; | 1514 | white-space: nowrap; |
| 1519 | vertical-align: top; | 1515 | vertical-align: top; |
| 1520 | font-family: monospace; | ||
| 1521 | font-size: 0.8em; | 1516 | font-size: 0.8em; |
| 1522 | color: #777; | 1517 | color: #777; |
| 1523 | padding-right: 1em; | 1518 | padding-right: 1em; |
| 1524 | } | 1519 | } |
| 1525 | 1520 | ||
| 1521 | #node_action_list .node_action_date { | ||
| 1522 | display: block; | ||
| 1523 | } | ||
| 1524 | |||
| 1525 | #node_action_list .node_action_clock { | ||
| 1526 | float: right; | ||
| 1527 | margin-top: 0.2rem; | ||
| 1528 | } | ||
| 1529 | |||
| 1526 | #node_action_list td.node_action_body { | 1530 | #node_action_list td.node_action_body { |
| 1527 | vertical-align: top; | 1531 | vertical-align: top; |
| 1528 | } | 1532 | } |
| @@ -1547,7 +1551,7 @@ div#image_browser ul li { | |||
| 1547 | .node_action_icon { | 1551 | .node_action_icon { |
| 1548 | color: #777; | 1552 | color: #777; |
| 1549 | margin-right: 0.35em; | 1553 | margin-right: 0.35em; |
| 1550 | vertical-align: text-bottom; | 1554 | vertical-align: text-top; |
| 1551 | } | 1555 | } |
| 1552 | 1556 | ||
| 1553 | .revision_lifecycle { | 1557 | .revision_lifecycle { |
