Kleine layout/ kleur verbeteringen

svn path=/Website/trunk/; revision=35385
This commit is contained in:
Jos Groot Lipman
2017-09-20 12:55:23 +00:00
parent baf7a2eba3
commit 19ac96b7ed
2 changed files with 9 additions and 6 deletions

View File

@@ -247,7 +247,7 @@ input[readonly]:hover, select[readonly]:hover, textarea[readonly]:hover {
/* label tag = de tekst */
label {
color: #555;
color: ==labelcolor==;
margin: 0;
/*white-space: nowrap;*/
}
@@ -1544,9 +1544,12 @@ div.mldhandlinghead {
text-align: left;
padding-top: 4px !important;
}
.mldhtime {
min-width: 12em;
}
.mldnoteedit {
opacity: 1;
vertical-align: middle;
}
.mldhandlingdiv .noter {
font-size: 1.3em;
@@ -2190,7 +2193,7 @@ input[type=text].mldres {
vertical-align: text-top;
padding: 2px 0 0 4px;
margin: 0;
color: ==textcolor==;
color: ==labelcolor==;
}
.orglcl {
font-style: italic;
@@ -4579,7 +4582,7 @@ li#printhamburger {
position: relative;
min-width: 250px;
max-width: 90%;
min-height: 41px;
min-height: 26px;
padding: 4px 4px 8px 8px;
background: #D3E4E1;
-webkit-border-radius: 10px;
@@ -4598,7 +4601,7 @@ li#printhamburger {
z-index: 1;
margin-top: -8px;
left: -14px;
top: 30%;
top: 15px;
}
tr.mldhandlingself .bubble {

View File

@@ -1404,7 +1404,7 @@ function listKenmerk(sql, module, key, props)
if (!nolabel)
kenmerk_write((formobile && ktype == 'l'? '<div data-role="collapsible" data-theme="c" data-content-theme="c"><h3 id="collLabel'+clabelCounter+'">' : '')
+ '<label for="' + nameprefix + idCounter + 'val" class="label' + (ktype == 'L' || ktype == 'l'? ' flexlabellabel' : '')
+ '<label for="' + nameprefix + idCounter + 'val" class="' + (ktype == 'L' || ktype == 'l'? ' flexlabellabel' : '')
+ (isExpression ? ' expression' : '') + '">' + '<span title="' + safe.htmlattr(hint) + '">'
+ val_label + ((kdim != null && kdim != "xxx")? ' [' + kdim + ']' : '') + val_seperator + '</span></label>'+(formobile && ktype == 'l' ? '</h3>' : ''));