From 651fa56c4f9aabc3ac2f0cd26f87ad0b56fd73d1 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 13 Feb 2025 22:32:16 +0900 Subject: [PATCH] Add close button to document manage popup #2478 --- modules/admin/tpl/css/admin.css | 10 ++++++++++ modules/document/tpl/checked_list.html | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index c2ade4493..c3a09a36a 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -338,6 +338,9 @@ body>.x, padding: 10px 15px; border-bottom: 1px solid #aaa; background-color: #78909C; + display: flex; + justify-content: space-between; + align-items: center; } .x .x_modal-header>h1, .x .x_modal-header>h2, @@ -347,6 +350,13 @@ body>.x, margin: 0; color: #fff; } +.x .x_modal-header>.close_window { + font-size: 20px; + font-weight: bold; + text-decoration: none; + color: #fff; + opacity: 0.5; +} .x .x_modal-body { overflow-y: visible; max-height: none; diff --git a/modules/document/tpl/checked_list.html b/modules/document/tpl/checked_list.html index b6fc7ac6f..bda080d0c 100644 --- a/modules/document/tpl/checked_list.html +++ b/modules/document/tpl/checked_list.html @@ -6,6 +6,7 @@

{$lang->cmd_manage_document}

+ ×
@@ -75,4 +76,4 @@ jQuery(function($){ doGetCategoryFromModule({$module_srl}); }); - \ No newline at end of file +