[Collab-qa-commits] r691 - wnpp

sping-guest at alioth.debian.org sping-guest at alioth.debian.org
Sat Feb 2 08:41:40 UTC 2008


Author: sping-guest
Date: 2008-02-02 08:41:39 +0000 (Sat, 02 Feb 2008)
New Revision: 691

Modified:
   wnpp/index.php5
Log:
Visual tuning

Modified: wnpp/index.php5
===================================================================
--- wnpp/index.php5	2008-02-01 23:40:42 UTC (rev 690)
+++ wnpp/index.php5	2008-02-02 08:41:39 UTC (rev 691)
@@ -284,7 +284,10 @@
 $COLORS = array('#E7FFDF', '#FFEAEA', '#D8F0F8', '#FFD3FF', '#FFFFD7', '#DBDBFF');
 
 echo "<style>\n";
-echo "    * { font-family: Bitstream Vera Sans, Sans-Serif; }\n";
+echo "    * { font-family: 'Bitstream Vera Sans', 'Verdana', Sans-Serif; }\n";
+echo "    table.data_table { border:1px solid #C0C0C0; background-color:#C0C0C0; }\n";
+echo "    table.form_table { border:2px solid #C0C0C0; background-color:#F8F8F8; }\n";
+echo "    th { background-color:#F8F8F8; }\n";
 echo "    td, input, select, body { font-size: 10.5pt; }\n";
 echo "    td.ITA { background-color: #FFFFFF; }\n";
 echo "    td.ITP { background-color: #FFFFFF; }\n";
@@ -350,7 +353,7 @@
 echo "    <td align=\"center\">\n";
 echo "        <h1>$TITLE</h1>\n";
 echo "        <form action=\"\" method=\"get\">\n";
-echo "        <table border=\"1\">\n";
+echo "        <table cellspacing=\"1\" class=\"form_table\">\n";
 echo "        <tr>\n";
 echo "            <td>\n";
 echo "                <table>\n";
@@ -379,7 +382,7 @@
     $project_filter = "";
     $project_uri_part = "";
 }
-echo "                                    <td><input type=\"text\" size=\"30\" name=\"project\" value=\"$project_filter\"></td>\n";
+echo "                                    <td><input type=\"text\" size=\"24\" name=\"project\" value=\"$project_filter\"></td>\n";
 echo "                                </tr>\n";
 echo "                                <tr>\n";
 echo "                                    <td>Description:</td>\n";
@@ -390,7 +393,7 @@
     $description_filter = "";
     $description_uri_part = "";
 }
-echo "                                    <td><input type=\"text\" size=\"30\" name=\"description\" value=\"$description_filter\"></td>\n";
+echo "                                    <td><input type=\"text\" size=\"24\" name=\"description\" value=\"$description_filter\"></td>\n";
 echo "                                </tr>\n";
 echo "                                <tr>\n";
 echo "                                    <td>Owner:</td>\n";
@@ -532,7 +535,7 @@
 // Table header
 // NOTE: Order should match that appearing in the form to give identical URLs where possible
 $uri_part_but_sort = "?" . $type_uri_part . $project_uri_part . $description_uri_part . $owner_uri_part . $col_uri_part;
-echo "<table border=\"1\" cellpadding=\"4\" cellspacing=\"1\">\n";
+echo "<table cellpadding=\"4\" cellspacing=\"1\" class=\"data_table\">\n";
 echo "<tr>";
     echo "<th align=\"right\">&nbsp;#&nbsp;</th>";
     if ($show_dust) {




More information about the Collab-qa-commits mailing list