Marthee commited on
Commit
6ec0dbe
·
verified ·
1 Parent(s): 80caa3e

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +64 -1
static/style.css CHANGED
@@ -24,13 +24,75 @@ body{
24
  top: 0;
25
  width: 100%;
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
 
 
 
 
 
 
 
28
  #LegendHist{
29
  margin-left: 25px;
30
  }
31
 
32
 
33
-
34
  #rightside{
35
 
36
  margin-left:430px ;
@@ -69,6 +131,7 @@ body{
69
  background-color: #fff;
70
  border-radius: 0 0 3px 3px;
71
  border: 2px solid #6e6e6e;
 
72
  }
73
 
74
  #measureselectid :hover,#relvselectid :hover{
 
24
  top: 0;
25
  width: 100%;
26
  }
27
+ #refreshDropboxButtonID{
28
+ background-color: #1680c7;
29
+ /* background: url(images/dropbox32.png) no-repeat center; */
30
+ border: none;
31
+ padding: 4px 4px;
32
+ cursor: pointer;
33
+ border-radius: 4px;
34
+ /* margin-left: -50px; */
35
+ /* margin-top: 5px; */
36
+ color:white;
37
+ position:static;
38
+ display: block;
39
+ margin-left: 348px;
40
+ margin-top: -25px;
41
+ width:28px;
42
+ height: 25px;
43
+ /* display: inline-block; */
44
+ }
45
+
46
+ /* Tooltip text */
47
+ #refreshDropboxButtonID .dropboxtip {
48
+ visibility: hidden;
49
+ width: 350px;
50
+ background-color: #555;
51
+ color: #fff;
52
+ text-align: justify;
53
+ text-justify: inter-word;
54
+ padding: 5px 7px;
55
+ border-radius: 6px;
56
+ font-family: "acumin-pro", sans-serif;
57
+ font-weight: 400;
58
+ font-style: normal;
59
+ font-size: 15px;
60
+ /* Position the tooltip text */
61
+ position: absolute;
62
+ z-index: 1;
63
+ /* bottom: 125%; */
64
+ /* left: 80%; */
65
+ margin-left: 30px;
66
+ margin-top: -20px;
67
+ /* Fade in tooltip */
68
+ opacity: 0;
69
+ transition: opacity 0.3s;
70
+ }
71
+
72
+ /* Tooltip arrow */
73
+ #refreshDropboxButtonID .dropboxtip::after {
74
+ content: " ";
75
+ position: absolute;
76
+ top: 8%;
77
+ right: 100%; /* To the left of the tooltip */
78
+ /* margin-top: -5px; */
79
+ border-width: 5px;
80
+ border-style: solid;
81
+ border-color: transparent black transparent transparent;
82
+ }
83
 
84
+
85
+ /* Show the tooltip text when you mouse over the tooltip container */
86
+ #refreshDropboxButtonID:hover .dropboxtip {
87
+ visibility: visible;
88
+ opacity: 1;
89
+ }
90
+ /***************************************/
91
  #LegendHist{
92
  margin-left: 25px;
93
  }
94
 
95
 
 
96
  #rightside{
97
 
98
  margin-left:430px ;
 
131
  background-color: #fff;
132
  border-radius: 0 0 3px 3px;
133
  border: 2px solid #6e6e6e;
134
+
135
  }
136
 
137
  #measureselectid :hover,#relvselectid :hover{