Author: vbriand Date: 2010-12-23 15:19:56 +0100 (Thu, 23 Dec 2010) New Revision: 150 Url: http://chorem.org/repositories/revision/bow/150 Log: The clicks counter is now next to the description instead of below the tags Modified: trunk/src/main/webapp/bookmark.jsp trunk/src/main/webapp/css/bookmark.css Modified: trunk/src/main/webapp/bookmark.jsp =================================================================== --- trunk/src/main/webapp/bookmark.jsp 2010-12-23 10:47:00 UTC (rev 149) +++ trunk/src/main/webapp/bookmark.jsp 2010-12-23 14:19:56 UTC (rev 150) @@ -58,6 +58,7 @@ </div> <div class="bookmarkcontenu"> <div class="screenshot"></div> + <div class="click"><%=bookmark.getClick()%></div> <div class="description"> <h3>Description :</h3> <p> @@ -88,7 +89,6 @@ %> </p> </div> - <div class="click"><%=bookmark.getClick()%></div> </div> </div> <% } %> Modified: trunk/src/main/webapp/css/bookmark.css =================================================================== --- trunk/src/main/webapp/css/bookmark.css 2010-12-23 10:47:00 UTC (rev 149) +++ trunk/src/main/webapp/css/bookmark.css 2010-12-23 14:19:56 UTC (rev 150) @@ -95,7 +95,7 @@ .bookmark .bookmarkcontenu{ clear:both; padding-top:5px; - padding-right: 132px; + padding-right: 152px; } .bookmark .bookmarkhead .date{ @@ -177,17 +177,17 @@ width:100%; line-height:28px; padding-top:10px; - margin-bottom:-90px; + margin-bottom:-70px; } .bookmark .click{ background:transparent url('/bow/img/click.jpg') no-repeat scroll 0 0; float:right; height:27px; - margin:5px 5px 5px 5px; + margin:10px -25px 5px 5px; padding-top:31px; position:relative; - right:-100px; + right:-120px; width:31px; text-align:center; }