mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added .selframe style class
SVN revision: 637
This commit is contained in:
parent
12273aa824
commit
052360f517
@ -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))
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user