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
»
Adjust size of progress bar
« previous
next »
Print
Pages: [
1
]
Author
Topic: Adjust size of progress bar (Read 2798 times)
olu
Sr. Member
Posts: 352
Adjust size of progress bar
«
on:
October 09, 2013, 12:18:22 AM »
Please do anyone know how to increase the width and reduce the height of the progress bar?
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: Adjust size of progress bar
«
Reply #1 on:
October 09, 2013, 06:34:31 AM »
in your custom.css
.nt-progress {
height: 5px;
min-height: 15px;
min-width: 100px;
width: 200px;
}
that's for all progress bars. Obviously you can create additional unique ones as well.
Cheers
Bruce
Logged
olu
Sr. Member
Posts: 352
Re: Adjust size of progress bar
«
Reply #2 on:
October 10, 2013, 02:19:42 AM »
Thanks Bruce that worked.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Adjust size of progress bar