Revision 1b39b805 templates/apply.html

b/templates/apply.html
24 24
    <link href="{{STATIC_URL}}b3theme/css/plugins/timeline/timeline.css" rel="stylesheet">
25 25
    <link href="{{STATIC_URL}}datepicker/css/datepicker.css" rel="stylesheet">
26 26
{% endblock %}
27

  
28
{% block extraheadbottom %}
29
<style type="text/css">
30

  
31

  
32

  
33
#rule_form_container input:not([type="submit"]), #rule_form_container select {
34
    background: none repeat scroll 0 0 #FFFFFF;
35
    border: 1px solid #DDDDDD;
36
	-moz-border-radius: 3px; border-radius:3px; -webkit-border-radius: 3px; 
37
    float: left;
38
    font-family: "Century Gothic",Helvetica,sans-serif;
39
    font-size: 13px;
40
    outline: medium none;
41
    padding: 5px;
42
    width: 180px;
43
}
44

  
45

  
46
#rule_form_container{
47
	-moz-border-radius: 10px 10px 10px 10px; border-radius:10px; -webkit-border-radius: 10px;
48
	-moz-box-shadow: 0 0 3px #AAAAAA; box-shadow: 0 0 3px #AAAAAA; -webkit-box-shadow: 0 0 3px #AAAAAA; 
49
	background-color: #F9F9F9;
50
	border: 2px solid #FFFFFF;
51
	overflow: hidden;
52
    width: 800px;
53
	}
54
#rule_form_container div label {
55
    color: #666666;
56
    float: left;
57
    font-family: "Century Gothic",Helvetica,sans-serif;
58
    font-size: 15px;
59
    font-weight: bold;
60
    line-height: 26px;
61
    margin-right: 15px;
62
    text-align: right;
63
    text-shadow: 1px 1px 1px #FFFFFF;
64
    width: 180px;
65
}
66
#rule_form_container p.submit {
67
    background: none repeat scroll 0 0 transparent;
68
    border: medium none;
69
    box-shadow: none;
70
}
71

  
72
.errorlist{
73
	list-style: none outside none;
74
}
75

  
76
</style>
77
{% endblock %}
78

  
27 79
{% block pagejsbottom %}
28 80
<script type="text/javascript" src="{{STATIC_URL}}datepicker/js/bootstrap-datepicker.js"></script>
29 81
<script>
......
154 206
</script>
155 207
{% endblock %}
156 208
{% block contentplaceholder %}
157
<style type="text/css">
158

  
159 209

  
160

  
161
#rule_form_container input:not([type="submit"]), #rule_form_container select {
162
    background: none repeat scroll 0 0 #FFFFFF;
163
    border: 1px solid #DDDDDD;
164
	-moz-border-radius: 3px; border-radius:3px; -webkit-border-radius: 3px; 
165
    float: left;
166
    font-family: "Century Gothic",Helvetica,sans-serif;
167
    font-size: 13px;
168
    outline: medium none;
169
    padding: 5px;
170
    width: 180px;
171
}
172

  
173

  
174
#rule_form_container{
175
	-moz-border-radius: 10px 10px 10px 10px; border-radius:10px; -webkit-border-radius: 10px;
176
	-moz-box-shadow: 0 0 3px #AAAAAA; box-shadow: 0 0 3px #AAAAAA; -webkit-box-shadow: 0 0 3px #AAAAAA; 
177
	background-color: #F9F9F9;
178
	border: 2px solid #FFFFFF;
179
	overflow: hidden;
180
    width: 800px;
181
	}
182
#rule_form_container div label {
183
    color: #666666;
184
    float: left;
185
    font-family: "Century Gothic",Helvetica,sans-serif;
186
    font-size: 15px;
187
    font-weight: bold;
188
    line-height: 26px;
189
    margin-right: 15px;
190
    text-align: right;
191
    text-shadow: 1px 1px 1px #FFFFFF;
192
    width: 180px;
193
}
194
#rule_form_container p.submit {
195
    background: none repeat scroll 0 0 transparent;
196
    border: medium none;
197
    box-shadow: none;
198
}
199

  
200
.errorlist{
201
	list-style: none outside none;
202
}
203

  
204
</style>
205 210
            <div class="row">
206 211
                <div class="col-lg-12">
207 212
                    <h1 class="page-header"> {% if edit %}{% trans "Edit rule" %}: {{form.data.name}}

Also available in: Unified diff