mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Use dedicated class for text and attachment titles in list display
SVN revision: 2222
This commit is contained in:
parent
8f429e24ee
commit
9420a8bcbd
@ -20463,10 +20463,10 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!strieq(mode, "Full") && n_line > 0 && show_text)
|
if (!strieq(mode, "Full") && n_line > 0 && show_text)
|
||||||
rsprintf("<th class=\"listtitle\">%s</th>\n", loc("Text"));
|
rsprintf("<th class=\"listtitle2\">%s</th>\n", loc("Text"));
|
||||||
|
|
||||||
if (show_att_column)
|
if (show_att_column)
|
||||||
rsprintf("<th class=\"listtitle\"><img src=\"attachment.png\" alt=\"%s\" title=\"%s\"</th>",
|
rsprintf("<th class=\"listtitle3\"><img src=\"attachment.png\" alt=\"%s\" title=\"%s\"</th>",
|
||||||
loc("Attachments"), loc("Attachments"));
|
loc("Attachments"), loc("Attachments"));
|
||||||
|
|
||||||
rsprintf("</tr>\n\n");
|
rsprintf("</tr>\n\n");
|
||||||
|
|||||||
@ -275,6 +275,25 @@ td {
|
|||||||
border-left:1px solid white;
|
border-left:1px solid white;
|
||||||
background-color:#CCCCFF;
|
background-color:#CCCCFF;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
width:0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listtitle2 {
|
||||||
|
border:1px solid #0000FF;
|
||||||
|
border-top:1px solid white;
|
||||||
|
border-left:1px solid white;
|
||||||
|
background-color:#DDDDFF;
|
||||||
|
text-align:center;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listtitle3 {
|
||||||
|
border:1px solid #0000FF;
|
||||||
|
border-top:1px solid white;
|
||||||
|
border-left:1px solid white;
|
||||||
|
background-color:#FFCCFF;
|
||||||
|
text-align:center;
|
||||||
|
width:0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* odd and even lines in message listing */
|
/* odd and even lines in message listing */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user