FCLT#56575 tables in mld_search.asp fillen nu de hele <td> waar ze in zitten op, hierdoor worden de date-icons niet naar de volgende regel meer gedrukt

svn path=/Website/trunk/; revision=40950
This commit is contained in:
2019-02-14 08:16:28 +00:00
parent 7119be1345
commit f58cd13dfe
2 changed files with 6 additions and 2 deletions

View File

@@ -390,7 +390,7 @@ oRs.close();
<% BLOCK_START("searchtable", L("lcl_filterblok")); %>
<tr>
<td class="searchkolom1">
<table><!-- x rijen, 2 kolommen: label + veld -->
<table class="fill"><!-- x rijen, 2 kolommen: label + veld -->
<!-- Meldingnummer -->
<%
if (xd.enabled())
@@ -916,7 +916,7 @@ oRs.close();
<!-- Second column -->
<td class="searchkolom2">
<table><!-- x rijen, 2 kolommen: label + veld -->
<table class="fill"><!-- x rijen, 2 kolommen: label + veld -->
<!-- Datum van -->
<% FCLTcalendar("date_from",
{ label : L("lcl_period_from"),

View File

@@ -1200,6 +1200,10 @@ padding-right: 15px!important;
padding: 2px;
margin: 0;
}
table.fill {
width: 100%;
height: 100%;
}
.wildcard {
background-color:#F5FAFF;