cleaned up css a bit

This commit is contained in:
hyung-hwan 2015-04-17 08:03:12 +00:00
parent 7a6a37895e
commit cc358baa17
4 changed files with 39 additions and 59 deletions

View File

@ -200,7 +200,7 @@ $this->load->view (
<div class="mainarea" id="project_catalog_mainarea">
<div id="project_catalog_mainarea_search_form">
<div>
<div id="project_catalog_mainarea_search_form_header">
<span><?php print $this->lang->line('Filters'); ?></span>
<span id="project_catalog_mainarea_total_projects_holder"><?php printf ('%s: <span id="project_catalog_mainarea_total_projects">%d</span>', $this->lang->line('PROJECT_LABEL_TOTAL_PROJECTS'), $total_num_projects); ?></span>
</div>

View File

@ -618,19 +618,6 @@ pre.prettyprint li.L9 { background: #eee }
box-shadow: 0 8px 6px -6px #777;*/
}
.content .sidebar .user_icon_img {
height: 2em;
width: 2em;
vertical-align: middle;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.content .sidebar .boxtitle {
/* title of an infobox */
font-weight:bold;
@ -656,6 +643,41 @@ pre.prettyprint li.L9 { background: #eee }
color: #8899CC;
}
.content .sidebar .collapsible-box {
margin-bottom: 1em;
padding-left: 0.5em;
}
.content .sidebar .collapsible-box-header {
background: #E5ECF9 none repeat scroll 0 0;
border: #D4DBE8 1px solid;
color: #1C94C4;
}
.content .sidebar .collapsible-box-list {
padding-left: 1.8em;
margin-left: 0;
line-height: 1.5em;
}
.content .sidebar .collapsible-box-table {
line-height: 1.5em;
border-collapse: collapse;
}
.content .sidebar .user_icon_img {
height: 2em;
width: 2em;
vertical-align: middle;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.content .sidebar ul {
margin: 0.2em 0 0.2em 0.5em;
padding: 0.2em 0 0.2em 1em;

View File

@ -6,28 +6,6 @@
* project home view
*-----------------------------------------------*/
#project_home_sidebar .collapsible-box {
margin-bottom: 1em;
padding-left: 0.5em;
}
#project_home_sidebar .collapsible-box-header {
background: #E5ECF9 none repeat scroll 0 0;
border: #D4DBE8 1px solid;
color: #1C94C4;
}
#project_home_sidebar .collapsible-box-list {
padding-left: 1.8em;
margin-left: 0;
line-height: 1.5em;
}
#project_home_sidebar .collapsible-box-table {
line-height: 1.5em;
border-collapse: collapse;
}
#project_home_sidebar_log_all_button {
color: #1C94C4;
}
@ -105,10 +83,12 @@
margin-top: 1em;
}
#project_catalog_mainarea_search_form .ui-accordion-header {
/*#project_catalog_mainarea_search_form .ui-accordion-header {*/
#project_catalog_mainarea_search_form_header {
/* trying to emulate infostrip with the header of a jquery-ui's accordion widget */
background: #E5ECF9 none repeat scroll 0 0;
border: #D4DBE8 1px solid;
color: #1C94C4;
}
#project_catalog_mainarea_search_form form {

View File

@ -3,28 +3,6 @@
*-----------------------------------------------*/
#site_home_sidebar {
width: 24em;
padding-left: 0.5em;
}
#site_home_sidebar .collapsible-box {
margin-bottom: 1em;
}
#site_home_sidebar .collapsible-box-header {
background: #E5ECF9 none repeat scroll 0 0;
border: #D4DBE8 1px solid;
color: #1C94C4;
}
#site_home_sidebar .collapsible-box-list {
padding-left: 1.8em;
margin-left: 0;
line-height: 1.5em;
}
#site_home_sidebar .collapsible-box-table {
line-height: 1.5em;
border-collapse: collapse;
}
#site_home_sidebar_log_all_button {