File tree Expand file tree Collapse file tree 2 files changed +46
-15
lines changed Expand file tree Collapse file tree 2 files changed +46
-15
lines changed Original file line number Diff line number Diff line change @@ -401,33 +401,64 @@ 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 : # fff ;
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 ;
454
+ }
455
+
456
+ table .schedule tbody tr .highlight {
457
+ background-color : # 99ffcc ;
428
458
}
429
459
430
- table , table * {
431
- border : solid 1 px # 666 ;
432
- border-collapse : collapse ;
460
+ table . schedule tr . highlight td . hour ,
461
+ table . schedule tr . highlight td . minute {
462
+ background-color : transparent ;
433
463
}
464
+
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 >
@@ -122,16 +122,16 @@ <h1>PHP Community
122
122
< tr >
123
123
< td class ="minute "> 15</ td >
124
124
</ tr >
125
- < tr >
125
+ < tr class =" highlight " >
126
126
< td class ="minute "> 30</ td >
127
127
< td rowspan ="3 "> Laura Beth Lincoln Denker - Is It
128
128
Handmade Code If You Use Power Tools?</ td >
129
129
< td rowspan ="3 "> Sean Coates - Gimme Bar</ td >
130
130
</ tr >
131
- < tr >
131
+ < tr class =" highlight " >
132
132
< td class ="minute "> 45</ td >
133
133
</ tr >
134
- < tr >
134
+ < tr class =" highlight " >
135
135
< td rowspan ="4 " class ="hour "> 15</ td >
136
136
< td class ="minute "> 00</ td >
137
137
</ tr >
You can’t perform that action at this time.
0 commit comments