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