r133 - in trunk/src/main/webapp: . css
Author: vbriand Date: 2010-12-09 18:39:38 +0100 (Thu, 09 Dec 2010) New Revision: 133 Url: http://chorem.org/repositories/revision/bow/133 Log: A long list of tags doesn't overlap the following bookmark anymore Modified: trunk/src/main/webapp/css/bookmark.css trunk/src/main/webapp/tagsCloud.jsp Modified: trunk/src/main/webapp/css/bookmark.css =================================================================== --- trunk/src/main/webapp/css/bookmark.css 2010-12-09 16:13:01 UTC (rev 132) +++ trunk/src/main/webapp/css/bookmark.css 2010-12-09 17:39:38 UTC (rev 133) @@ -79,8 +79,8 @@ .bookmark{ width:100%; - height: auto; - word-wrap: break-word; + height:auto; + word-wrap:break-word; } .bookmark .bookmarkhead{ @@ -95,7 +95,7 @@ .bookmark .bookmarkcontenu{ clear:both; padding-top:5px; - padding-right: 108px; + padding-right: 132px; } .bookmark .bookmarkhead .date{ @@ -173,7 +173,8 @@ background:url('/bow/img/tag.jpg') no-repeat left center; font-size:12px; padding-left:30px; - height:28px; + height:auto; + width:100%; line-height:28px; padding-top:10px; margin-bottom: -140px; @@ -308,7 +309,7 @@ display:inline-block; padding-right:9%; text-align:right; - width:10%; + width:45px; } #colonneD form input[type="submit"]{ Modified: trunk/src/main/webapp/tagsCloud.jsp =================================================================== --- trunk/src/main/webapp/tagsCloud.jsp 2010-12-09 16:13:01 UTC (rev 132) +++ trunk/src/main/webapp/tagsCloud.jsp 2010-12-09 17:39:38 UTC (rev 133) @@ -40,7 +40,7 @@ String tagName = tag.getTopicName(); int font = bookmarkActions.getFont(value); %> - <a href="bow?action=search&addTag=<%=tagName%><%=search%>" title="<%=value%> results" class="tag" style="font-size: <%=font%>px;"><%=tagName%></a> + <a href="bow?action=search&addTag=<%=tagName%><%=search%>" title="<%=value%> result<%=(value != 1 ? "s" : "")%>" class="tag" style="font-size: <%=font%>px;"><%=tagName%></a> <% ++count; if (count >= nbTags) {
participants (1)
-
vbriand@users.chorem.org