X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=4b82077d77432eef27e439eb63b6c185e4340843;hp=929bfd43c6e57b00b853990f9b4e089c7b6c99d0;hb=348a7b3607d7cd722e8d11765d7063a9df863db0;hpb=21c5bd576c3fc8a4a0be8a6550bd02353ee35a92 diff --git a/static/style.css b/static/style.css index 929bfd4..4b82077 100644 --- a/static/style.css +++ b/static/style.css @@ -37,12 +37,14 @@ img#courbe { display: none; } -#export { +#export_texte { width: 25em; height: 20em; - display:none; max-width: 100% } +#export { + display: none; +} #courbe_warnings { display: none; @@ -52,7 +54,7 @@ img#courbe { display: none; } -#pref_graphique, #extra { +#pref_graphique, #extra, #multi{ display: none; } @@ -60,6 +62,10 @@ img#courbe { display: none; } +.enfants_cache_def{ + display: none; +} + .icon_button { display: block; cursor: pointer; @@ -112,3 +118,17 @@ nav { #content { padding-bottom: 70px; } + +/* Taille des champs */ +.texte { + width:20em +} + +.data { + width:7em +} + +/* Page changelog */ +#suite_changelog { + display: none; +}