Skip to content

Commit 0b30051

Browse files
Fixed oversized stairs icon + other fixes
1 parent f16fcf8 commit 0b30051

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

app/views/core/head.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="apple-touch-icon-precomposed" href="{{ URL::asset('apple-touch-icon-precomposed.png') }}">
66
<meta property="og:title" content="iRail.be" />
77
<meta property="og:type" content="website" />
8-
<meta property="og:url" content="http://irail.be" />
8+
<meta property="og:url" content="https://irail.be" />
99
<meta property="og:image" content="{{ URL::asset('apple-touch-icon-precomposed.png') }}" />
1010
<title>iRail.be</title>
1111
<link rel="shortcut icon" href="{{ URL::asset('favicon.ico') }}"/>

app/views/route/planner.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</strong>
125125
</span>
126126
<span class="planner-station">
127-
@{{ conn.departure.station}}
127+
<strong>@{{ conn.departure.station}}</strong>
128128
</span>
129129
<span class="delay-route" ng-if="conn.departure.delay > 0">
130130
<i class="fa fa-exclamation-triangle"></i> + @{{ (conn.departure.delay)/60 }}'
@@ -137,7 +137,7 @@
137137
<strong>@{{(stop.arrival.time)*1000 | date:'HH:mm'}}</strong>
138138
</span>
139139
<br/>
140-
&darr; @{{(stop.timeBetween/60)}} {{Lang::get('client.mins')}}
140+
&rarr; <span class="small">@{{(stop.timeBetween/60)}} {{Lang::get('client.mins')}}</span>
141141

142142
<br/>
143143
<span class="badge">@{{ stop.departure.platform }}</span>
@@ -149,7 +149,7 @@
149149
</span>
150150
</span>
151151
<span class="planner-station">
152-
@{{ stop.station}}
152+
<strong>@{{ stop.station}}</strong>
153153
</span>
154154
<br/>
155155
</li>
@@ -161,7 +161,7 @@
161161
@{{ (conn.arrival.time)*1000 | date:'HH:mm' }}
162162
</strong></span>
163163
<span class="planner-station">
164-
@{{ conn.arrival.station}}
164+
<strong>@{{ conn.arrival.station}}</strong>
165165
</span>
166166
</li>
167167
</ul>

public/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ input.ng-invalid {
131131
margin-right: 15px; }
132132

133133
.delay-route {
134-
font-size: 1.2em;
135134
color: red; }
136135

137136
.badge {

public/css/main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ input.ng-invalid {
161161
}
162162

163163
.delay-route{
164-
font-size: 1.2em;
165164
color: red;
166165
}
167166

public/images/stair.svg

Lines changed: 8 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)