Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #195 from umts/realtime-disclaimer
Browse files Browse the repository at this point in the history
Add realtime data disclaimer to stop departures page
  • Loading branch information
sherson authored Sep 13, 2016
2 parents 5fe0a91 + f929716 commit ccdda2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ margin:5px;
width:25%;
}

/* Empty. Add your own CSS if you like */
#stop-map {
height: 50%;
}
Expand All @@ -58,3 +57,10 @@ margin:5px;
overflow: auto;
width: 100%;
}

.disclaimer {
color: grey;
font-size: small;
font-style: italic;
text-align: center;
}
4 changes: 4 additions & 0 deletions www/pages/stop/stop.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<div ng-if="!departuresByRoute.length">
<ion-item class="item item-assertive" style="text-align:center">{{stop.Name}} has no departures for at least the next 3 hours.</ion-item>
</div>
<div>
<p class="disclaimer">Disclaimer: Real-time data is an estimate and may be incorrect or unavailable.<br>
Please continue to reference official schedules as necessary.</p>
</div>
</ion-content>
<ion-footer-bar class="bar-positive">
<button class="button icon-center ion-ios-location title" ng-click="setCoordinates()">
Expand Down

0 comments on commit ccdda2e

Please sign in to comment.