improve the look of notes,warnings,comments
This commit is contained in:
committed by
Chris Morgan
parent
42bb1eb9ea
commit
ccbc842d5c
@@ -57,7 +57,7 @@ tr.garbage { background-color: #999966; }
|
||||
tr.warning { background-color: #ff3333; } /* novascotia salmon */
|
||||
tr.howto { background-color: green; }
|
||||
tr.defaultnote { background-color: #0066CC; } /* mid-light blue */
|
||||
|
||||
tr.notetitle { background-color: #cccccc; font-weight: bold; }
|
||||
/* classes for the version info pane */
|
||||
/* version info pane is the right hand pane at the top of the version page */
|
||||
div.version_info_pane p { margin:0px; }
|
||||
|
||||
@@ -224,7 +224,7 @@ class Note {
|
||||
$shOutput = html_frame_start("","98%",'',0);
|
||||
|
||||
$shOutput .= "<table width=\"100%\" border=\"0\" cellspacing=\"0\">\n";
|
||||
$shOutput .= "<tr class=\"".$sClass."\" align=\"center\" valign=\"top\"><td><b>".$sTitle."</b></td></tr>\n";
|
||||
$shOutput .= "<tr class=\"".$sClass."\" align=\"center\" valign=\"top\"><td> </td></tr><tr class=\"notetitle\" valign=\"top\" align=\"center\"><td>".$sTitle."</td></tr>\n";
|
||||
$shOutput .= "<tr><td class=\"note\">\n";
|
||||
$shOutput .= $this->shDescription;
|
||||
$shOutput .= "</td></tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user