mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Fixed minor visual issue with the context menus
This commit is contained in:
parent
82b5109a55
commit
f794cb4d89
@ -54,3 +54,8 @@
|
||||
top:15px;
|
||||
left:15px;
|
||||
}
|
||||
|
||||
.gridline
|
||||
{
|
||||
height: 16px;
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="http://www.phplogcon.org" target="_top">Knownledge Base</a></td>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="search.php" target="_top">Search</a></td>
|
||||
<td class="topmenu1" nowrap align="center" width="100"><a class="topmenu1_link" href="index.php?{additional_url}" target="_top">Show Events</a></td>
|
||||
<!-- <td class="topmenu1" nowrap align="center" width="125"><a class="topmenu1_link" href="" target="_top">Show SysLogTags</a></td>-->
|
||||
|
@ -215,7 +215,7 @@
|
||||
<!-- BEGIN syslogmessages -->
|
||||
<tr>
|
||||
<!-- IF MiscShowDebugGridCounter="1" -->
|
||||
<td class="{cssclass}" >{ZAEHLER}</td>
|
||||
<td class="{cssclass} gridline">{ZAEHLER}</td>
|
||||
<!-- ENDIF MiscShowDebugGridCounter="1" -->
|
||||
|
||||
<!-- BEGIN values -->
|
||||
@ -228,12 +228,11 @@
|
||||
<ul>
|
||||
<li>
|
||||
<ul class="with_border" id="menu_{FieldColumn}_{uid}">
|
||||
<li OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<h2 class="cellmenu1">{LN_GEN_AVAILABLESEARCHES}
|
||||
</h2>
|
||||
<li class="cellmenu1" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<h2>{LN_GEN_AVAILABLESEARCHES}</h2>
|
||||
<!-- BEGIN buttons -->
|
||||
<li class="{cssclass}" OnMouseMove="ToggleDisplayEnhanceTimeOut('menu_{FieldColumn}_{uid}');">
|
||||
<img align="left" src="{IconSource}" width="16" height="16"><a href="{ButtonUrl}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
<img align="left" src="{IconSource}" width="16" height="16" vspace="2"><a href="{ButtonUrl}{additional_url_sourceonly}" target="_top">{DisplayName}</a>
|
||||
</li>
|
||||
<!-- END buttons -->
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user