Author: vbriand Date: 2010-12-09 16:10:22 +0100 (Thu, 09 Dec 2010) New Revision: 130 Url: http://chorem.org/repositories/revision/bow/130 Log: When there is a lot of tags, they are now displayed correctly on the tags cloud Modified: trunk/src/main/webapp/css/bookmark.css trunk/src/main/webapp/rightMenu.jsp Modified: trunk/src/main/webapp/css/bookmark.css =================================================================== --- trunk/src/main/webapp/css/bookmark.css 2010-12-09 13:27:00 UTC (rev 129) +++ trunk/src/main/webapp/css/bookmark.css 2010-12-09 15:10:22 UTC (rev 130) @@ -325,7 +325,9 @@ } #colonneD #nuage{ + padding-right:80px; min-height:100px; + text-align:justify; } .colonnebas img{ Modified: trunk/src/main/webapp/rightMenu.jsp =================================================================== --- trunk/src/main/webapp/rightMenu.jsp 2010-12-09 13:27:00 UTC (rev 129) +++ trunk/src/main/webapp/rightMenu.jsp 2010-12-09 15:10:22 UTC (rev 130) @@ -91,7 +91,6 @@ <li><a title="Add this link to your favourites to bookmark others in the future. This link is just available while you are connected on the site!" href="javascript:var%20url=location.href;var%20nameAndTags=prompt('Entrez%20le%20nom%20du%20lien%20et%20la%20liste%20des%20tags%20sous%20la%20forme:%20name|tag1%20tag2%20tag3',%20document.title+'|');if%20(nameAndTags!=(document.title+'|')){var%20link='<%=url%>?action=addUrl&token=<%=temporaryToken%>&url='+encodeURIComponent(url)+'&nameAndTags='+encodeURIComponent(nameAndTags);var%20script=document.createElement('script');script.src=link;script.type='text/javascript';document.body.appendChild(script);}void(0);">Bookmark add link (session)</a></li> <li><a title="Add this link to your favourites to bookmark others in the future. This link is always available!" href="javascript:var%20url=location.href;var%20nameAndTags=prompt('Entrez%20le%20nom%20du%20lien%20et%20la%20liste%20des%20tags%20sous%20la%20forme:%20name|tag1%20tag2%20tag3',%20document.title+'|');if%20(nameAndTags!=(document.title+'|')){var%20link='<%=url%>?action=addUrl&token=<%=permanentToken%>&url='+encodeURIComponent(url)+'&nameAndTags='+encodeURIComponent(nameAndTags);var%20script=document.createElement('script');script.src=link;script.type='text/javascript';document.body.appendChild(script);}void(0);">Bookmark add link (permanent)</a></li> </ul> - <div id="add" class="clearfix"> <h2>Add / Modify</h2> <form id="bookmarkForm" method="post" action="<%=formAction%>"> @@ -102,7 +101,6 @@ <div class="input"><input type="submit" value="Save" /></div> </form> </div> - <div id="nuage"> <% if (searchLine != null) { %> <jsp:include page="tagsCloud.jsp" flush="true">