mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Changed font unit form em to px
This commit is contained in:
parent
258ec46f1f
commit
ba7b8725fa
@ -990,18 +990,18 @@ function InitConfigurationValues()
|
||||
|
||||
|
||||
$content['DYN_STYLESHEET'] = '<style>
|
||||
body, td, .ui-widget, .ui-widget-content {
|
||||
body, td, select, input, .ui-widget, .ui-widget-content {
|
||||
font-family: ' . $userdefaultfont . ', Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: ' . ($userdefaultfontsize/100)*0.75 . 'em;
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.00 . 'px;
|
||||
}
|
||||
a, .linksize {
|
||||
font-size: ' . ($userdefaultfontsize/100)*0.85 . 'em;
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.0 . 'px;
|
||||
}
|
||||
.ui-menu {
|
||||
font-size: ' . ($userdefaultfontsize/100)*1 . 'em;
|
||||
.ui-menu, .title {
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.2 . 'px;
|
||||
}
|
||||
.ui-button {
|
||||
font-size: ' . ($userdefaultfontsize/100)*0.85 . 'em;
|
||||
font-size: ' . ($userdefaultfontsize/10)*1.1 . 'px;
|
||||
}
|
||||
</style>';
|
||||
// ---
|
||||
|
@ -73,7 +73,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="600" class="with_border_alternate">
|
||||
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="700" class="with_border_alternate">
|
||||
<tr>
|
||||
<td align="center" class="cellmenu1" colspan="4"><b>{LN_DBMP_DBMAPPINGSLIST}</b></td>
|
||||
</tr>
|
||||
@ -81,12 +81,12 @@
|
||||
<tr>
|
||||
<td align="left" class="cellmenu2" width="150"><b>{LN_DBMP_MAPPING} {ZAEHLER}: </b></td>
|
||||
|
||||
<td align="left" class="{colcssclass}" width="200">
|
||||
<td align="left" class="{colcssclass}" width="275">
|
||||
<input type="hidden" name="Mappings[]" value="{MappingFieldID}">
|
||||
<b>{MappingCaption} (<I>{MappingInternalID}</I>)</b>
|
||||
</td>
|
||||
<td align="left" class="{colcssclass}" width="200">
|
||||
<input type="text" name="{MappingFieldID}" size="32" maxlength="255" value="{MappingDbFieldName}">
|
||||
<td align="left" class="{colcssclass}" width="225">
|
||||
<input type="text" name="{MappingFieldID}" size="24" maxlength="255" value="{MappingDbFieldName}">
|
||||
</td>
|
||||
|
||||
<td align="center" class="{colcssclass}" width="150">
|
||||
|
@ -59,7 +59,6 @@ img
|
||||
/* Title Classes */
|
||||
.title
|
||||
{
|
||||
font-size: 11px;
|
||||
font-weight:bold;
|
||||
|
||||
background-color: #C6B097;
|
||||
|
Loading…
x
Reference in New Issue
Block a user