mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Minor tweaks to the css and titles of the chart page
This commit is contained in:
parent
1a32c0f3eb
commit
cefdd9d6f1
@ -299,5 +299,6 @@ $content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the
|
||||
$content['LN_CHART_TYPE_CAKE'] = "Cake (Pie)";
|
||||
$content['LN_CHART_TYPE_BARS_VERTICAL'] = "Bars vertical";
|
||||
$content['LN_CHART_TYPE_BARS_HORIZONTAL'] = "Bars horizontal";
|
||||
$content['LN_STATS_WARNINGDISPLAY'] = "Generating graphics on large data sources currently is very time consuming. This will be addressed in later versions. If processing takes too long, please simply cancel the request.";
|
||||
|
||||
?>
|
@ -18,6 +18,11 @@
|
||||
<td colspan="3" class="title" nowrap><B>{LN_MENU_STATISTICS}</B></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="3" class="titleSecond"><br><blockquote>{LN_STATS_WARNINGDISPLAY}</blockquote><br></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN Charts -->
|
||||
{rowbegin}
|
||||
<br><br>
|
||||
|
@ -62,6 +62,16 @@ A.title:hover
|
||||
COLOR: #FF0A0C;
|
||||
TEXT-DECORATION: none;
|
||||
}
|
||||
.titleSecond
|
||||
{
|
||||
FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
BACKGROUND-COLOR: #301B22;
|
||||
COLOR: #E5F377;
|
||||
height: 18px;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
|
||||
/* Context Link Classes */
|
||||
a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink
|
||||
|
@ -81,6 +81,16 @@ A.title:hover
|
||||
COLOR: #982D00;
|
||||
TEXT-DECORATION: none;
|
||||
}
|
||||
.titleSecond
|
||||
{
|
||||
FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
|
||||
BACKGROUND-COLOR: #E3D2AE;
|
||||
COLOR: #1A3745;
|
||||
height: 18px;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
|
||||
/* Default Font Classes */
|
||||
font
|
||||
|
Loading…
x
Reference in New Issue
Block a user