NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Spinning wheel position
« previous
next »
Print
Pages: [
1
]
Author
Topic: Spinning wheel position (Read 3350 times)
Alberto
Hero Member
Posts: 1873
Spinning wheel position
«
on:
March 21, 2017, 08:28:48 AM »
NT8.71
Can I set the spinning wheel to be horizontally and vertically centered on the screen?
How?
Thanks
Logged
-----------
Regards
Alberto
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: Spinning wheel position
«
Reply #1 on:
March 22, 2017, 02:47:04 AM »
the position is controlled via CSS.
so you could add something like this to your CSS;
.nt-busy {
top: 50%;
left: 50%;
}
cheers
Bruce
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Spinning wheel position