Diff of /style.css [000000] .. [81de4e]

Switch to unified view

a b/style.css
1
div.busy { 
2
  position:absolute;
3
  top: 45%;
4
  left: 47.5%;
5
  margin-top: -150px;
6
  margin-left: -50px;
7
  display:none;
8
  background: rgba(255, 255, 255, 0);
9
  text-align: center;
10
  padding-top: 220px;
11
  padding-left: 10px;
12
  padding-bottom: 260px;
13
  padding-right: 30px;
14
  border-radius: 25px;
15
}