diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 01:35:27 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 01:35:27 +0200 |
| commit | 6a3237fe81f8fa7ef5a5c929b578df95bf1f58d8 (patch) | |
| tree | 76c0a3f2794ea0ffaa8bf19fa6cc00c9ffe5a5a2 | |
| parent | 5f6f272b433ffb1ec0bda2a5e6d64709c4ac6f33 (diff) | |
Remove unused classes and consolidate css rules
| -rw-r--r-- | app/views/nodes/_node_list.html.erb | 2 | ||||
| -rw-r--r-- | public/stylesheets/admin.css | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app/views/nodes/_node_list.html.erb b/app/views/nodes/_node_list.html.erb index 1a0c4797..03a8ddd5 100644 --- a/app/views/nodes/_node_list.html.erb +++ b/app/views/nodes/_node_list.html.erb | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | <table class="admin_table node_table"> | 7 | <table class="admin_table node_table"> |
| 8 | <tbody> | 8 | <tbody> |
| 9 | <% @nodes.each do |node| %> | 9 | <% @nodes.each do |node| %> |
| 10 | <tr class="<%= cycle("even", "odd") %>"> | 10 | <tr> |
| 11 | <td class="title"> | 11 | <td class="title"> |
| 12 | <div class="title_with_flags"> | 12 | <div class="title_with_flags"> |
| 13 | <span class="flag_stack"> | 13 | <span class="flag_stack"> |
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 85e89e13..d69a5e5c 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -117,7 +117,6 @@ summary:hover { | |||
| 117 | background-color: var(--surface-raised); | 117 | background-color: var(--surface-raised); |
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | input[type=password], | ||
| 121 | input[type=radio] { | 120 | input[type=radio] { |
| 122 | border: 1px solid var(--field-border); | 121 | border: 1px solid var(--field-border); |
| 123 | } | 122 | } |
| @@ -2162,6 +2161,7 @@ input#menu_item_title { | |||
| 2162 | 2161 | ||
| 2163 | #node_action_list td.node_action_body { | 2162 | #node_action_list td.node_action_body { |
| 2164 | border-bottom: 1px solid var(--hairline-faint); | 2163 | border-bottom: 1px solid var(--hairline-faint); |
| 2164 | vertical-align: top; | ||
| 2165 | } | 2165 | } |
| 2166 | 2166 | ||
| 2167 | #node_action_list td.node_action_time { | 2167 | #node_action_list td.node_action_time { |
| @@ -2181,10 +2181,6 @@ input#menu_item_title { | |||
| 2181 | margin-top: 0.2rem; | 2181 | margin-top: 0.2rem; |
| 2182 | } | 2182 | } |
| 2183 | 2183 | ||
| 2184 | #node_action_list td.node_action_body { | ||
| 2185 | vertical-align: top; | ||
| 2186 | } | ||
| 2187 | |||
| 2188 | .node_action_inferred { | 2184 | .node_action_inferred { |
| 2189 | opacity: 0.5; | 2185 | opacity: 0.5; |
| 2190 | font-size: smaller; | 2186 | font-size: smaller; |
