Add borders around the notes added by addmsg()
This commit is contained in:
@@ -72,6 +72,9 @@ div.note_body { padding: 10px; background-color: #ffe732; }
|
|||||||
div.note_title { font-weight: bold; border-bottom: 1px solid; padding: 4px;
|
div.note_title { font-weight: bold; border-bottom: 1px solid; padding: 4px;
|
||||||
font-size: 140%; background-color: #ffc004; }
|
font-size: 140%; background-color: #ffc004; }
|
||||||
|
|
||||||
|
/* Boxes for session notes, as used by addmsg() */
|
||||||
|
div.session_note { border: 1px solid; margin-bottom: 5px;}
|
||||||
|
|
||||||
/* classes for the main page */
|
/* classes for the main page */
|
||||||
div.rating_header { padding: 8px; }
|
div.rating_header { padding: 8px; }
|
||||||
div.rating_title { padding-bottom: 4px; font-weight: bold; font-size: 160%; }
|
div.rating_title { padding-bottom: 4px; font-weight: bold; font-size: 160%; }
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ function dumpmsgbuffer()
|
|||||||
{
|
{
|
||||||
if ($msg['color'] == "red")
|
if ($msg['color'] == "red")
|
||||||
$msg['color'] = "{$msg['color']};text-decoration:blink";
|
$msg['color'] = "{$msg['color']};text-decoration:blink";
|
||||||
echo "<div align=\"center\" style=\"font-color:{$msg['color']};\"> {$msg['msg']} </div>";
|
echo "<div align=\"center\" class=\"session_note\" style=\"font-color:{$msg['color']};\"> {$msg['msg']} </div>";
|
||||||
}
|
}
|
||||||
echo html_frame_end(" ");
|
echo html_frame_end(" ");
|
||||||
echo "<br>\n";
|
echo "<br>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user