OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-registry Date: 30-Jun-2006 14:10:02 Branch: HEAD Handle: 2006063013100200 Modified files: openpkg-registry registry-ui.pl Log: visual improvments in association table (import from live hack) Summary: Revision Changes Path 1.60 +8 -1 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.59 -r1.60 registry-ui.pl --- openpkg-registry/registry-ui.pl 30 Jun 2006 12:06:02 -0000 1.59 +++ openpkg-registry/registry-ui.pl 30 Jun 2006 12:10:02 -0000 1.60 @@ -491,7 +491,7 @@ $css .= ".registry H1 {\n"; $css .= " font-family: tahoma, sans-serif, helvetica, arial;\n"; $css .= " font-weight: bold;\n"; - $css .= " font-size: 300%;\n"; + $css .= " font-size: 200%;\n"; $css .= "}\n"; $css .= ".registry H2 {\n"; $css .= " font-family: sans-serif, helvetica, arial;\n"; @@ -541,6 +541,13 @@ $css .= " font-size: 200%;\n"; $css .= " color: #000000;\n"; $css .= "}\n"; + $css .= ".registry TABLE.association {\n"; + $css .= " border-collapse: separate;\n"; + $css .= " border-spacing: 1px;\n"; + $css .= "}\n"; + $css .= ".registry TABLE.association TD {\n"; + $css .= " padding: 0px 10px 0px 10px;\n"; + $css .= "}\n"; return $css; } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org