pis #1
2
pis.html
2
pis.html
@ -46,7 +46,7 @@
|
||||
<p>Enter a services start and end station CRS codes to see code options and
|
||||
stopping patterns.</p>
|
||||
<p>Currently supported (Beta): GWR Bristol Metro region only.</p>
|
||||
<p id="auth-required">You must be logged into the free <a href="./settings.html">staff version</a> for this feature</p>
|
||||
<p id="auth-required">You will need to be logged into a free <a href="./settings.html">rail staff version</a> account for this feature once it has finished testing.</p>
|
||||
<label for="origin">Origin:</label><br>
|
||||
<input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br>
|
||||
<label for="destination">Destination:</label><br>
|
||||
|
@ -302,7 +302,7 @@ label {
|
||||
}
|
||||
|
||||
#auth-required {
|
||||
color: crimson;
|
||||
color: var(--main-warning-color);
|
||||
}
|
||||
|
||||
/* Footer Styles */
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#result-table {
|
||||
margin: auto;
|
||||
color: var(--second-text-color);
|
||||
width: 85%;
|
||||
max-width: 700px;
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user