diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-locations.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html index 67da2c2e..c79cdfe8 100644 --- a/modules-available/locationinfo/templates/page-locations.html +++ b/modules-available/locationinfo/templates/page-locations.html @@ -8,7 +8,7 @@ <th>{{lang_locationName}}</th> <th>{{lang_backend}}</th> <th>{{lang_lastCalendarUpdate}}</th> - <th>{{lang_openingtimes}}</th> + <th class="text-center slx-smallcol">{{lang_openingtimes}}</th> </tr> </thead> @@ -29,12 +29,12 @@ <td {{#backendMissing}}class="text-danger"{{/backendMissing}}> {{backend}} </td> - <td> + <td class="text-center"> {{#backend}} {{lastCalendarUpdate}} {{/backend}} </td> - <td> + <td class="text-center"> <span class="glyphicon glyphicon-{{openingGlyph}}"></span> </td> </tr> |