fgcf.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**
  2. * Cette ligne orange permet de voir d'un seul coup d'oeil si la feuille de style est active sur la page
  3. */
  4. body {
  5. border-top: groove orange;
  6. }
  7. .group-prestataire-branding, .fgcf-filtre {
  8. float: right;
  9. margin: 0 0 1em 1em;
  10. background-image: none;
  11. }
  12. .group-prestataire-branding>legend {
  13. display: none;
  14. }
  15. .field-field-fgcf-prestataire-link {
  16. border-top: solid #e0e0e0;
  17. margin: 0.5em 0;
  18. padding: 0.5em 0 0 0;
  19. }
  20. #fgcf-subscribe-form #edit-subscribe {
  21. float: right;
  22. }
  23. .node-thematique {
  24. float: right;
  25. margin: 10px 0 1em 1em;
  26. }
  27. .node-thematique .item-list ul li {
  28. list-style: none;
  29. background-image: none; /* override garland list styling */
  30. }
  31. .view-fgcf-organismes-de-formation td {
  32. text-align: center;
  33. border-bottom: solid #e0e0e0;
  34. padding: 0.5em 3em 0.2em 3em;
  35. }
  36. .view-fgcf-organismes-de-formation table,
  37. .view-fgcf-formations-par-format table {
  38. width: auto;
  39. }
  40. .view-fgcf-organismes-de-formation div.views-field-field-fgcf-prestataire-logo-fid {
  41. height: 48px;
  42. }
  43. .group-fgcf-fiche-meta legend {
  44. display: none;
  45. }
  46. .group-fgcf-fiche-meta .field-item {
  47. margin-left: 2em;
  48. }
  49. /**
  50. * pa #644
  51. */
  52. .view-fgcf-thematiques-premier-niveau td {
  53. background-color: white;
  54. }
  55. /**
  56. * pa #644
  57. */
  58. .view-fgcf-thematiques-premier-niveau td.views-field-field-fgcf-thematique-logo-fid {
  59. margin-left: auto;
  60. margin-right: auto;
  61. float: none;
  62. text-align: center;
  63. }