FNS#57054 Mobile label styling meer mobile standaard

svn path=/Website/branches/v2019.1/; revision=41747
This commit is contained in:
Ruud Lipper
2019-03-22 07:39:34 +00:00
parent 29f3ad1602
commit 78b86d381c
2 changed files with 3 additions and 8 deletions

View File

@@ -580,14 +580,9 @@ textarea.ui-disabled, input.ui-disabled {
}
.fldflexl {
color: #333;
padding-bottom: 4px;
padding-top: 4px;
width: 100%;
margin-top: 0.7;
margin-top: 0.7em;
margin-bottom: 0.5em;
border: 1px solid #ddd;
border-radius: 8px;
border-radius: 4px;
}
.fldflexl span, .fldflex label {

View File

@@ -354,7 +354,7 @@ function kenmerk_regel(kv_params)
+ (kv_params.props.label_colspan? ' colspan=' + kv_params.props.label_colspan : '') + '>');
if (kv_params.formobile && kv_params.ktype == 'L')
kvhtml += '<div class="fldflexl">';
kvhtml += '<div class="fldflexl ui-bar ui-bar-c">';
if (!kv_params.nolabel && !kv_params.ishidden)
kvhtml += ((kv_params.formobile && kv_params.ktype == 'l'? '<div data-role="collapsible" data-theme="c" data-content-theme="c"><h3 id="collLabel'+kv_params.clabelCounter+'">' : '')
+ '\n <label for="' + kv_params.nameprefix + kv_params.idCounter + 'val" class="' + (kv_params.ktype == 'L' || kv_params.ktype == 'l'? ' flexlabellabel' : '')