diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index b5b8707..c1273c6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1121,6 +1121,25 @@ div#draft_list table td.actions a { | |||
| 1121 | font-size: 0.9em; | 1121 | font-size: 0.9em; |
| 1122 | } | 1122 | } |
| 1123 | 1123 | ||
| 1124 | #recent_changes_full_list { | ||
| 1125 | list-style: none; | ||
| 1126 | padding: 0; | ||
| 1127 | margin: 0; | ||
| 1128 | } | ||
| 1129 | |||
| 1130 | #recent_changes_full_list li { | ||
| 1131 | padding: 0.75rem 0; | ||
| 1132 | border-bottom: 1px solid #eee; | ||
| 1133 | } | ||
| 1134 | |||
| 1135 | #recent_changes_full_list li:last-child { | ||
| 1136 | border-bottom: none; | ||
| 1137 | } | ||
| 1138 | |||
| 1139 | #recent_changes_full_list li > div { | ||
| 1140 | margin-bottom: 0.25rem; | ||
| 1141 | } | ||
| 1142 | |||
| 1124 | /* ============================================================ | 1143 | /* ============================================================ |
| 1125 | Search widgets | 1144 | Search widgets |
| 1126 | ============================================================ */ | 1145 | ============================================================ */ |
| @@ -1475,3 +1494,37 @@ div#image_browser ul li { | |||
| 1475 | gap: 8px; | 1494 | gap: 8px; |
| 1476 | flex-wrap: wrap; | 1495 | flex-wrap: wrap; |
| 1477 | } | 1496 | } |
| 1497 | |||
| 1498 | /* ============================================================ | ||
| 1499 | Action log | ||
| 1500 | ============================================================ */ | ||
| 1501 | |||
| 1502 | #node_action_list td.node_action_time { | ||
| 1503 | white-space: nowrap; | ||
| 1504 | vertical-align: top; | ||
| 1505 | font-family: monospace; | ||
| 1506 | font-size: 0.8em; | ||
| 1507 | color: #777; | ||
| 1508 | padding-right: 1em; | ||
| 1509 | } | ||
| 1510 | |||
| 1511 | #node_action_list td.node_action_body { | ||
| 1512 | vertical-align: top; | ||
| 1513 | } | ||
| 1514 | |||
| 1515 | .node_action_inferred { | ||
| 1516 | opacity: 0.5; | ||
| 1517 | font-size: smaller; | ||
| 1518 | margin-left: 0.5em; | ||
| 1519 | } | ||
| 1520 | |||
| 1521 | .node_action_zoom { | ||
| 1522 | font-size: smaller; | ||
| 1523 | margin-left: 0.5em; | ||
| 1524 | } | ||
| 1525 | |||
| 1526 | .node_action_details summary { | ||
| 1527 | cursor: pointer; | ||
| 1528 | font-size: smaller; | ||
| 1529 | color: #777; | ||
| 1530 | } | ||
