diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/static/style.css b/static/style.css index 4b82077..f72a546 100644 --- a/static/style.css +++ b/static/style.css | |||
@@ -21,6 +21,12 @@ h1 { | |||
21 | background: #ff8060; | 21 | background: #ff8060; |
22 | } | 22 | } |
23 | 23 | ||
24 | #statut_courbes { | ||
25 | color: #505050 ; | ||
26 | font-size: 0.9em ; | ||
27 | |||
28 | } | ||
29 | |||
24 | input[type="text"] { | 30 | input[type="text"] { |
25 | max-width: 20vw; | 31 | max-width: 20vw; |
26 | } | 32 | } |
@@ -46,28 +52,18 @@ img#courbe { | |||
46 | display: none; | 52 | display: none; |
47 | } | 53 | } |
48 | 54 | ||
49 | #courbe_warnings { | 55 | #courbe_warnings, #courbe_erreurs, #pref_graphique, #extra, #multi, #prema{ |
50 | display: none; | 56 | display: none; |
51 | } | 57 | } |
52 | 58 | ||
53 | #courbe_erreurs { | ||
54 | display: none; | ||
55 | } | ||
56 | 59 | ||
57 | #pref_graphique, #extra, #multi{ | ||
58 | display: none; | ||
59 | } | ||
60 | |||
61 | #prema { | ||
62 | display: none; | ||
63 | } | ||
64 | 60 | ||
65 | .enfants_cache_def{ | 61 | .enfants_cache_def{ |
66 | display: none; | 62 | display: none; |
67 | } | 63 | } |
68 | 64 | ||
69 | .icon_button { | 65 | .icon_button { |
70 | display: block; | 66 | #display: block; |
71 | cursor: pointer; | 67 | cursor: pointer; |
72 | position: relative; | 68 | position: relative; |
73 | } | 69 | } |