[med-svn] r3567 - trunk/community/website/inc

Andreas Tille tille at alioth.debian.org
Sat Jun 27 12:05:24 UTC 2009


Author: tille
Date: 2009-06-27 12:05:16 +0000 (Sat, 27 Jun 2009)
New Revision: 3567

Modified:
   trunk/community/website/inc/style.css
Log:
Several enhancements in layout and features in blends pages


Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2009-06-27 03:39:52 UTC (rev 3566)
+++ trunk/community/website/inc/style.css	2009-06-27 12:05:16 UTC (rev 3567)
@@ -120,6 +120,39 @@
 	text-align:center;
 }
 
+.pkgname{
+	font-weight:bolder;
+	font-stretch:expanded;
+}
+
+.pkgdesc{
+	font-style:italic;
+}
+
+.wnpp{
+	font-style:normal;
+	font-weight:normal;
+	font-stretch:expanded;
+}
+
+.transmpkg {
+	font:6pt sans-serif;
+	font-style:italic;
+	text-align: right;
+}
+
+.trans {
+	text-align: right;
+	padding-top: 8px;
+}
+
+.trans-missing {
+	text-align: center;
+	margin-top: 8px ;
+	padding-bottom: 8px ;
+	background: url(../img/features-missing.png) no-repeat;
+}
+
 p.smallprint{
 	color:#666;
 }
@@ -405,7 +438,7 @@
 	width:100%;
 }
 
-div.bugsheadertable { 
+.bugsheadertable { 
         display:table;
 	border:0px;
 	padding:0px;
@@ -414,26 +447,64 @@
 	border-spacing:0px; 
 }
 
-div.bugsheadertr { 
+.bugsheadertr { 
         display:table-row;
 }
 
-div.bugsheaderpackagetd { 
+.bugsheaderpackagetd { 
 	font-weight:bold;
 	text-align:left;
         display:table-cell; 
         padding:0px;
-	width:20%;
 }
 
-div.bugsheaderhomepagetd { 
+#bugsheaderpackagetd {
+	width:18%;
+	position:relative;
+	padding-top:1.5ex;
+	padding-bottom:0.5ex;
+	left:0px;
+}
+
+.bugsheaderhomepagetd { 
         display:table-cell; 
-	text-align:center;
         padding:0px;
 	text-align:left;
-	width:40%;
 }
 
+#bugsheaderhomepagetd {
+	width:42%;
+	position:relative;
+	padding-top:1.5ex;
+	padding-bottom:0.5ex;
+	left:0px;
+}
+
+.bugvcsbrowser{
+        display:table-cell; 
+	text-align:left;
+}
+
+#bugvcsbrowser{
+	width:15%;
+	position:relative;
+	padding-top:1.5ex;
+	padding-bottom:0.5ex;
+}
+
+.bugsmaintainer{
+        display:table-cell; 
+	text-align:right;
+}
+
+#bugsmaintainer{
+	width:25%;
+	right:0px;
+	position:relative;
+	padding-top:1.5ex;
+	padding-bottom:0.5ex;
+}
+
 div.bugsheadervcstd { 
         display:table-cell; 
 	text-align:right;
@@ -482,10 +553,6 @@
 	text-align:center;
 }
 
-td.bugvcsbrowser{
-	text-align:right;
-}
-
 table.bugsdependent td.package{
 	margin:0em;
 	padding:0.1em 0.25em;
@@ -674,7 +741,7 @@
 	text-align: right;
 	border-bottom: 1px dotted blue;
 	padding: 3px;
-	width: 28ex;
+	width: 190px;
 }
 
 td.project-icon{
@@ -694,8 +761,11 @@
 td.project-info {
 	text-align: center;
 	border-bottom: 1px dotted blue;
-	padding: 3px;
-	width: 160px;
+	padding-top:    8px ;
+	/* padding-bottom: 8px ; */
+	padding-left:   0px ;
+	padding-right:  0px ;
+	width: 190px;
 }
 
 /* hide tooltips */
@@ -706,13 +776,21 @@
 div.project-info {
 	text-align: center;
 	background: url(../img/features.png) no-repeat;
+	padding-bottom: 8px ;
 }
 
 div.project-infomissing {
 	text-align: center;
 	background: url(../img/features-missing.png) no-repeat;
+	padding-bottom: 8px ;
 }
 
+div.popcon {
+	font:8pt sans-serif;
+	text-align: left;
+	padding-bottom: 8px ;
+}
+
 td.project-name {
 	border-bottom: 1px dotted blue;
 	padding: 3px;
@@ -898,12 +976,6 @@
 	text-align: left;
 }
 
-.trans {
-	font:6pt sans-serif;
-	font-style:italic;
-	text-align: right;
-}
-
 div.severitysummary {
 	font:130% sans-serif;
 	padding:0em;




More information about the debian-med-commit mailing list