X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=4b82077d77432eef27e439eb63b6c185e4340843;hp=2c2358ed46b5b6987c7a8fa1c075400c28147392;hb=e4ec2d3d510d6138430c48d5dc699c10ff8dc463;hpb=cf0d4c8c36224ca7059e99d03c25abaf694011d7 diff --git a/static/style.css b/static/style.css index 2c2358e..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; @@ -100,3 +106,29 @@ img#courbe { .donneesplus { display: none; } + +nav { + position: fixed; + bottom: 1px; + background-color:#EEEEEE; + border:solid 1px; + padding: 4px; +} + +#content { + padding-bottom: 70px; +} + +/* Taille des champs */ +.texte { + width:20em +} + +.data { + width:7em +} + +/* Page changelog */ +#suite_changelog { + display: none; +}