| author | ymh <ymh.work@gmail.com> |
| Tue, 21 Sep 2010 04:27:08 +0200 | |
| changeset 62 | 39b2dab4f939 |
| parent 47 | 699be5c7b4ac |
| child 82 | 9202807b4cec |
| permissions | -rw-r--r-- |
| 44 | 1 |
@charset "UTF-8"; |
2 |
||
| 47 | 3 |
body { |
4 |
min-width: 0; |
|
5 |
} |
|
6 |
||
|
45
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
7 |
#add_content, #add_contribution { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
8 |
padding: 10px; |
| 44 | 9 |
} |
10 |
||
|
45
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
11 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
12 |
#add_content input, #add_content textarea, #add_content select, |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
13 |
#add_contribution input, #add_contribution textarea, #add_contribution select |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
14 |
{ |
| 44 | 15 |
background: #ededed; |
16 |
width: 250px; |
|
17 |
} |
|
18 |
||
|
45
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
19 |
#add_contribution input[type="checkbox"] { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
20 |
width: auto; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
21 |
} |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
22 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
23 |
|
| 44 | 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; |
|
| 47 | 49 |
padding-top : 10px; |
| 44 | 50 |
text-align: right; |
51 |
} |
|
52 |
||
|
45
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
53 |
#add_content input[type="submit"], #add_contribution input[type="submit"] { |
| 44 | 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 |
||
|
45
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
87 |
.cellcheckbox { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
88 |
text-align: center; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
89 |
width: 70 px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
90 |
} |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
91 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
92 |
#contentslistheader { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
93 |
padding: 1px 10px 1px 36px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
94 |
} |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
95 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
96 |
#ldtcreatetablewrapperdiv { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
97 |
height: 282px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
98 |
} |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
99 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
100 |
#ldtcreatecontentstablediv { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
101 |
max-height: 280px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
102 |
} |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
103 |
|
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
104 |
#ldtcreatecontentslistcontainer { |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
105 |
padding: 5px 0px 20px 0px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
106 |
height: 300px; |
|
db4e163c7c8e
first version of create project link
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
107 |
} |
| 62 | 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 |