diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/icons/courbe.png | bin | 0 -> 343 bytes | |||
-rw-r--r-- | static/icons/export.png | bin | 0 -> 311 bytes | |||
-rw-r--r-- | static/icons/trash.png | bin | 0 -> 280 bytes | |||
-rw-r--r-- | static/style.css | 8 |
4 files changed, 4 insertions, 4 deletions
diff --git a/static/icons/courbe.png b/static/icons/courbe.png new file mode 100644 index 0000000..a46c889 --- /dev/null +++ b/static/icons/courbe.png | |||
Binary files differ | |||
diff --git a/static/icons/export.png b/static/icons/export.png new file mode 100644 index 0000000..16ffba2 --- /dev/null +++ b/static/icons/export.png | |||
Binary files differ | |||
diff --git a/static/icons/trash.png b/static/icons/trash.png new file mode 100644 index 0000000..85a6029 --- /dev/null +++ b/static/icons/trash.png | |||
Binary files differ | |||
diff --git a/static/style.css b/static/style.css index b5f041a..a661762 100644 --- a/static/style.css +++ b/static/style.css | |||
@@ -49,19 +49,19 @@ img#courbe { | |||
49 | display: none; | 49 | display: none; |
50 | } | 50 | } |
51 | 51 | ||
52 | #import_donnees label { | 52 | .icon_button { |
53 | display: inline-block; | 53 | display: inline-block; |
54 | cursor: pointer; | 54 | cursor: pointer; |
55 | position: relative; | 55 | position: relative; |
56 | } | 56 | } |
57 | 57 | ||
58 | #import_donnees label img { | 58 | .icon_button img { |
59 | border-radius: 100%; | 59 | border-radius: 100%; |
60 | box-shadow: 0px 0px 5px #55f; | 60 | box-shadow: 0px 0px 5px #55f; |
61 | vertical-align: middle; | 61 | vertical-align: middle; |
62 | } | 62 | } |
63 | 63 | ||
64 | #import_donnees label .icon_legend { | 64 | .icon_button .icon_legend { |
65 | text-align: center; | 65 | text-align: center; |
66 | opacity: 0.7; | 66 | opacity: 0.7; |
67 | line-height: 1.5; | 67 | line-height: 1.5; |
@@ -70,7 +70,7 @@ img#courbe { | |||
70 | vertical-align: middle; | 70 | vertical-align: middle; |
71 | } | 71 | } |
72 | 72 | ||
73 | #import_donnees input { | 73 | #fichier_donnees, #reset_donnees { |
74 | display: none; | 74 | display: none; |
75 | } | 75 | } |
76 | 76 | ||