touched up site.css for the site search view
This commit is contained in:
parent
16dbaa1e13
commit
13f5c2dc61
@ -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>
|
||||||
<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/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')?>" />
|
<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>
|
<script type="text/javascript" src="<?php print base_url_make('/js/jquery.min.js')?>"></script>
|
||||||
|
@ -71,3 +71,21 @@
|
|||||||
width: 100%;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user