Now allowing for display of the time in the original timezone as well as the user selected one. I've also added a rule to the CSS file to better display the selection list on mobile screens.
7 lines
56 B
CSS
7 lines
56 B
CSS
span p{
|
|
display:inline;
|
|
}
|
|
select {
|
|
max-width: 95%;
|
|
}
|