Commit e99e11bb695257cb1386a00cad9907e816353e83

Authored by Elena.Budnik
1 parent 4fba4600

loader

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