| @@ -1,73 +1,58 @@ | ||
| 1 | 1 | div.tcr-loading { |
| 2 | - margin: auto; | |
| 2 | + margin: auto; | |
| 3 | 3 | } |
| 4 | - | |
| 5 | -div.tcr-error, div.tcr-warning { | |
| 6 | - border-style: solid; | |
| 7 | - border-width: 1px; | |
| 8 | - padding: 0.5em; | |
| 4 | +div.tcr-error, div.tcr-warning { | |
| 5 | + border-style: solid; | |
| 6 | + border-width: 1px; | |
| 7 | + padding: 0.5em; | |
| 9 | 8 | } |
| 10 | - | |
| 11 | 9 | div.tcr-warning, div.tcr-warning p, div.tcr-warning code { |
| 12 | - background-color: #FEEFB3; | |
| 10 | + background-color: #FEEFB3; | |
| 13 | 11 | } |
| 14 | - | |
| 15 | 12 | div.tcr-warning p { |
| 16 | - margin: 0; | |
| 17 | - padding: 0.5em; | |
| 13 | + margin:0; | |
| 14 | + padding:0.5em; | |
| 18 | 15 | } |
| 19 | - | |
| 20 | 16 | div.tcr-error { |
| 21 | - background-color: #feddce; | |
| 17 | + background-color: #feddce; | |
| 22 | 18 | } |
| 23 | - | |
| 24 | 19 | div.tcr-warning ul { |
| 25 | - list-style-type: disc; | |
| 20 | + list-style-type: disc; | |
| 26 | 21 | padding-left: 1.5em; |
| 27 | 22 | margin-bottom: 1em; |
| 28 | 23 | } |
| 29 | - | |
| 30 | 24 | div.tcr-warning ul li { |
| 31 | - margin-bottom: 0px; | |
| 25 | + margin-bottom: 0px; | |
| 32 | 26 | } |
| 33 | - | |
| 34 | 27 | div.tcr-warning .heading, div.tcr-error .heading { |
| 35 | - font-weight: bold; | |
| 28 | + font-weight: bold; | |
| 36 | 29 | } |
| 37 | - | |
| 38 | 30 | table.tcr-dates { |
| 39 | - width: 100%;; | |
| 31 | + width: 100%;; | |
| 40 | 32 | } |
| 41 | - | |
| 42 | 33 | table.tcr-dates tr td { |
| 43 | - padding: 0.125em; | |
| 34 | + padding: 0.125em; | |
| 44 | 35 | } |
| 45 | - | |
| 46 | 36 | table.tcr-dates tr.upcoming { |
| 47 | - background-color: #faff92; | |
| 48 | - color: #000000; | |
| 37 | + background-color: #faff92; | |
| 38 | + color: #000000; | |
| 49 | 39 | } |
| 50 | - | |
| 51 | 40 | table.tcr-dates tr.active { |
| 52 | - background-color: #009900; | |
| 53 | - color: #ffffff; | |
| 41 | + background-color: #009900; | |
| 42 | + color: #ffffff; | |
| 54 | 43 | } |
| 55 | - | |
| 56 | 44 | table.tcr-dates tr.expired { |
| 57 | - background-color: #eeeeee; | |
| 58 | - color: #000000; | |
| 45 | + background-color: #eeeeee; | |
| 46 | + color: #000000; | |
| 59 | 47 | } |
| 60 | - | |
| 61 | 48 | table.tcr-dates tr:hover { |
| 62 | - background-color: #ffffff; | |
| 63 | - border: 1px solid #000000; | |
| 49 | + background-color: #ffffff; | |
| 50 | + border: 1px solid #000000; | |
| 64 | 51 | } |
| 65 | - | |
| 66 | 52 | table.tcr-dates tr.active:hover { |
| 67 | - color: #009900; | |
| 68 | - background-color: #ffffff; | |
| 53 | + color: #009900; | |
| 54 | + background-color: #ffffff; | |
| 69 | 55 | } |
| 70 | - | |
| 71 | 56 | #schedule_desc { |
| 72 | - min-height: 14em; | |
| 73 | -} | |
| 57 | + min-height:14em; | |
| 58 | +} | |