FSN#40655 padding correctie voor readonly flexwaarde-velden

svn path=/Website/trunk/; revision=34154
This commit is contained in:
2017-06-07 11:24:28 +00:00
parent 494523ce47
commit 4b2b73cf37
2 changed files with 9 additions and 6 deletions

View File

@@ -2978,6 +2978,9 @@ div#lcldialect .label
padding: 2px 0px 3px 2px; padding: 2px 0px 3px 2px;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
} }
.readonly.flexvalue {
padding-top: 5px !important;
}
.flexlabellabel { .flexlabellabel {
color: ==labelcolor==; color: ==labelcolor==;
background-color: ==labelbackgroundcolor==; background-color: ==labelbackgroundcolor==;

View File

@@ -1414,7 +1414,7 @@ function listKenmerk(sql, module, key, props)
{ {
if (!nolabel) if (!nolabel)
kenmerk_write('</td>'); kenmerk_write('</td>');
kenmerk_write('<td ' + (ktype == 'L' || ktype == 'l'? ' class="flexlabel lhint"' : '')); kenmerk_write('<td ' + (ktype == 'L' || ktype == 'l'? ' class="flexlabel lhint"' : (readonlyfield ? ' class="readonly flexvalue"' : ' class="flexvalue"')));
if (kenmerk_search && (ktype != 'L' && ktype != 'l')) if (kenmerk_search && (ktype != 'L' && ktype != 'l'))
{ {