Check-in [dff17229ff]
Not logged in
Overview

SHA1 Hash:dff17229ff68a85ef38dcc2c15fcb127700a7698
Date: 2007-12-02 22:30:09
User: drh
Comment:Addition to the default style sheet to cover the name/value pairs at the top of the vinfo page. Also a bugfix in the report.c code.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/report.c from [3412e750ff] to [15271012d7].

@@ -916,11 +916,11 @@
 ** Generate a report.  The rn query parameter is the report number
 ** corresponding to REPORTFMT.RN.  If the tablist query parameter exists,
 ** then the output consists of lines of tab-separated fields instead of
 ** an HTML table.
 */
-void view_view(void){
+void rptview_page(void){
   int count = 0;
   int rn;
   char *zSql;
   char *zTitle;
   char *zOwner;

Modified src/style.c from [59e6a72711] to [773050316b].

@@ -303,10 +303,17 @@
 @   margin-top: 12px;
 @   padding: 5px 10px 5px 10px;
 @   text-align: right;
 @   background-color: #558195;
 @   color: white;
+@ }
+@
+@ /* The label/value pairs on (for example) the vinfo page */
+@ table.label-value th {
+@   vertical-align: top;
+@   text-align: right;
+@   padding: 0.2ex 2ex;
 @ }
 ;
 
 /*
 ** WEBPAGE: style.css