Commit 4d3d5f6ba666634ddfa05d3a30b5b6889639744f
1 parent
5a40d967
Exists in
master
and in
9 other branches
Organization of forms : community registration, software registration and new contact.
Showing
1 changed file
with
225 additions
and
0 deletions
Show diff stats
css/edition-pages.css
... | ... | @@ -250,3 +250,228 @@ |
250 | 250 | border: 1px solid #D3D6DE; |
251 | 251 | } |
252 | 252 | |
253 | +/*New Software form*/ | |
254 | + | |
255 | +.action-software_communities_plugin_myprofile-new_software #content.current-step h3 { | |
256 | + color: #F50054; | |
257 | +} | |
258 | + | |
259 | +.action-software_communities_plugin_myprofile-new_software #content .main-block form input[type="text"] { | |
260 | + display: block; | |
261 | + height: 19px; | |
262 | + padding: 6px; | |
263 | + border: 1px solid #ccc; | |
264 | + border-radius: 4px; | |
265 | + width: 384px; | |
266 | + font-size: 15px; | |
267 | + font-family: arial, helvetica; | |
268 | + color: #585858; | |
269 | +} | |
270 | + | |
271 | +.action-software_communities_plugin_myprofile-new_software #content .formfield input{ | |
272 | + background: none #FFFFFF; | |
273 | + border: 1px solid #DDDDDD; | |
274 | + color: #585858; | |
275 | + font-size: 16px; | |
276 | + width: 76%; | |
277 | + word-wrap: break-word; | |
278 | + border-radius: 4px; | |
279 | +} | |
280 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form label.formlabel.mandatory{ | |
281 | + font-size: 14px; | |
282 | + margin-bottom: 5px; | |
283 | + color: #231f20; | |
284 | + font-weight: 300; | |
285 | +} | |
286 | + | |
287 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form .required-field .formlabel.mandatory:after{ | |
288 | + color: #FF0366; | |
289 | + font-weight: 500; | |
290 | +} | |
291 | + | |
292 | +.action-software_communities_plugin_myprofile-new_software #content .formfield textarea{ | |
293 | + background: none #FFFFFF; | |
294 | + border: 1px solid #DDDDDD; | |
295 | + color: #585858; | |
296 | + font-size: 16px; | |
297 | + width: 100%; | |
298 | + word-wrap: break-word; | |
299 | +} | |
300 | + | |
301 | +.action-software_communities_plugin_myprofile-new_software #content #finality textarea { | |
302 | + resize: none; | |
303 | + height: 100px; | |
304 | +} | |
305 | + | |
306 | +.action-software_communities_plugin_myprofile-new_software #content #software-hostname { | |
307 | + float: left; | |
308 | + display: inline-block; | |
309 | + vertical-align: middle; | |
310 | + background: #EEE; | |
311 | + border: 1px solid #CFCFCF; | |
312 | + line-height: 22px; | |
313 | + padding: 0px 7px; | |
314 | + color: #4A4A4A; | |
315 | + font-size: 20px; | |
316 | + text-transform: lowercase; | |
317 | + min-width: 190px; | |
318 | + border-spacing: 20px; | |
319 | +} | |
320 | + | |
321 | +.action-software_communities_plugin_myprofile-new_software #content .main-block form #profile_change_picture { | |
322 | + padding: 0 15px 15px 15px; | |
323 | + border: 1px dotted #ddd; | |
324 | + margin-top: 10px; | |
325 | +} | |
326 | + | |
327 | +.action-software_communities_plugin_myprofile-new_software #content .main-content form p .required-field { | |
328 | + max-width: 500px; | |
329 | + padding: 15px 20px; | |
330 | + margin: 20px 0 30px 0; | |
331 | + border: 1px dotted #ccc; | |
332 | + border-left: 5px solid #FF0366; | |
333 | + border-radius: 3px; | |
334 | + display: block; | |
335 | + background: #fff; | |
336 | + line-height: 20px; | |
337 | + font-size: 13px; | |
338 | +} | |
339 | + | |
340 | +.action-software_communities_plugin_myprofile-new_software .explanation { | |
341 | +font-style: italic; | |
342 | +font-size: 10px; | |
343 | +} | |
344 | + | |
345 | +/* new community form*/ | |
346 | + | |
347 | +.action-memberships-new_community #content .main-block form input[type="text"] { | |
348 | + display: block; | |
349 | + height: 19px; | |
350 | + padding: 6px; | |
351 | + border: 1px solid #ccc; | |
352 | + border-radius: 4px; | |
353 | + width: 384px; | |
354 | + font-size: 15px; | |
355 | + font-family: arial, helvetica; | |
356 | + color: #585858; | |
357 | +} | |
358 | + | |
359 | +.action-memberships-new_community .formfield input{ | |
360 | + background: none #FFFFFF; | |
361 | + border: 1px solid #DDDDDD; | |
362 | + color: #585858; | |
363 | + font-size: 16px; | |
364 | + width: 76%; | |
365 | + word-wrap: break-word; | |
366 | + border-radius: 4px; | |
367 | +} | |
368 | + | |
369 | +.action-memberships-new_community #content .main-content form label.formlabel{ | |
370 | + font-size: 14px; | |
371 | + margin-bottom: 5px; | |
372 | + color:#231f20; | |
373 | + font-weight: 300; | |
374 | +} | |
375 | + | |
376 | +.action-memberships-new_community #content .main-content form .required-field .formlabel:after { | |
377 | + color: #FF0366; | |
378 | + font-weight: 500; | |
379 | +} | |
380 | + | |
381 | +.action-memberships-new_community .formfield textarea{ | |
382 | + background: none #FFFFFF; | |
383 | + border: 1px solid #DDDDDD; | |
384 | + color: #585858; | |
385 | + font-size: 16px; | |
386 | + width: 100%; | |
387 | + word-wrap: break-word; | |
388 | +} | |
389 | + | |
390 | +.action-memberships-new_community #content .main-block form #profile_change_picture { | |
391 | + padding: 0 15px 15px 15px; | |
392 | + border: 1px dotted #ddd; | |
393 | + margin-top: 10px; | |
394 | +} | |
395 | + | |
396 | +.action-memberships-new_community #content .main-content form p .required-field { | |
397 | + max-width: 500px; | |
398 | + padding: 15px 20px; | |
399 | + margin: 20px 0 30px 0; | |
400 | + border: 1px dotted #ccc; | |
401 | + border-left: 5px solid #FF0366; | |
402 | + border-radius: 3px; | |
403 | + display: block; | |
404 | + background: #fff; | |
405 | + line-height: 20px; | |
406 | + font-size: 13px; | |
407 | +} | |
408 | + | |
409 | +/*Contact new form*/ | |
410 | + | |
411 | +.action-contact-new #content .main-block form input[type="text"] { | |
412 | + display: block; | |
413 | + height: 19px; | |
414 | + padding: 6px; | |
415 | + border: 1px solid #ccc; | |
416 | + border-radius: 4px; | |
417 | + width: 384px; | |
418 | + font-size: 15px; | |
419 | + font-family: arial, helvetica; | |
420 | + color: #585858; | |
421 | +} | |
422 | + | |
423 | +.action-contact-new .formfield input{ | |
424 | + background: none #FFFFFF; | |
425 | + border: 1px solid #DDDDDD; | |
426 | + color: #585858; | |
427 | + font-size: 16px; | |
428 | + width: 76%; | |
429 | + word-wrap: break-word; | |
430 | + border-radius: 4px; | |
431 | +} | |
432 | + | |
433 | +.action-contact-new #content .main-content form label.formlabel{ | |
434 | + font-size: 14px; | |
435 | + margin-bottom: 5px; | |
436 | + color:#231f20; | |
437 | + font-weight: 300; | |
438 | +} | |
439 | + | |
440 | +.action-contact-new #content .main-content form .required-field .formlabel:after { | |
441 | + color: #FF0366; | |
442 | + font-weight: 500; | |
443 | +} | |
444 | +.action-contact-new #content .main-content form label.formlabel{ | |
445 | + font-size: 14px; | |
446 | + margin-bottom: 5px; | |
447 | + color:#231f20; | |
448 | + font-weight: 300; | |
449 | +} | |
450 | + | |
451 | +.action-contact-new #content .main-content form .required-field .formlabel:after { | |
452 | + color: #FF0366; | |
453 | + font-weight: 500; | |
454 | +} | |
455 | + | |
456 | + | |
457 | +.action-contact-new .formfield textarea{ | |
458 | + background: none #FFFFFF; | |
459 | + border: 1px solid #DDDDDD; | |
460 | + color: #585858; | |
461 | + font-size: 16px; | |
462 | + width: 100%; | |
463 | + word-wrap: break-word; | |
464 | +} | |
465 | + | |
466 | +.action-contact-new #content .main-content form p .required-field { | |
467 | + max-width: 500px; | |
468 | + padding: 15px 20px; | |
469 | + margin: 20px 0 30px 0; | |
470 | + border: 1px dotted #ccc; | |
471 | + border-left: 5px solid #FF0366; | |
472 | + border-radius: 3px; | |
473 | + display: block; | |
474 | + background: #fff; | |
475 | + line-height: 20px; | |
476 | + font-size: 13px; | |
477 | +} | |
253 | 478 | \ No newline at end of file | ... | ... |