Dotclear

source: admin/style/date-picker.css @ 2566:9bf417837888

Revision 2566:9bf417837888, 611 bytes checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Add some people in CREDITS, remove trailing spaces and tabs.

Line 
1.date-picker {
2     border-collapse: collapse;
3     background: #fff;
4     color: #fff;
5     border: 1px solid #666;
6     border-width: 1px 2px 2px 1px;
7     width: auto;
8}
9.date-picker th {
10     border: none;
11     color: #000;
12     text-align: center;
13}
14.date-picker td {
15     border: 1px solid #666;
16     text-align: center;
17     padding : 4px 6px;
18}
19th.date-picker-month {
20     text-align: left;
21}
22th.date-picker-year {
23     text-align: right;
24}
25.date-picker-control, th.date-picker-control {
26     color: #2373A8;
27     cursor: pointer;
28}
29.date-picker-day, .date-picker-today {
30     color: #000;
31     background: #eee;
32     cursor: pointer;
33}
34.date-picker-today {
35     background: #ccc;
36}
Note: See TracBrowser for help on using the repository browser.

Sites map