merge and commit small css change.
--- a/src/ldt/ldt/ldt_utils/templates/front/front_search_results.html Fri Feb 17 16:51:38 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_search_results.html Tue Feb 21 12:13:11 2012 +0100
@@ -78,7 +78,7 @@
<li class="li_result_media">
<div class="titre_result_media">
<div class="h3_result_media">
- <h3>{% if res.content.title|length > 20 %}{{res.content.title|capfirst|slice:"20"}}...{% else %}{{res.content.title}}{% endif %}</h3>
+ <h3>{{res.content.title}}</h3>
</div>
<div class="duree_result_media">
<p>{{res.content.duration|str_duration:"::" }}</p>
--- a/src/ldt/ldt/static/ldt/css/front_search.css Fri Feb 17 16:51:38 2012 +0100
+++ b/src/ldt/ldt/static/ldt/css/front_search.css Tue Feb 21 12:13:11 2012 +0100
@@ -51,7 +51,7 @@
}
.h3_result_media h3 {
- font-weight: 800; margin: 2px 0 0 2px;
+ font-weight: 800; margin: 2px 0 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
div.duree_result_media {