fgcf.css 857 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .group-prestataire-branding, .fgcf-filtre {
  2. float: right;
  3. margin: 0 0 1em 1em;
  4. background-image: none;
  5. }
  6. .group-prestataire-branding>legend {
  7. display: none;
  8. }
  9. .field-field-fgcf-prestataire-link {
  10. border-top: solid #e0e0e0;
  11. margin: 0.5em 0;
  12. padding: 0.5em 0 0 0;
  13. }
  14. #fgcf-subscribe-form #edit-subscribe {
  15. float: right;
  16. }
  17. .node-thematique {
  18. float: right;
  19. margin: 10px 0 1em 1em;
  20. }
  21. .node-thematique .item-list ul li {
  22. list-style: none;
  23. background-image: none; /* override garland list styling */
  24. }
  25. .view-fgcf-organismes-de-formation td {
  26. text-align: center;
  27. border-bottom: solid #e0e0e0;
  28. padding: 0.5em 3em 0.2em 3em;
  29. }
  30. .view-fgcf-organismes-de-formation table,
  31. .view-fgcf-formations-par-format table {
  32. width: auto;
  33. }
  34. .view-fgcf-organismes-de-formation div.views-field-field-fgcf-prestataire-logo-fid {
  35. height: 48px;
  36. }