Added .selframe style class

SVN revision: 637
This commit is contained in:
Stefan Ritt 2003-12-05 12:17:38 +00:00
parent 12273aa824
commit 052360f517
2 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 1.166 2003/12/05 12:16:23 midas
Added .selframe style class
Revision 1.165 2003/12/04 20:56:51 midas
Added 'date on reply' flag
@ -12120,7 +12123,7 @@ struct tm *tms;
rsprintf("<body>\n\n");
rsprintf("<table class=\"dlgframe\" cellspacing=0 align=center>\n");
rsprintf("<table class=\"selframe\" cellspacing=0 align=center>\n");
rsprintf("<tr><td colspan=3 class=\"dlgtitle\">\n");
if (getcfg("global", "Welcome title", str))

View File

@ -37,6 +37,12 @@ td {
}
/* logbook selection page */
.selframe {
width:60%;
background-color:#486090;
border:1px solid #486090;
}
.seltitle {
border:1px solid #0000FF;
border-top:1px solid white;