FSN#33999: Realisatie TMJ module: styling

svn path=/Website/trunk/; revision=30720
This commit is contained in:
Peter Feij
2016-09-15 09:31:07 +00:00
parent 9863fe8e2e
commit 449c493aab
3 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

BIN
APPL/Pictures/minus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

View File

@@ -4019,14 +4019,16 @@ td.kpidetails {
.mjbtotal { .mjbtotal {
border-left:1px solid #aaa; border-left:1px solid #aaa;
vertical-align: middle;
} }
.mjbjaar { .mjbjaar {
border-left:1px solid #eee; border-left:1px solid #eee;
vertical-align: middle;
} }
.mjbplanned td { .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: -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: -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 */ background-color: #FFEB9C\9; /* IE 8 and below */
} }
.mjbstd td { .mjbstd td {
@@ -4045,12 +4047,14 @@ span.draggable .mjborgbedrag {
color: #2222CC; color: #2222CC;
} }
.mjbafbouw { .mjbafbouw {
background: rgba(236, 240, 248, 0.6) !important; /* Standard syntax */ background-image: url(../appl/Pictures/minus.png) !important;
background-color: #ECF0F8\9; /* IE 8 and below */ background-repeat: no-repeat !important;
background-position: center !important;
} }
.mjbverval, .mjbplanned.mjbverval { .mjbverval, .mjbplanned.mjbverval {
background: rgba(196, 200, 216, 0.6) !important; /* Standard syntax */ background-image: url(../appl/Pictures/minus-circle.png) !important;
background-color: #C4C8D8\9; /* IE 8 and below */ background-repeat: no-repeat !important;
background-position: center !important;
} }
/* toaster stuff */ /* toaster stuff */