FSN#40655 padding correctie voor readonly flexwaarde-velden
svn path=/Website/trunk/; revision=34154
This commit is contained in:
@@ -2978,6 +2978,9 @@ div#lcldialect .label
|
||||
padding: 2px 0px 3px 2px;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.readonly.flexvalue {
|
||||
padding-top: 5px !important;
|
||||
}
|
||||
.flexlabellabel {
|
||||
color: ==labelcolor==;
|
||||
background-color: ==labelbackgroundcolor==;
|
||||
|
||||
@@ -1414,7 +1414,7 @@ function listKenmerk(sql, module, key, props)
|
||||
{
|
||||
if (!nolabel)
|
||||
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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user