summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 3113832..58fdd24 100644
--- a/static/style.css
+++ b/static/style.css
@@ -13,6 +13,7 @@ body {
13#export { 13#export {
14 width: 25em; 14 width: 25em;
15 height: 20em; 15 height: 20em;
16 display:none;
16} 17}
17 18
18#courbe_warnings { 19#courbe_warnings {
@@ -22,3 +23,15 @@ body {
22#courbe_erreurs { 23#courbe_erreurs {
23 display: none; 24 display: none;
24} 25}
26
27#import_donnees, #pref_graphique{
28 display: none;
29}
30
31.bouton {
32 text-decoration: underline;
33}
34
35.bouton:hover {
36 cursor:pointer;
37}