Mercurial > sat_legacy_website
comparison static/css/sat_website.css @ 34:9d553570cc61
add adhesion_form.html and thank_you.html
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 27 Jan 2015 08:20:30 +0100 |
parents | 73c6333fd124 |
children | e501f5ff7191 |
comparison
equal
deleted
inserted
replaced
33:73c6333fd124 | 34:9d553570cc61 |
---|---|
172 | 172 |
173 .progress-bar-left { | 173 .progress-bar-left { |
174 background-color: lightgray; | 174 background-color: lightgray; |
175 color: gray; | 175 color: gray; |
176 } | 176 } |
177 | |
178 .form-signin { | |
179 max-width: 600px; | |
180 padding: 15px; | |
181 margin: 0 auto; | |
182 } | |
183 .form-signin .form-signin-heading, | |
184 .form-signin .checkbox { | |
185 margin-bottom: 10px; | |
186 } | |
187 .form-signin .checkbox { | |
188 font-weight: normal; | |
189 } | |
190 .form-signin .form-control { | |
191 position: relative; | |
192 height: auto; | |
193 -webkit-box-sizing: border-box; | |
194 -moz-box-sizing: border-box; | |
195 box-sizing: border-box; | |
196 padding: 10px; | |
197 font-size: 16px; | |
198 } | |
199 #id_payment_type_group .active { | |
200 background-color: lightgray; | |
201 } |