Move spinner to fixed position irt the logo. Wrap help text when needed

pull/261/head
Ruben Daniels 2016-02-27 18:54:04 +00:00
rodzic eea9c6b462
commit 218fe37b9c
1 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -121,8 +121,8 @@
margin-left: -100px;
width: 200px;
text-align: center;
top: 57%;
margin-top: 0;
top: 30%;
margin-top: 255px;
}
#loadingide .cool-message {
@ -130,14 +130,11 @@
font-family: Arial;
font-size: 30px;
color: #717171;
white-space: nowrap;
position: absolute;
top: 30%;
left: 50%;
width: 1000px;
text-align: center;
margin-left: -500px;
margin-top: 350px;
min-width: 100%;
}
#loadingide.dark .cool-message {
color: #757575;