From 449c493aabc42433bf57036f638f3fe07f0c91c4 Mon Sep 17 00:00:00 2001 From: Peter Feij Date: Thu, 15 Sep 2016 09:31:07 +0000 Subject: [PATCH] FSN#33999: Realisatie TMJ module: styling svn path=/Website/trunk/; revision=30720 --- APPL/Pictures/minus-circle.png | Bin 0 -> 247 bytes APPL/Pictures/minus.png | Bin 0 -> 153 bytes APPL/Shared/default.csx | 14 +++++++++----- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 APPL/Pictures/minus-circle.png create mode 100644 APPL/Pictures/minus.png diff --git a/APPL/Pictures/minus-circle.png b/APPL/Pictures/minus-circle.png new file mode 100644 index 0000000000000000000000000000000000000000..e03cfe11546b373a533a6de720720b9f3ee78086 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt^@JY5_^ zEPB^Yw&goyz|(3kpnSYR*22^JK&F7u@rPy}7xZ>A3kSC!3UIGlV9|ReYSW`9d()qv zH@GM^^Q-NKjg<`V4lGy6`P!o!KA&%k^G{AG^ZaLI33NAur>mdKI;Vst02{Mo4gdfE literal 0 HcmV?d00001 diff --git a/APPL/Pictures/minus.png b/APPL/Pictures/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..7874cb3e156b7eff3ca78dc475aaf5ca45fd2c67 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_Bo-U3d z7QM*{609Q3ZYpN%%*@Rq6MxM!G%)z%AZ~N!z=03*J!&MDb#k6$NXm5&?9Mq5E5y^V v+Le!4jg5`1PKo!&380#O7H)S&Uq*(Fwt|I+{7$_Dn#|zo>gTe~DWM4fP*yHU literal 0 HcmV?d00001 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 */