[Blends-commit] r1816 - in blends/trunk: websites/inc webtools/templates

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Fri Aug 21 13:44:57 UTC 2009


Author: tille
Date: Fri Aug 21 13:44:56 2009
New Revision: 1816
URL: http://svn.debian.org/viewsvn/blends?rev=1816&view=rev

Log:
Better formatting for registration


Modified:
   blends/trunk/websites/inc/style.css
   blends/trunk/webtools/templates/tasks.xhtml

Modified: blends/trunk/websites/inc/style.css
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/websites/inc/style.css?rev=1816&view=diff&r1=1816&r2=1815&p1=blends/trunk/websites/inc/style.css&p2=blends/trunk/websites/inc/style.css
==============================================================================
--- blends/trunk/websites/inc/style.css	(original)
+++ blends/trunk/websites/inc/style.css	Fri Aug 21 13:44:56 2009
@@ -278,16 +278,18 @@
        background:#eef4eb;
 }
 
-td.registration {
-       padding-top: 3px;
-       padding-left: 3px;
+.registration {
+       padding: 2px 0px 2px 0px;
+       margin-top: 7px;
        text-align:left;
-       font:8pt sans-serif;
        border-top:1px dotted #8CACBB;
-       border-right:1px dotted #8CACBB;
        background:#ffebeb;
 }
 
+.registrationlink {
+       font-weight:bold;
+}
+
 table.columns{
 	width:100%;
 	padding:0em;

Modified: blends/trunk/webtools/templates/tasks.xhtml
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/templates/tasks.xhtml?rev=1816&view=diff&r1=1816&r2=1815&p1=blends/trunk/webtools/templates/tasks.xhtml&p2=blends/trunk/webtools/templates/tasks.xhtml
==============================================================================
--- blends/trunk/webtools/templates/tasks.xhtml	(original)
+++ blends/trunk/webtools/templates/tasks.xhtml	Fri Aug 21 13:44:56 2009
@@ -154,6 +154,13 @@
 	           <span py:when="project.desc.has_key(lang)">${project.desc[lang]['long']}</span>
 	           <span py:otherwise="">${project.desc['en']['long']}</span>
 	         </span>
+	     <div class="registration" py:if="project.properties.has_key('registration')">
+	       <span class="registrationlink" ><a
+	       href="${project.properties['registration']}">Please
+	       register</a></span> The authors of project
+	       ${project.pkg} kindly ask you for registration if you
+	       are using this program.
+	     </div>
 	   </td>
 	   <td py:if="project.component" class="project-icon">
 	     <div py:choose="">
@@ -175,14 +182,6 @@
              </div>
            </td>
          </tr>
-         <tr py:if="project.properties.has_key('registration')">
-           <td colspan="2" class="registration">
-             <strong><a href="${project.properties['registration']}">Please
-		 register</a></strong> The authors of project
-             ${project.pkg} kindly ask you for registration if you are
-             using this program.
-           </td>
-         </tr>
 	 <tr py:if="project.remark">
 	   <td colspan="3" class="remark">
 	     <div py:if="project.remark['short']"><strong>Remark of ${projectname} team:</strong> ${project.remark['short']}</div>



More information about the Blends-commit mailing list