Package: cvsweb
Version: 3.0.6-3
Severity: wishlist
Tags: patch

Hi,

I've taken a look at the CSS file that comes with the cvsweb package
and found some angles to improve the impression.

Hunk 1: Align icon and text vertically

Hunk 2: Display the entire title bar of a table in yellow and not only
        the first column of the title bar

Hunk 3: Align icon and text vertically (different location)

Hunk 4: Nicer Overview headline in diff page (may conflict with the
        general outset boxes

Regards,

        Joey

-- 
Never trust an operating system you don't have source for!

Please always Cc to me when replying to me on the lists.
Index: cvsweb.css
===================================================================
RCS file: /var/cvs/infodrom.org/config/luonnotar/cvs/cvsweb.css,v
retrieving revision 1.1
diff -u -p -r1.1 cvsweb.css
--- cvsweb.css	26 Jun 2008 12:58:32 -0000	1.1
+++ cvsweb.css	26 Jun 2008 13:09:14 -0000
@@ -44,7 +54,9 @@ input[type="submit"] {
   padding: 2px;
   border: 2px outset;
 }
-
+.navigate-header img {
+  vertical-align: middle;
+}
 /* Directory table */
 table.dir {
   border-right: 1px solid #ccc;
@@ -64,7 +76,7 @@ table.dir * th {
   padding-right: 5px;
 }
 /* Sorted column header */
-table.dir * th.sorted {
+table.dir * th {
   background-color: #fc6;
   border: thin inset;
 }
@@ -80,6 +92,9 @@ table.dir * tr.odd {
 table.dir * td.file, table.dir * td.dir {
   white-space: nowrap;
 }
+table.dir * td.dir img, table.dir * td.file img {
+  vertical-align: middle;
+}
 /* Graph link column */
 table.dir * td.graph {
   padding-left: 3px;
@@ -128,7 +143,7 @@ table.dir * td.log {
 /* 'Line'-header of each diffed file */
 .diff-heading {
   background-color: #9cc;
-  border: 2px outset;
+  border: 1px solid #aaa;
   padding: 5px;
 }
 /* Common properties for diff "contents" */

Reply via email to