diff --git a/squelettes/content/scrutarijs.html b/squelettes/content/scrutarijs.html index 0c5ef91..19fd483 100644 --- a/squelettes/content/scrutarijs.html +++ b/squelettes/content/scrutarijs.html @@ -45,7 +45,7 @@ Structure du client
- +
@@ -76,7 +76,7 @@ Structure du client Période : - +

+ + diff --git a/squelettes/javascript/scrutarijs/perso.css b/squelettes/javascript/scrutarijs/perso.css index 098f0d6..dd048d3 100644 --- a/squelettes/javascript/scrutarijs/perso.css +++ b/squelettes/javascript/scrutarijs/perso.css @@ -16,6 +16,17 @@ input[type="text"], input[type="search"] { color: #005184; } +@media screen and (max-width: 500px) { + + ul.spip > li { + padding-left: 0; + } + + ul.spip > li::before { + left: -1em; + } +} + @@ -63,6 +74,13 @@ input[type="text"], input[type="search"] { width: inherit; } +@media screen and (max-width: 500px) { + + .scrutari-fiche-Soustitre { + margin-left: 0; + } +} + /***************************************************** * .scrutari-history : Surcharge de classes Scrutari par défaut @@ -272,6 +290,17 @@ input[type="text"], input[type="search"] { font-weight: 700; } +@media screen and (max-width: 500px) { + + .lav-details-Body { + display: block; + } + + .lav-details-Input { + overflow: hidden; + } +} + /***************************************************** * .lav-history- : Historique @@ -295,9 +324,11 @@ input[type="text"], input[type="search"] { } .lav-history-Clear { - flex-shrink: 0; - background-color: transparent; - + flex-shrink: 0; +} + +.lav-history-Clear button { + background-color: transparent; } .lav-history-Clear .fas { @@ -308,6 +339,19 @@ input[type="text"], input[type="search"] { color: #00c4f5; } +@media screen and (max-width: 500px) { + + .lav-history-Container { + display: block; + } + + .lav-history-Clear { + display: block; + text-align: right; + } +} + + /***************************************************** * .lav-input- : Traitement ******************************************************/ @@ -339,3 +383,25 @@ input[type="text"], input[type="search"] { color: #FFF !important; font-weight: 700; } + +@media screen and (max-width: 640px) { + .lav-input-Area { + column-gap: 15px; + } +} + +@media screen and (max-width: 500px) { + .lav-input-Area { + display: block; + } + + .lav-input-Submit { + margin-top: 5px; + } + + .lav-input-Field { + overflow: hidden; + } +} + +