X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=d25b5eb33b415e840b90b170fa0d31f2eb0fa89c;hp=929bfd43c6e57b00b853990f9b4e089c7b6c99d0;hb=9d7f1506a59fdda338491f6df8c1e5bd2e442ab8;hpb=21c5bd576c3fc8a4a0be8a6550bd02353ee35a92 diff --git a/static/style.css b/static/style.css index 929bfd4..d25b5eb 100644 --- a/static/style.css +++ b/static/style.css @@ -21,6 +21,12 @@ h1 { background: #ff8060; } +#statut_courbes { + color: #505050 ; + font-size: 0.9em ; + +} + input[type="text"] { max-width: 20vw; } @@ -37,31 +43,27 @@ img#courbe { display: none; } -#export { +#export_texte { width: 25em; height: 20em; - display:none; max-width: 100% } - -#courbe_warnings { +#export { display: none; } -#courbe_erreurs { +#courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{ display: none; } -#pref_graphique, #extra { - display: none; -} -#prema { + +.enfants_cache_def{ display: none; } .icon_button { - display: block; + #display: block; cursor: pointer; position: relative; } @@ -112,3 +114,24 @@ nav { #content { padding-bottom: 70px; } + +/* Taille des champs */ +.texte { + width:20em +} + +.data { + width:7em +} + +/* Réponses dans la page liste */ +.reponses { + font-size: 0.9em ; + display: none; + +} + +/* Page changelog */ +#suite_changelog { + display: none; +}