summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 667bc01..2c2358e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -10,6 +10,13 @@ h1 {
10 text-align: center; 10 text-align: center;
11} 11}
12 12
13.bandeau_beta {
14 background: #F5BF62;
15 border-style: solid;
16 border-width: 3px ;
17 padding: 0px 5px ;
18}
19
13#warnings { 20#warnings {
14 background: #ff8060; 21 background: #ff8060;
15} 22}
@@ -22,7 +29,7 @@ img#courbe {
22 max-width: 100% 29 max-width: 100%
23} 30}
24 31
25#sectioncourbe, #section_courbe_poids, #section_courbe_taille { 32#sectioncourbe, #section_courbe_poids, #section_courbe_taille, #section_extradonnees {
26 display: none; 33 display: none;
27} 34}
28 35
@@ -45,7 +52,7 @@ img#courbe {
45 display: none; 52 display: none;
46} 53}
47 54
48#pref_graphique { 55#pref_graphique, #extra {
49 display: none; 56 display: none;
50} 57}
51 58