File tree Expand file tree Collapse file tree 2 files changed +39
-13
lines changed Expand file tree Collapse file tree 2 files changed +39
-13
lines changed Original file line number Diff line number Diff line change @@ -401,33 +401,59 @@ div#schedule.section {
401
401
padding : 0 ;
402
402
}
403
403
404
- table .schedule td .hour {
405
- border-right : 0 ;
406
- vertical-align : top;
404
+ table .schedule {
405
+ background : # fff ;
406
+ border-collapse : collapse;
407
+ border : 2px solid # 363636 ;
408
+ border-bottom : none;
409
+ border-right : none;
410
+ text-align : center;
411
+ }
407
412
413
+ table .schedule tr {
414
+ border-bottom : 2px solid # 363636 ;
408
415
}
409
416
410
- table .schedule {
411
- text-align : center;
417
+ table .schedule th ,
418
+ table .schedule td {
419
+ border-right : 2px solid # 363636 ;
420
+ padding : 10px ;
421
+ }
422
+
423
+ table .schedule td {
424
+ background : # eee ;
425
+ padding : 5px 10px ;
426
+ }
427
+
428
+ table .schedule td .hour ,
429
+ table .schedule td .minute {
430
+ background : transparent;
431
+ }
432
+
433
+ table .schedule td .hour {
434
+ border-right : 0 ;
435
+ vertical-align : top;
436
+ padding-right : 5px ;
412
437
}
413
438
414
439
table .schedule td .minute {
415
440
border-left : 0 ;
441
+ padding-left : 0 ;
416
442
}
417
443
418
444
table .schedule td .lunch {
419
- background-color : green ;
445
+ background-color : # 81bde8 ;
420
446
}
421
447
422
448
table .schedule td .break {
423
- background-color : red ;
449
+ background-color : # f48899 ;
424
450
}
425
451
426
452
table .schedule td .registration {
427
- background-color : yellow ;
453
+ background-color : # fff48e ;
428
454
}
429
455
430
- table , table * {
431
- border : solid 1px # 666 ;
432
- border-collapse : collapse;
456
+ table .schedule tbody tr .highlight {
457
+ background-color : # 99ffcc ;
433
458
}
459
+
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ <h1>PHP Community
45
45
< tr >
46
46
< td class ="minute "> 45</ td >
47
47
</ tr >
48
- < tr >
48
+ < tr class =" highlight " >
49
49
< td rowspan ="4 " class ="hour "> 10</ td >
50
50
< td class ="minute "> 00</ td >
51
51
< td rowspan ="12 "> Lorna Mitchell - Web Services</ td >
@@ -94,7 +94,7 @@ <h1>PHP Community
94
94
< tr >
95
95
< td class ="minute "> 45</ td >
96
96
</ tr >
97
- < tr >
97
+ < tr class =" highlight " >
98
98
< td rowspan ="4 " class ="hour "> 13</ td >
99
99
< td class ="minute "> 00</ td >
100
100
< td rowspan ="4 " colspan ="2 " class ="lunch "> Lunch</ td >
You can’t perform that action at this time.
0 commit comments