[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#655472: marked as done (new qa.debian.org style breaks layout)



Your message dated Wed, 11 Jan 2012 12:01:27 -0500
with message-id <[🔎] 87ehv618d4.fsf@marcos.anarcat.ath.cx>
and subject line Re: Bug#655472: new qa.debian.org style breaks layout
has caused the Debian Bug report #655472,
regarding new qa.debian.org style breaks layout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
655472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655472
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: minor

I notice the debian.org stylesheet walked into qa.debian.org, which is
cool, but it broke the delicate balance that existed in the tables
present there before.

Take, for example, my page:

http://qa.debian.org/developer.php?login=anarcat

There are a few problems here:

 1. the boundary of the versions in the various distros (stable/testing/sid) are unclear, because the cell borders have disappeared
 2. the page overflows to the right

The fixborders.patch (attached) fixes the first problem.

For the second problem, I am not sure what to do. I have tried to set
"font-size: small" in the CSS, but the table still overflows. Maybe I
don't remember the site correctly and it used to overflow anyways, but at least this way you see the watch column by default.

Oh and while I'm here, I have dropped a "text-align: center" into that
td too, it looks better. :)

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian.css.orig	2012-01-11 09:41:20.754702688 -0500
+++ debian.css	2012-01-11 09:46:50.786059420 -0500
@@ -58,7 +58,7 @@
 
 body            { line-height: 1; color: black; background: white; }
 ol, ul          { list-style: none; }
-table           { border-collapse: separate; border-spacing: 0; }
+table           { border-collapse: collapse; border-spacing: 0; }
 blockquote, q   { quotes: "" ""; }
 html            { background-color: transparent; }
 :focus          { outline: 0; }
@@ -808,6 +808,9 @@
 }
 table td {
 	padding-right: 1.5em;
+        border: 1px solid black;
+        padding: 2px;
+        text-align: center;
 }
 div.tabular table tr, table.tabular tr, table.vendors tr {
 	width: 100%;

--- End Message ---
--- Begin Message ---
On Wed, 11 Jan 2012 16:08:22 +0100, Sandro Tosi <morph@debian.org> wrote:
> are you using Chromium? I was hit by a similar situation since
> chromium wasn't re-fetching the modified css. I've opened my DDPO page
> in an incognito window, which forces the whole page parts reload and
> now I see it quite nicely.+

I am! That seemed to be the problem, and now it displays fine. Thanks!

A.

-- 
À force de ne jamais réfléchir, on a un bonheur stupide
                        - Jean Cocteau


--- End Message ---

Reply to: