-
+
lang->line('Filters'); ?>
%d', $this->lang->line('PROJECT_LABEL_TOTAL_PROJECTS'), $total_num_projects); ?>
diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css
index b66cf36d..e9d086aa 100644
--- a/codepot/src/css/common.css
+++ b/codepot/src/css/common.css
@@ -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;
diff --git a/codepot/src/css/project.css b/codepot/src/css/project.css
index 58c7f7aa..76889824 100644
--- a/codepot/src/css/project.css
+++ b/codepot/src/css/project.css
@@ -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 {
diff --git a/codepot/src/css/site.css b/codepot/src/css/site.css
index 91b1efbd..ead44842 100644
--- a/codepot/src/css/site.css
+++ b/codepot/src/css/site.css
@@ -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 {