Frontend: Improve format of no scheduled trains msg.
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
dea8221054
commit
5e293d902b
@ -41,7 +41,7 @@
|
||||
<p id="err_conn">Connection Error, check your data connection. Retrying.</p>
|
||||
</div>
|
||||
<div id="no_services" class="main-notice hidden-whille-loading">
|
||||
<p>There are no scheduled services from this station</p>
|
||||
<p>There are no scheduled train services from this station</p>
|
||||
</div>
|
||||
|
||||
<div id="output">
|
||||
|
@ -45,16 +45,12 @@
|
||||
margin-top: 150px;
|
||||
}
|
||||
|
||||
#err_not_found {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#err_no_data {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#err_conn {
|
||||
display: none;
|
||||
#no_services {
|
||||
width: 75%;
|
||||
margin: auto;
|
||||
margin-top: 150px;
|
||||
font-size: 20px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
/* Fixed Content: */
|
||||
@ -69,6 +65,7 @@
|
||||
|
||||
#station_name {
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
font-size: 15pt;
|
||||
left: 10px;
|
||||
text-transform: capitalize;
|
||||
|
Reference in New Issue
Block a user