The following commit has been merged in the master branch:
commit bee20125ef7f09c2aa1fb580bc2e4f37a34f290b
Author: Ole Streicher <deb...@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

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to