123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- /**
- * Cette ligne orange permet de voir d'un seul coup d'oeil si la feuille de style est active sur la page
- */
- body {
- border-top: groove orange;
- }
- .group-prestataire-branding, .fgcf-filtre {
- float: right;
- margin: 0 0 1em 1em;
- background-image: none;
- }
- .group-prestataire-branding>legend {
- display: none;
- }
- .field-field-fgcf-prestataire-link {
- border-top: solid #e0e0e0;
- margin: 0.5em 0;
- padding: 0.5em 0 0 0;
- }
- #fgcf-subscribe-form #edit-subscribe {
- float: right;
- }
- .node-thematique {
- float: right;
- margin: 10px 0 1em 1em;
- }
- .node-thematique .item-list ul li {
- list-style: none;
- background-image: none; /* override garland list styling */
- }
- .view-fgcf-organismes-de-formation td {
- text-align: center;
- border-bottom: solid #e0e0e0;
- padding: 0.5em 3em 0.2em 3em;
- }
- .view-fgcf-organismes-de-formation table,
- .view-fgcf-formations-par-format table {
- width: auto;
- }
- .view-fgcf-organismes-de-formation div.views-field-field-fgcf-prestataire-logo-fid {
- height: 48px;
- }
- .group-fgcf-fiche-meta legend {
- display: none;
- }
- .group-fgcf-fiche-meta .field-item {
- margin-left: 2em;
- }
- /**
- * pa #644: logos sur la liste des thématiques de premier niveau
- */
- .view-fgcf-thematiques-premier-niveau td {
- background-color: white;
- }
- /**
- * pa #644: logos sur la liste des thématiques de premier niveau
- */
- .view-fgcf-thematiques-premier-niveau td.views-field-field-fgcf-thematique-logo-fid {
- margin-left: auto;
- margin-right: auto;
- float: none;
- text-align: center;
- }
- /**
- * pa #647: reorganisation de la home du catalogue
- */
- .fgcf-home-links .item-list,
- .fgcf-home-links .item-list li {
- display: inline;
- }
|