| author | ymh <ymh.work@gmail.com> |
| Fri, 06 May 2011 02:10:17 +0200 | |
| changeset 101 | e414b5897c3f |
| parent 60 | 77d07e49e245 |
| permissions | -rw-r--r-- |
| 0 | 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 |
} |
|
51 |
||
52 |
#submitcontent-buttons { |
|
53 |
text-align: right; |
|
54 |
} |
|
55 |
||
|
60
77d07e49e245
Enhance login form and add french sentence for social_auth login.
cavaliet
parents:
0
diff
changeset
|
56 |
#submitcontent-buttons-login { |
|
77d07e49e245
Enhance login form and add french sentence for social_auth login.
cavaliet
parents:
0
diff
changeset
|
57 |
text-align: left; |
|
77d07e49e245
Enhance login form and add french sentence for social_auth login.
cavaliet
parents:
0
diff
changeset
|
58 |
} |
|
77d07e49e245
Enhance login form and add french sentence for social_auth login.
cavaliet
parents:
0
diff
changeset
|
59 |
|
| 0 | 60 |
#submitcontent-loader { |
61 |
text-align: left; |
|
62 |
} |
|
63 |
||
64 |
.submitcontent-loader-content { |
|
65 |
display: none; |
|
66 |
} |
|
67 |
||
68 |
||
69 |
#submitcontent-loader-msg { |
|
70 |
padding-left: 6px; |
|
71 |
} |
|
72 |
||
73 |
||
|
60
77d07e49e245
Enhance login form and add french sentence for social_auth login.
cavaliet
parents:
0
diff
changeset
|
74 |
#submitcontent-buttons input[type="submit"], #submitcontent-buttons button, #submitcontent-buttons-login input[type="submit"], #submitcontent-buttons-login button { |
| 0 | 75 |
background-color: #656565; |
76 |
color: white; |
|
77 |
width:auto; |
|
78 |
font-weight: bold; |
|
79 |
padding: 5px 10px; |
|
80 |
} |
|
81 |
||
82 |
.datetimeshortcuts { |
|
83 |
float: left; |
|
84 |
} |
|
85 |
||
86 |
.ldtdatetime { |
|
87 |
float: left; |
|
88 |
width: 350px; |
|
89 |
} |
|
90 |
||
91 |
.ldtdate,.ldttime { |
|
92 |
float: left; |
|
93 |
width: 150px; |
|
94 |
} |
|
95 |
||
96 |
.ldtdatetitle,.ldttimetitle { |
|
97 |
color: #666; |
|
98 |
} |
|
99 |
||
100 |
#contentformhidden { |
|
101 |
display: none; |
|
102 |
} |
|
103 |
||
104 |
#contentformfields { |
|
105 |
margin: 10px 0px; |
|
106 |
} |
|
107 |
||
108 |
.cellcheckbox { |
|
109 |
text-align: center; |
|
110 |
width: 70 px; |
|
111 |
} |
|
112 |
||
113 |
#contentslistheader { |
|
114 |
padding: 1px 10px 1px 36px; |
|
115 |
} |
|
116 |
||
117 |
#ldtcreatetablewrapperdiv { |
|
118 |
height: 282px; |
|
119 |
} |
|
120 |
||
121 |
#ldtcreatecontentstablediv { |
|
122 |
max-height: 280px; |
|
123 |
} |
|
124 |
||
125 |
#ldtcreatecontentslistcontainer { |
|
126 |
padding: 5px 0px 20px 0px; |
|
127 |
height: 300px; |
|
128 |
} |
|
129 |
||
130 |
#media_fields_div { |
|
131 |
width : 338px; |
|
132 |
height : 50px; |
|
133 |
margin-top: 10px 0px; |
|
134 |
padding-left: 10px; |
|
135 |
border: 1px solid #DDD; |
|
136 |
} |
|
137 |
||
138 |
.error_message { |
|
139 |
padding: 3em 2em; |
|
140 |
font-size: larger; |
|
141 |
font-weight: bold; |
|
142 |
} |
|
143 |
||
144 |