diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index 3443329..0e5aa1e 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -146,8 +146,11 @@ br.clear { padding-bottom: 1px; } +/* AuQuotidien plugins */ #content .demarches ul, -#content ul.mes-demarches { +#content ul.mes-demarches, +.aq-catgr-plg-listing, +.aq-forms-plg-listing { list-style: none; padding-left: 0px; margin: 0px; @@ -157,58 +160,52 @@ br.clear { } #content ul.mes-demarches a, -#content .demarches ul a { +#content .demarches ul a, +#content .aq-catgr-plg-link, +#content .aq-forms-plg-link { color: inherit; font-weight: bold; - background: transparent url(bullet_rouge.png) left center no-repeat; - padding-left: 10px; } #content ul.mes-demarches a:hover, -#content .demarches ul a:hover { +#content .demarches ul a:hover, +#content .aq-catgr-plg-link:hover, +#content .aq-forms-plg-link:hover { color: #f68423; } #content ul.mes-demarches li, -#content .demarches ul li { +#content .demarches ul li, +.aq-catgr-plg-item, +.aq-forms-plg-item { margin: 1ex 0 10px 1ex; padding-left: 10px; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; column-break-inside: avoid; + background: transparent url(bullet_rouge.png) left center no-repeat repeat; } -#content .demarches .toutes-les-demarches { +#content .demarches .toutes-les-demarches, +.aq-catgr-plg-all-catgrs-link { padding: 10px 0 10px 0; - margin-left: 20px; + margin-left: 2 } -#content .toutes-les-demarches a { +#content .toutes-les-demarches a, +.aq-catgr-plg-all-catgrs-link { background: transparent url(button_orange_eye.png) no-repeat 0px center; - color: #f68423; text-transform: uppercase; padding-left: 30px; font-size: 130%; } -#content .toutes-les-demarches a:hover { +#content .toutes-les-demarches a:hover, +.aq-catgr-plg-all-catgrs-link:hover { color: #f68423; } -#commune-selector { - margin-left: 5px; - margin-bottom: 10px; -} - -#content #futurs-demarches { - overflow-y: hidden; - margin: 5px; - padding-bottom: 15px; -} - -#content #futurs-demarches.selected { - display: block; -} +/* Base templates */ div#single-title { font-size: 130%; @@ -845,6 +842,8 @@ img.captcha { width: 13em; } +/* federation plugin */ + .federation-plugin-list { padding-left: 0; margin-left: 0; @@ -868,6 +867,8 @@ img.captcha { float: right; } +/* cms ajax text plugin */ + .cms-ajax-text-plugin-loading { padding: 1ex 0px 1ex 25px; margin: 0 1em;