Commit e99e11bb695257cb1386a00cad9907e816353e83

Authored by Elena.Budnik
1 parent 4fba4600

loader

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
index.html
... ... @@ -60,7 +60,8 @@
60 60 var input = prompt("Please enter " + random + " * 2 = ?", "");
61 61  
62 62 if (input == answer) {
63   - document.getElementById('Btn_GuestLogin').value = 'guest';
  63 + document.getElementById('Btn_GuestLogin').value = 'guest';
  64 + setLoginLoader(true);
64 65 return true;
65 66 }
66 67 else {
... ...
js/resources/css/AccueilAmda.css
... ... @@ -218,7 +218,7 @@ body{
218 218 position: relative;
219 219 left: 80px;
220 220 top: 68px;
221   - width:280px;
  221 + width:300px;
222 222 height: 50px;
223 223 color: rgba(0, 107, 179, 0.9);
224 224 background-color: rgba(255, 255, 255, 0.2);
... ...