X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=static%2Fstyle.css;h=4b82077d77432eef27e439eb63b6c185e4340843;hb=e4ec2d3d510d6138430c48d5dc699c10ff8dc463;hp=b048f11cf2984b89cd7baac7523a2778c6340dc9;hpb=ca61f310d80e05ea43efc148787f214a567743f0;p=perso%2FDenise%2Foms.git diff --git a/static/style.css b/static/style.css index b048f11..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; @@ -116,3 +118,17 @@ nav { #content { padding-bottom: 70px; } + +/* Taille des champs */ +.texte { + width:20em +} + +.data { + width:7em +} + +/* Page changelog */ +#suite_changelog { + display: none; +}