From 13f5c2dc61eb69b8dd56b702d64aff0fcf5a540d Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 27 May 2022 15:39:29 +0000 Subject: [PATCH] touched up site.css for the site search view --- codepot/src/codepot/views/site_search.php | 2 +- codepot/src/css/site.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/site_search.php b/codepot/src/codepot/views/site_search.php index a3b29d23..0937aa02 100644 --- a/codepot/src/codepot/views/site_search.php +++ b/codepot/src/codepot/views/site_search.php @@ -7,7 +7,7 @@ - + diff --git a/codepot/src/css/site.css b/codepot/src/css/site.css index 4c0cac3c..c783eab1 100644 --- a/codepot/src/css/site.css +++ b/codepot/src/css/site.css @@ -71,3 +71,21 @@ width: 100%; } + +/*----------------------------------------------- + * site search view + *-----------------------------------------------*/ +#site_search_mainarea_result_list { + list-style: none; + padding-left: 1em; +} + +#site_search_mainarea_result_list li { + padding-top: 5px; + padding-bottom: 5px; +} + +#site_search_mainarea_result_list li div { + padding-left: 0.5em; +} +