ref: master
public/stylesheets/vendor/calendar_date_select/plain.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
.calendar_date_select { border:#777 1px solid; display:block; width:195px; z-index: 1000; background-color:white; } /* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath .calendar_date_select */ iframe.ie6_blocker { position: absolute; z-index: 999; } .calendar_date_select thead th { color: black !important; font-weight:bold; } .calendar_date_select .cds_buttons { text-align:center; padding:5px 0px; } .calendar_date_select .cds_footer { padding:3px; font-size:10px; text-align:center; } .calendar_date_select table { margin: 0px; padding: 0px; } .calendar_date_select .cds_header { text-align:center; } .calendar_date_select .cds_header * { border:0px; background-color:white; } .calendar_date_select .cds_header span { font-size:15px; color: black; font-weight: bold; } .calendar_date_select select { font-size:11px;} .calendar_date_select .cds_header a:hover { color: white; } .calendar_date_select .cds_header a { width:22px; height:20px; text-decoration: none; font-size:14px; color:black !important; } .calendar_date_select .cds_header a.prev { float:left; } .calendar_date_select .cds_header a.next { float:right; } .calendar_date_select .cds_header a.close { float:right; display:none; } .calendar_date_select .cds_header select.month { width:90px; } .calendar_date_select .cds_header select.year { width:61px; } .calendar_date_select .cds_buttons a { color: black; font-size: 9px; } .calendar_date_select td { font-size:12px; width: 24px; height: 21px; text-align:center; vertical-align: middle; background-color: #fff; } .calendar_date_select td.weekend { } .calendar_date_select td div { color: #000; } .calendar_date_select td div.other { color: #ccc; } .calendar_date_select td.selected div { color:white; } .calendar_date_select tbody td { } .calendar_date_select td.selected { background-color:#777; } .calendar_date_select td:hover { background-color:#ccc; } .calendar_date_select td.today { border: 1px dashed #999; } .calendar_date_select td.disabled div { color: #e6e6e6; } .fieldWithErrors .calendar_date_select { border: 2px solid red; } |