[med-svn] r686 - in trunk/community/website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 07:44:43 UTC 2007


Author: hanska-guest
Date: 2007-10-13 07:44:42 +0000 (Sat, 13 Oct 2007)
New Revision: 686

Modified:
   trunk/community/website/bugs.tmpl
   trunk/community/website/inc/style.css
Log:
Adding styles for bugs table
Fixing template: adding link to the Debian BTS


Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl	2007-10-13 07:25:26 UTC (rev 685)
+++ trunk/community/website/bugs.tmpl	2007-10-13 07:44:42 UTC (rev 686)
@@ -17,15 +17,15 @@
 	<td class="main">
 		<div class="pageBody">
 			<h1><?=_("Bugs for package")?> "__PACKAGE__"</h1>
-			<table class="messageHeaders">
+			<table class="bugs">
 			<div node="-rep:packagelist">
 				<tr>
-					<td class="name" node="con:name"></td>
-					<td class="value">&nbsp;</td>
+					<td class="package" node="con:name"></td>
+					<td>&nbsp;</td>
 				</tr>
 				<tr node="rep:numbers">
-					<td class="name" node="con:id"></td>
-					<td class="value" node="con:summary"></td>
+					<td><a href="" node="con:id"></a></td>
+					<td class="summary" node="con:summary"></td>
 				</tr>
 			</div>
 			</table>

Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2007-10-13 07:25:26 UTC (rev 685)
+++ trunk/community/website/inc/style.css	2007-10-13 07:44:42 UTC (rev 686)
@@ -356,7 +356,7 @@
 	margin:0em;
 }
 
-table.messageHeaders{
+table.messageHeaders table.bugs{
 	border:1px solid #888;
 	background-color:#DDD;
 	padding:0.25em 0.5em;
@@ -364,7 +364,7 @@
 	width:100%;
 }
 
-table.messageHeaders tr{
+table.messageHeaders table.bugs tr{
 	margin:0em;
 	padding:0em;
 }
@@ -383,6 +383,20 @@
 	width:100%;
 }
 
+table.bugs td.package{
+	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	white-space:nowrap;
+}
+
+table.bugs td.summary{
+	margin:0em;
+	padding:0em;
+	text-align:left;
+	width:100%;
+}
+
 .messageBody{
 	margin:1.5em 0em;
 	padding:0.25em 0em;




More information about the debian-med-commit mailing list