touched up site.css for the site search view

This commit is contained in:
hyung-hwan 2022-05-27 15:39:29 +00:00
parent 16dbaa1e13
commit 13f5c2dc61
2 changed files with 19 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<script type="text/javascript" src="<?php print base_url_make('/js/codepot.js')?>"></script>
<script type="text/javascript" src="<?php print base_url_make('/js/codepot.js')?>"></script>
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/common.css')?>" />
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/project.css')?>" />
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/site.css')?>" />
<link type="text/css" rel="stylesheet" href="<?php print base_url_make('/css/font-awesome.min.css')?>" />
<script type="text/javascript" src="<?php print base_url_make('/js/jquery.min.js')?>"></script>

View File

@ -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;
}