diff --git a/APPL/Pictures/minus-circle.png b/APPL/Pictures/minus-circle.png new file mode 100644 index 0000000000..e03cfe1154 Binary files /dev/null and b/APPL/Pictures/minus-circle.png differ diff --git a/APPL/Pictures/minus.png b/APPL/Pictures/minus.png new file mode 100644 index 0000000000..7874cb3e15 Binary files /dev/null and b/APPL/Pictures/minus.png differ diff --git a/APPL/Shared/default.csx b/APPL/Shared/default.csx index 41afa15257..8a4c5ebf3a 100644 --- a/APPL/Shared/default.csx +++ b/APPL/Shared/default.csx @@ -4019,14 +4019,16 @@ td.kpidetails { .mjbtotal { border-left:1px solid #aaa; + vertical-align: middle; } .mjbjaar { border-left:1px solid #eee; + vertical-align: middle; } .mjbplanned td { background: -webkit-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.4) 80%); /* For Safari 5.1 to 6.0 */ background: -moz-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.4) 80%); /* For Firefox 3.6 to 15 */ - background: linear-gradient(to top, rgba(255, 254, 156, 0.6), rgba(255, 254, 156, 0.4) 50%); /* Standard syntax */ + background: linear-gradient(to top, rgba(255, 254, 156, 0.6), rgba(255, 254, 156, 0.4) 80%); /* Standard syntax */ background-color: #FFEB9C\9; /* IE 8 and below */ } .mjbstd td { @@ -4045,12 +4047,14 @@ span.draggable .mjborgbedrag { color: #2222CC; } .mjbafbouw { - background: rgba(236, 240, 248, 0.6) !important; /* Standard syntax */ - background-color: #ECF0F8\9; /* IE 8 and below */ + background-image: url(../appl/Pictures/minus.png) !important; + background-repeat: no-repeat !important; + background-position: center !important; } .mjbverval, .mjbplanned.mjbverval { - background: rgba(196, 200, 216, 0.6) !important; /* Standard syntax */ - background-color: #C4C8D8\9; /* IE 8 and below */ + background-image: url(../appl/Pictures/minus-circle.png) !important; + background-repeat: no-repeat !important; + background-position: center !important; } /* toaster stuff */