{% trans "Réinitialiser ma fiche annuaire" %}
+{% trans "Votre fiche annuaire sera réinitialisée. Votre nom, département et promotion seront récupérés de l'annuaire de l'administration." %}
+ + +diff --git a/fiches/static/fiches/css/annuaire.css b/fiches/static/fiches/css/annuaire.css index aae98de..4a315ae 100644 --- a/fiches/static/fiches/css/annuaire.css +++ b/fiches/static/fiches/css/annuaire.css @@ -101,6 +101,7 @@ a:focus, background-position: center; border: none; transition: 25ms ease-in-out; + cursor: pointer; } #search-area button:hover { background-color: #FFDC00; @@ -187,6 +188,7 @@ a:focus, color: #FFFFFF; box-shadow: 2px 2px 0 rgba(31, 14, 25, 0.3); transition: 25ms ease-in-out; + cursor: pointer; } .content button:hover, @@ -524,6 +526,7 @@ body { background-color: #301827; color: #FFFFFF; font-family: "Fira Sans", "Roboto", sans-serif; + overflow-y: scroll; border: none; } @@ -545,7 +548,7 @@ body { z-index: 5; } -@media screen and (max-width: 900px), (orientation: portrait) { +@media screen and (max-width: 900px) { body { grid-template-rows: max-content auto; grid-template-areas: "aside" "main"; diff --git a/fiches/static/fiches/scss/_buttons.scss b/fiches/static/fiches/scss/_buttons.scss index a0f5526..0014900 100644 --- a/fiches/static/fiches/scss/_buttons.scss +++ b/fiches/static/fiches/scss/_buttons.scss @@ -7,9 +7,10 @@ font-size: 1.2rem; color: colors.$page-button-text; box-shadow: 2px 2px 0 colors.$shadow; - transition: 25ms ease-in-out; + transition: 25ms ease-in-out; + cursor: pointer; } %button:hover { background-color: colors.$page-button-background-hover; -} \ No newline at end of file +} diff --git a/fiches/static/fiches/scss/_common.scss b/fiches/static/fiches/scss/_common.scss index bfdb842..321d247 100644 --- a/fiches/static/fiches/scss/_common.scss +++ b/fiches/static/fiches/scss/_common.scss @@ -21,6 +21,7 @@ body { background-color: colors.$page-background; color: colors.$page-text; font-family: fonts.$regular-fonts; + overflow-y: scroll; border:none; } @@ -43,7 +44,7 @@ body { } // Pour les vues mobile -@media screen and (max-width: 900px), (orientation: portrait) { +@media screen and (max-width: 900px) { body { grid-template-rows: max-content auto; grid-template-areas: diff --git a/fiches/static/fiches/scss/_content.scss b/fiches/static/fiches/scss/_content.scss index ed3e0f9..5b17b8a 100644 --- a/fiches/static/fiches/scss/_content.scss +++ b/fiches/static/fiches/scss/_content.scss @@ -338,6 +338,7 @@ #free-text-edit-form { textarea { width: 100%; + height: 100px; padding: 5px; resize: none; } diff --git a/fiches/static/fiches/scss/_header.scss b/fiches/static/fiches/scss/_header.scss index efc8e01..e00864e 100644 --- a/fiches/static/fiches/scss/_header.scss +++ b/fiches/static/fiches/scss/_header.scss @@ -78,6 +78,7 @@ $account-area-height: 120px; background-position: center; border: none; transition: 25ms ease-in-out; + cursor: pointer; } button:hover { diff --git a/fiches/templates/fiches/base.html b/fiches/templates/fiches/base.html index 8984d6d..8ce629e 100644 --- a/fiches/templates/fiches/base.html +++ b/fiches/templates/fiches/base.html @@ -40,9 +40,10 @@