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:
@@ -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"),
|
||||
|
||||
@@ -1200,6 +1200,10 @@ padding-right: 15px!important;
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
}
|
||||
table.fill {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wildcard {
|
||||
background-color:#F5FAFF;
|
||||
|
||||
Reference in New Issue
Block a user