equal
deleted
inserted
replaced
|
1 @charset "UTF-8"; |
|
2 |
|
3 body { |
|
4 min-width: 0; |
|
5 } |
|
6 |
|
7 #add_content, #add_contribution { |
|
8 padding: 10px; |
|
9 } |
|
10 |
|
11 |
|
12 #add_content input, #add_content textarea, #add_content select, |
|
13 #add_contribution input, #add_contribution textarea, #add_contribution select |
|
14 { |
|
15 background: #ededed; |
|
16 width: 250px; |
|
17 } |
|
18 |
|
19 #add_contribution input[type="checkbox"] { |
|
20 width: auto; |
|
21 } |
|
22 |
|
23 |
|
24 #add_content textarea { |
|
25 height : 125px; |
|
26 } |
|
27 |
|
28 #add_content li { |
|
29 list-style: none; |
|
30 } |
|
31 |
|
32 |
|
33 label { |
|
34 display: block; |
|
35 margin-top: 0.5em; |
|
36 } |
|
37 |
|
38 #add_content .vDateField,#add_content .vTimeField { |
|
39 width: 90px; |
|
40 float: left; |
|
41 } |
|
42 |
|
43 .projectscontentstitle { |
|
44 border-bottom: 1px solid black; |
|
45 } |
|
46 |
|
47 #submitcontent { |
|
48 border-top: 1px solid black; |
|
49 padding-top : 10px; |
|
50 text-align: right; |
|
51 } |
|
52 |
|
53 #add_content input[type="submit"], #add_contribution input[type="submit"] { |
|
54 background-color: #656565; |
|
55 color: white; |
|
56 width:auto; |
|
57 font-weight: bold; |
|
58 padding: 5px 10px; |
|
59 } |
|
60 |
|
61 .datetimeshortcuts { |
|
62 float: left; |
|
63 } |
|
64 |
|
65 .ldtdatetime { |
|
66 float: left; |
|
67 width: 350px; |
|
68 } |
|
69 |
|
70 .ldtdate,.ldttime { |
|
71 float: left; |
|
72 width: 150px; |
|
73 } |
|
74 |
|
75 .ldtdatetitle,.ldttimetitle { |
|
76 color: #666; |
|
77 } |
|
78 |
|
79 #contentformhidden { |
|
80 display: none; |
|
81 } |
|
82 |
|
83 #contentformfields { |
|
84 margin: 10px 0px; |
|
85 } |
|
86 |
|
87 .cellcheckbox { |
|
88 text-align: center; |
|
89 width: 70 px; |
|
90 } |
|
91 |
|
92 #contentslistheader { |
|
93 padding: 1px 10px 1px 36px; |
|
94 } |
|
95 |
|
96 #ldtcreatetablewrapperdiv { |
|
97 height: 282px; |
|
98 } |
|
99 |
|
100 #ldtcreatecontentstablediv { |
|
101 max-height: 280px; |
|
102 } |
|
103 |
|
104 #ldtcreatecontentslistcontainer { |
|
105 padding: 5px 0px 20px 0px; |
|
106 height: 300px; |
|
107 } |
|
108 |
|
109 #media_fields_div { |
|
110 width : 338px; |
|
111 height : 50px; |
|
112 margin-top: 10px 0px; |
|
113 padding-left: 10px; |
|
114 border: 1px solid #DDD; |
|
115 } |
|
116 |