[med-svn] r1428 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Mon Feb 18 10:31:52 UTC 2008
Author: hanska-guest
Date: 2008-02-18 10:31:51 +0000 (Mon, 18 Feb 2008)
New Revision: 1428
Modified:
trunk/community/website/inc/style.css
Log:
I'm going crazy -- hating this Perl-generated CGI, and its stylesheet.
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2008-02-18 10:29:34 UTC (rev 1427)
+++ trunk/community/website/inc/style.css 2008-02-18 10:31:51 UTC (rev 1428)
@@ -608,13 +608,6 @@
empty-cells: show;
}
-#for_upgrade td { vertical-align: middle; text-align: center; }
-#for_upload td { vertical-align: middle; text-align: center; }
-#waiting td { vertical-align: middle; text-align: center; }
-#weird td { vertical-align: middle; text-align: center; }
-#wip td { vertical-align: middle; text-align: center; }
-#with_bugs td { vertical-align: middle; text-align: center; }
-
#qa_table th.clickable, th.clickable a, th.clickable a:visited {
background: #eef4eb;
color: #436976;
@@ -638,6 +631,13 @@
.popup .paren,
.popup .expand { display: none; }
+#for_upgrade span.popup { vertical-align: middle; text-align: center; }
+#for_upload span.popup { vertical-align: middle; text-align: center; }
+#waiting span.popup { vertical-align: middle; text-align: center; }
+#weird span.popup { vertical-align: middle; text-align: center; }
+#wip span.popup { vertical-align: middle; text-align: center; }
+#with_bugs span.popup { vertical-align: middle; text-align: center; }
+
.popup:hover .balloon,
.popup:focus .balloon {
position: absolute;
@@ -650,6 +650,7 @@
padding: 0.5em;
border: 2px outset #f5f5b5;
background: #f5f5b5;
+ text-align: left;
color: black;
opacity: 0.95;
-moz-opacity: 0.95;
More information about the debian-med-commit
mailing list