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==;
@@ -3741,8 +3744,8 @@ input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldfle
} }
div.fatal { div.fatal {
padding: 5px; padding: 5px;
} }
tr.res_fatal td { background-color: #F88 !important; } tr.res_fatal td { background-color: #F88 !important; }
tr.res_fatal td:before { tr.res_fatal td:before {
@@ -3750,15 +3753,15 @@ tr.res_fatal td:before {
font-family: FontAwesome; font-family: FontAwesome;
color: rgba(183, 59, 46, 1); color: rgba(183, 59, 46, 1);
font-size: 1.25em; font-size: 1.25em;
white-space: nowrap; white-space: nowrap;
padding: 0px 3px 0px 1px; padding: 0px 3px 0px 1px;
vertical-align: top; vertical-align: top;
} }
/* geen kruizen in de multiselect/hamburger kolom ivm uitlijning */ /* geen kruizen in de multiselect/hamburger kolom ivm uitlijning */
tr.res_fatal td.multiselect:before, tr.res_fatal td.hambCont:before, tr.res_fatal td.inlinedetails:before { tr.res_fatal td.multiselect:before, tr.res_fatal td.hambCont:before, tr.res_fatal td.inlinedetails:before {
content: none; content: none;
} }
.warning { .warning {
background-color: orange; background-color: orange;

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'))
{ {