Marthee commited on
Commit
2ad6743
·
verified ·
1 Parent(s): d9899b7

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +21 -1
static/style.css CHANGED
@@ -24,6 +24,26 @@ body{
24
  top: 0;
25
  width: 100%;
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #refreshDropboxButtonID{
28
  background-color: #1680c7;
29
  /* background: url(images/dropbox32.png) no-repeat center; */
@@ -312,7 +332,7 @@ body{
312
  position: absolute;
313
  border: none;
314
  }
315
- #doneebackground{
316
  top: 10px;
317
  width:130px;
318
  height:40px;
 
24
  top: 0;
25
  width: 100%;
26
  }
27
+ #refreshAPIbutton{
28
+ background-color: #003CFF;
29
+ border: none;
30
+ padding: 5px 82px; /*102*/
31
+ cursor: pointer;
32
+ border-radius: 3px;
33
+ margin-left: 5px;
34
+ margin-top: 4px;
35
+ font-family: "acumin-pro", sans-serif;
36
+ font-weight: bold;
37
+ font-style: normal;
38
+ font-size: 14px;
39
+ color:white;
40
+ display:inline-block;
41
+ }
42
+ #refreshAPIbutton:hover{
43
+ box-shadow: 0 0 8px 2px #003CFF;
44
+ /* color:black; */
45
+ }
46
+
47
  #refreshDropboxButtonID{
48
  background-color: #1680c7;
49
  /* background: url(images/dropbox32.png) no-repeat center; */
 
332
  position: absolute;
333
  border: none;
334
  }
335
+ #doneebackground , #summarytoXML{
336
  top: 10px;
337
  width:130px;
338
  height:40px;