From a3f37c075e65603f124396d7d7e346655e371232 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 28 Nov 2022 09:20:06 -0700 Subject: [PATCH] Fix category name indenting in category list --- admin/templates/default/categories.index.xet | 46 ++++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/admin/templates/default/categories.index.xet b/admin/templates/default/categories.index.xet index 9cc550b5a2..45c14e033a 100644 --- a/admin/templates/default/categories.index.xet +++ b/admin/templates/default/categories.index.xet @@ -31,7 +31,7 @@ - + @@ -74,28 +74,28 @@ - .level0 { font-weight: bold; } - -.action_popup { - position: fixed; - top: 200px; - left: 450px; - width: 76ex; - z-index: 20000; - display: none; - border-collapse:collapse; - border-spacing:0px -} -.action_popup-content { - display:block; - padding:2ex; - color:#666666; - margin: -2px -1px 0px -2px; -} -.action_popup > table { - width: 100% -} -.action_popup .promptheader { + .level0 { font-weight: bold; } + .level_spacer { flex: 0 0 auto;} + .action_popup { + position: fixed; + top: 200px; + left: 450px; + width: 76ex; + z-index: 20000; + display: none; + border-collapse:collapse; + border-spacing:0px + } + .action_popup-content { + display:block; + padding:2ex; + color:#666666; + margin: -2px -1px 0px -2px; + } + .action_popup > table { + width: 100% + } + .action_popup .promptheader { padding: 1ex; width: 100% }