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;
border-bottom: 1px solid #fff;
}
.readonly.flexvalue {
padding-top: 5px !important;
}
.flexlabellabel {
color: ==labelcolor==;
background-color: ==labelbackgroundcolor==;
@@ -3741,8 +3744,8 @@ input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldfle
}
div.fatal {
padding: 5px;
}
}
tr.res_fatal td { background-color: #F88 !important; }
tr.res_fatal td:before {
@@ -3750,15 +3753,15 @@ tr.res_fatal td:before {
font-family: FontAwesome;
color: rgba(183, 59, 46, 1);
font-size: 1.25em;
white-space: nowrap;
white-space: nowrap;
padding: 0px 3px 0px 1px;
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 {
content: none;
}
}
.warning {
background-color: orange;