equal
deleted
inserted
replaced
|
1 /* EventCalendar. Copyright (C) 2005, Alex Tingle. $Revision: 133 $ |
|
2 * This file is licensed under the GNU GPL. See LICENSE file for details. |
|
3 */ |
|
4 |
|
5 #ec3_schedule_editor th { |
|
6 text-align:left; |
|
7 } |
|
8 |
|
9 /* Admin panel */ |
|
10 |
|
11 #ec3_schedule_editor div { |
|
12 margin-right: 8px; |
|
13 } |
|
14 |
|
15 * html #ec3_schedule_editor .dbx-toggle-open, * html #ec3_schedule_editor .dbx-toggle-open { |
|
16 padding-right: 8px; |
|
17 } |
|
18 |
|
19 #ec3_schedule_editor div.dbx-content { |
|
20 margin-right: 0; |
|
21 padding-right: 17px; |
|
22 } |
|
23 |
|
24 #ec3_schedule_editor table.editform { |
|
25 border-collapse: collapse; |
|
26 } |
|
27 |
|
28 #ec3_schedule_editor tr.ec3_schedule_row { |
|
29 border-bottom:solid 4px white; |
|
30 background-color:#f8f8f8; |
|
31 } |