Last change
on this file since 229 was
76,
checked in by sebas, 16 years ago
|
plugin de abonomailman para enviar boletin electronico
basado sobre los cambios de sebas para arreglar los envios.
|
-
Property svn:executable set to
*
|
File size:
1.8 KB
|
Rev | Line | |
---|
[76] | 1 | /* CSS Document */ |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | /* Date picker specific styles follow */ |
---|
| 5 | |
---|
| 6 | a.date-picker { |
---|
| 7 | width: 16px; |
---|
| 8 | height: 16px; |
---|
| 9 | border: none; |
---|
| 10 | color: #fff; |
---|
| 11 | padding: 0; |
---|
| 12 | margin: 0; |
---|
| 13 | float: left; |
---|
| 14 | overflow: hidden; |
---|
| 15 | cursor: pointer; |
---|
| 16 | background: url(../img_pack/calendar.png) no-repeat; |
---|
| 17 | } |
---|
| 18 | a.date-picker span { |
---|
| 19 | margin: 0 0 0 -2000px; |
---|
| 20 | } |
---|
| 21 | div.date-picker-holder, div.date-picker-holder * { |
---|
| 22 | margin: 0; |
---|
| 23 | padding: 0; |
---|
| 24 | } |
---|
| 25 | div.popup-calendar-wrapper { |
---|
| 26 | position: relative; |
---|
| 27 | } |
---|
| 28 | div.date-picker-holder input { |
---|
| 29 | float: left; |
---|
| 30 | } |
---|
| 31 | div.popup-calendar { |
---|
| 32 | display: none; |
---|
| 33 | position: absolute; |
---|
| 34 | z-index: 2; |
---|
| 35 | top: 0; |
---|
| 36 | left: 0; /* value for IE */ |
---|
| 37 | padding: 4px; |
---|
| 38 | border: 2px solid #000; |
---|
| 39 | background: #fff; |
---|
| 40 | color: #000; |
---|
| 41 | overflow:hidden; |
---|
| 42 | width: 163px; |
---|
| 43 | } |
---|
| 44 | html>body div.popup-calendar { |
---|
| 45 | left: 99px; /* value for decent browsers */ |
---|
| 46 | } |
---|
| 47 | div.popup-calendar div.link-close { |
---|
| 48 | float: right; |
---|
| 49 | } |
---|
| 50 | div.popup-calendar div.link-prev { |
---|
| 51 | float: left; |
---|
| 52 | } |
---|
| 53 | div.popup-calendar h3 { |
---|
| 54 | font-size: 1.3em; |
---|
| 55 | margin: 2px 0 5px 3px; |
---|
| 56 | } |
---|
| 57 | div.popup-calendar div.link-next { |
---|
| 58 | float: right; |
---|
| 59 | } |
---|
| 60 | div.popup-calendar div a { |
---|
| 61 | padding: 1px 2px; |
---|
| 62 | color: #000; |
---|
| 63 | } |
---|
| 64 | div.popup-calendar div a:hover { |
---|
| 65 | background-color: #000; |
---|
| 66 | color: #fff; |
---|
| 67 | } |
---|
| 68 | div.popup-calendar table { |
---|
| 69 | margin: 0; |
---|
| 70 | } |
---|
| 71 | * html div.popup-calendar table { |
---|
| 72 | display: inline; |
---|
| 73 | } |
---|
| 74 | div.popup-calendar table th, div.popup-calendar table td { |
---|
| 75 | background: #eee; |
---|
| 76 | width: 21px; |
---|
| 77 | height: 17px; |
---|
| 78 | text-align: center; |
---|
| 79 | } |
---|
| 80 | div.popup-calendar table td.inactive { |
---|
| 81 | color: #aaa; |
---|
| 82 | padding: 1px 0 0; |
---|
| 83 | } |
---|
| 84 | div.popup-calendar table th.weekend, div.popup-calendar table td.weekend { |
---|
| 85 | background: #f6f6f6; |
---|
| 86 | } |
---|
| 87 | div.popup-calendar table td a { |
---|
| 88 | display: block; |
---|
| 89 | border: 1px solid #eee; |
---|
| 90 | width: 19px; |
---|
| 91 | height: 15px; |
---|
| 92 | text-decoration: none; |
---|
| 93 | color: #333; |
---|
| 94 | } |
---|
| 95 | div.popup-calendar table td.today a { |
---|
| 96 | border-color: #aaa; |
---|
| 97 | } |
---|
| 98 | div.popup-calendar table td a.selected, div.popup-calendar table td a:hover { |
---|
| 99 | background: #333; |
---|
| 100 | color: #fff; |
---|
| 101 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.