[Blends-commit] [SCM] website branch, master, updated. 363a89cb8c1121c8f737dfb96526466df2ad3817

Ole Streicher debian at liska.ath.cx
Thu Dec 17 11:10:20 UTC 2015


The following commit has been merged in the master branch:
commit bee20125ef7f09c2aa1fb580bc2e4f37a34f290b
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Dec 17 11:15:56 2015 +0100

    Provide additional 'close' link at the bottom of the detailed desc

diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index 816c4fc..a8f3c78 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -201,7 +201,7 @@ function show_fulldesc(hash) {
       </div><!-- end header -->
       <div id="content">
 	<small><p>
-	  <ul class="ul-inline">
+	  <ul class="desc-inline">
 	    <li><a href="#all" onclick="show_fulldesc('#all');">Show all details</a></li>
 	    <li><a href="#" onclick="show_fulldesc('#');">Hide all details</a></li>
 	  </ul>
@@ -590,6 +590,9 @@ function show_fulldesc(hash) {
 		      </dd>
 		    </py:if>
 		  </dl>
+		  <div style="position:relative;">
+		    <a style="position:absolute; right:0; bottom:1em; cursor:pointer;" onclick="toggle_visibility('${project.pkg}');"
+		       title="Click to close details">Close</a></div>
 		</td>
 	      </tr>
 	    </py:for>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list