svn path=/Website/trunk/; revision=27181
This commit is contained in:
Peter Feij
2015-11-30 14:26:33 +00:00
parent 0ca01f798e
commit e0fac51d60
3 changed files with 38 additions and 18 deletions

View File

@@ -195,6 +195,12 @@ select {
background-repeat: no-repeat;
background-position: right 6px center;
}
select[multiple]
{
background-image: none;
}
select::-ms-expand { display: none;}
input[type=text], select {
background-color: #FFFDF6;
@@ -1158,14 +1164,10 @@ label.cadselect:hover,
text-align: left;
}
.bijlage, .bijlage1, .fldflexF input:focus {
.bijlage:focus, .bijlage1:focus, .fldflexF:focus, button:focus, input.button:focus {
border: 0px!important;
}
input#Button1:focus {
border: 0px!important;
}
.bijlage1 {
background-image: url(../appl/pictures/doc_text_image.png);
}
@@ -2112,9 +2114,10 @@ input.button {
width: 206px;
}
#mod_substitutes .button {
width: 16px;
#mod_substitutes .button, #scfcolpicker .button, #sleRuimteList .button {
width: auto;
}
.fldresroom {
width: 204px !important;
}
@@ -2143,7 +2146,8 @@ input.button {
/* ouderwetse listboxes */
select, .fldbedrijf, .fldfunc, .fldact, .fldsortout, .fldgroupby, .fldbdr_key, .fldopstel, .fldsel_activity,
select.flddienst, select.fldcontract, .fldt_opdr, .fldaltgroep, .fldaltfunctie, .fldBES_srtgroup,
select.flddisc, select.fldsrtdeelmulti, select.fldsrtgroup, .fldprio, .flddeliveryAddr, .fldmld_adrlkey, .fldmld_adrfkey
select.flddisc, select.fldsrtdeelmulti, select.fldsrtgroup, .fldprio, .flddeliveryAddr, .fldmld_adrlkey, .fldmld_adrfkey,
select.fldbudgeth, select.fldkstplgr, select.fldkpn_module, select.fldkpn_grpkey
{
width: 346px;
}
@@ -2425,6 +2429,7 @@ body.likemodal {
background-color: ==frameheaderbackgroundcolor==;
border-right: 1px solid #ccc;
}
#mod_ruimtefunctie {width:650px; height:40px;}
#mod_perslidwerkplek {width:450px;}
#mod_substitutes {width: 500px; height: 370px;}
#mod_queuemail {width:600px;}
@@ -3008,6 +3013,7 @@ tr.listfatal td {
}
.legendatekst {
white-space: nowrap;
padding-left: 2px;
}
#meldinglegenda {
width:100%;
@@ -3135,9 +3141,15 @@ td.selectable {
background-repeat:no-repeat;
background-position: 4px 5px;
width: 220px;
}
.openFG, .closedFG {
background-color: ==frameheaderbackgroundcolor==;
color: ==frameheadercolor==;
}
.fixedFG {
background-color: ==blockheaderbackgroundcolor==;
color: ==blockheadercolor==;
}
.openFG {
background-image:url(../appl/pictures/up.png);
cursor: pointer;
@@ -3659,6 +3671,13 @@ tr.report_H td {
}
/* KPI module; niet alles even noodzakelijk */
.kpitcol1, .kpicol1 {
width: 20%;
}
.kpicol2 {
width: 45%;
}
table.kpidetails {
width: 100%;
margin: 0;
@@ -3669,15 +3688,13 @@ td.kpidetails {
vertical-align: top;
}
.kpiprim_header {
font-size: 18pt;
float:left;
}
.kpisec_heading {
background-color: #eee;
color: #000;
font-size: 18pt;
background-color: ==blockheaderbackgroundcolor==;
color: ==blockheadercolor==;
font-size: 1.8em;
vertical-align: bottom;
padding: 5px;
padding: 4px 0 0 15px;
}
.kpiavg {
color: #fff;
@@ -3689,5 +3706,8 @@ td.kpidetails {
}
.kpiscore {
width: 50px;
text-align: center;
text-align: right;
}
.kpioms {
min-width: 300px;
}