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, 4 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 0df8e6a..b5f041a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -50,7 +50,6 @@ img#courbe {
50} 50}
51 51
52#import_donnees label { 52#import_donnees label {
53 height: 128px;
54 display: inline-block; 53 display: inline-block;
55 cursor: pointer; 54 cursor: pointer;
56 position: relative; 55 position: relative;
@@ -58,19 +57,17 @@ img#courbe {
58 57
59#import_donnees label img { 58#import_donnees label img {
60 border-radius: 100%; 59 border-radius: 100%;
61 box-shadow: 0px 0px 10px #55f; 60 box-shadow: 0px 0px 5px #55f;
61 vertical-align: middle;
62} 62}
63 63
64#import_donnees label .icon_legend { 64#import_donnees label .icon_legend {
65 position: absolute;
66 top: 50%;
67 left: 50%;
68 transform: translate(-50%,-50%);
69 width: 90%;
70 text-align: center; 65 text-align: center;
71 opacity: 0.7; 66 opacity: 0.7;
72 line-height: 1.5; 67 line-height: 1.5;
73 background: rgba(256,256,256,0.5); 68 background: rgba(256,256,256,0.5);
69 padding: 3px 7px;
70 vertical-align: middle;
74} 71}
75 72
76#import_donnees input { 73#import_donnees input {