Commit b2427903 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Merge branch 'ag/footerEad' into 'dev'

passage du footer en variable

See merge request pdn-certic/MaX!60
parents 56a4cd89 7e0db0d5
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
.ead2pdf {
    margin-left:0px;
    margin-left:10px;
    position:absolute;
    top:-1px;
    top: 0px;
    width: 150px;
}

.ead2pdf a {
 text-decoration: none;
}

.ead2pdf span.texte {
    font-size:10px;
    color:#155a84;
    padding-left:1px;
}

section.browse > div > div[id*="wrap"] {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ declare variable $id external;

<div class="ead2pdf">
    <a role="button" title="Export pdf" target="_blank" href="./ead/{$id}.pdf">
        &#8682;
        &#8682;<span class="texte">PDF</span>
    </a>
</div>
+27 −4
Original line number Diff line number Diff line
@import 'header.css';

.super {
    vertical-align: super;
    font-size: 66%;
@@ -96,14 +98,14 @@ header nav ul li.active {
/*----------*/

footer {
    border-top: 1px solid #1b1e21;
    border-top: 1px solid #f1f3f4;
    text-align: center;
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
    height: 2em;
    height: auto;
    width: 100%;
    padding: 1em 1em 1em 0;
    padding: 0;
    margin-left: 0;
    background-color: white;
}
@@ -287,6 +289,22 @@ section.porte-documents {
    opacity: 0;
}

/* pour le bouton du porte-document */

section.browse nav.article_actions {
    position: fixed;
    top: 93px;
    left: 45%;
    right: 0px;
}

section.browse nav.article_actions label a {
    text-decoration: none;
}

section.browse > div > div.plugins-wrapper {
    width:100%;
}

/*
 * Adaptation pour écran large
@@ -301,12 +319,17 @@ section.porte-documents {
    }
}

section.browse nav details {
    margin-left: 2em;
}

table.ead_details {
    border-spacing: 10px;
    border-collapse: separate;
    font-size: 100%;
    border: 1px solid var(--ead-link-color);
    width: 100%;
    margin-top:20px;
}

table.desc {
+3 −4
Original line number Diff line number Diff line
@@ -19,9 +19,8 @@
    <section class="browse">
    {$content}
    </section>
    <footer>
      <p>Site réalisé par le Pôle document numérique - MRSH - Caen | © 2012 - 2020</p>
    </footer>
    <!-- footer -->
    {$footer}
    <script type="module" src="{$baseURI}core/ui/js/Max.js"/>
    {$jsImports}
    <script>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
                    <li>
                        <label>
                            <input type="checkbox" id="basket_toggle"/>
                            <xsl:text>dans votre </xsl:text>
                            <!-- <xsl:text>dans votre </xsl:text> -->
                            <a href="{$baseuri}{$project}/porte-documents.html">porte-documents</a>
                        </label>
                    </li>