diff --git a/index.html b/index.html
index 26d9acf..239a5f9 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
+
@@ -41,7 +42,7 @@
{{name}}
-
+
{{#list_proposal ../article.children category=slug}}
{{#link title id}}{{/link}}
{{/list_proposal}}
diff --git a/js/main.js b/js/main.js
index 78ba37d..ffb238f 100644
--- a/js/main.js
+++ b/js/main.js
@@ -69,6 +69,7 @@ $.getJSON(noosferoAPI)
//Display Topics or Discussion by category
$('.proposal-category-items').hide();
$('#' + item).show();
+ $(".proposal-item").dotdotdot();
}
event.preventDefault();
});
diff --git a/sass/_proposal_categories.scss b/sass/_proposal_categories.scss
index b127e26..12570de 100644
--- a/sass/_proposal_categories.scss
+++ b/sass/_proposal_categories.scss
@@ -1,6 +1,6 @@
@import "utilities/variables";
-#proposal-categories{
+#proposal-categories {
background: #fff;
clear: both;
margin: 0;
@@ -77,7 +77,7 @@
.proposal-category-items .proposal-item {
width: 290px;
- min-height: 134px;
+ height: 134px;
margin: 10px;
background: #fff;
border-radius: 5px;
@@ -85,6 +85,13 @@
vertical-align: top;
}
+ .proposal-category-items {
+ text-align: left;
+ .proposal-list {
+ padding-left: 20px;
+ }
+ }
+
#proposal-categories-container {
display: inline;
width: auto;
--
libgit2 0.21.2