Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
finishing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
1u committed Nov 18, 2015
1 parent d453949 commit 9943fb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions client/styles/views/misc/kiosk/kiosk.grid.import.less
Expand Up @@ -56,7 +56,7 @@
}

.kiosk_events_ongoing {
.grid(8);
.grid(12);
.no-padding;
margin-left: -6px;

Expand All @@ -67,15 +67,14 @@
.kiosk_event_header {
.kiosk_event_date {
.grid(12);
padding: 8px;
padding-top: 8px;
}

.kiosk_event_home {
.grid(12);
padding: 8px 8px 0;

span.glyphicon {
padding-right: 0;
padding-right: 2px;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions client/styles/views/misc/kiosk/kiosk.import.less
Expand Up @@ -82,6 +82,7 @@
}

.kiosk_event_home {
padding: 0px !important;
text-align: left;
}
}
Expand Down
5 changes: 2 additions & 3 deletions client/views/misc/kiosk/kiosk.html
Expand Up @@ -140,11 +140,10 @@ <h3>{{plain this.title}}</h3>
<template name="kioskEventFuture">
<a class="kioskEvent" href="{{pathFor 'showEvent'}}">
<div class="calendar_event">
&nbsp;{{dateformat_fromnow start}}<br>
<div class="kiosk_event_header">
<div class="kiosk_event_date">
<span class="glyphicon glyphicon-time"></span>
{{dateformat start}} - {{dateformat end}}
<span class="glyphicon glyphicon-calendar"></span>
{{dateformat start}} {{timeformat start}}
</div>
<div class="kiosk_event_home">
{{#if showLocations}} <!-- we dont want to see each time same Location if filtered-->
Expand Down

0 comments on commit 9943fb6

Please sign in to comment.