Minor tweaks to the css and titles of the chart page

This commit is contained in:
unknown 2008-09-11 13:54:58 +02:00
parent 1a32c0f3eb
commit cefdd9d6f1
4 changed files with 26 additions and 0 deletions

View File

@ -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.";
?>

View File

@ -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>

View File

@ -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

View File

@ -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