summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css37
1 files changed, 2 insertions, 35 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 83acf449..a470032a 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -585,9 +585,8 @@ form.button_to svg {
585 585
586/* Generic fallback header row. Shadowed by table.node_table's own 586/* Generic fallback header row. Shadowed by table.node_table's own
587 tr.header (2rem) and duplicated (same values) by table#revisions's 587 tr.header (2rem) and duplicated (same values) by table#revisions's
588 own tr.header below. Applies as-is to #menu_item_list, 588 own tr.header below. Applies as-is to #menu_item_list, and
589 div#draft_list table, and table.user_table, none of which define 589 table.user_table, none of which define their own tr.header. */
590 their own tr.header. */
591table tr.header { 590table tr.header {
592 height: 20px; 591 height: 20px;
593 text-align: left; 592 text-align: left;
@@ -1171,38 +1170,6 @@ input#menu_item_title {
1171 Draft list (dashboard widget) 1170 Draft list (dashboard widget)
1172 ============================================================ */ 1171 ============================================================ */
1173 1172
1174div#draft_list {
1175 border: 1px solid var(--text);
1176 padding: 5px;
1177 overflow: auto;
1178 height: 300px;
1179}
1180
1181div#draft_list table {
1182 border-collapse: collapse;
1183}
1184
1185div#draft_list table tr.header:hover {
1186 background-color: var(--surface);
1187}
1188
1189div#draft_list table tr:hover {
1190 background-color: var(--surface-tint);
1191}
1192
1193div#draft_list table td.actions {
1194 text-transform: lowercase;
1195 white-space: nowrap;
1196}
1197
1198/* Layout only -- the at-rest visibility (wavy underline) for these
1199 links comes from the scoped rule in Base elements above. */
1200div#draft_list table td.actions a {
1201 letter-spacing: 1px;
1202 padding-left: 5px;
1203 padding-right: 5px;
1204}
1205
1206.search_results_list { 1173.search_results_list {
1207 list-style: none; 1174 list-style: none;
1208 margin: 0; 1175 margin: 0;