/* Event Registration Edit Page */
/*{{{ Temp replacement for glm-row without max-width and other checkout form tampering */
-@media(max-width: 641px){
- #regApp {
-/* padding: 0;*/
- }
- .glm-reg-classes {
-/* padding: 0;*/
- }
- .glm-reg-image-container {
- padding: 0;
- margin-bottom: 10px;
- }
- #glm-reg-event-name {
- padding: 0;
- line-height: 1.2;
- }
- .glm-reg-account-info,.glm-reg-billing-info {
- padding: 0;
- }
-}
+
.glm-reg-event-terms{
padding: 0;
}
}
.glm-reg-level-info{
padding: 0 2px;
- font-size: 14px;
+ font-size: 18px;
white-space: normal;
line-height: 1.2;
margin-bottom: 10px;
#regApp #glm-reg-event-name {
width: auto;
white-space: normal;
+ }
+ #regApp {
+/* padding: 0;*/
+ }
+ .glm-reg-classes {
+/* padding: 0;*/
+ }
+ .glm-reg-image-container {
+ padding: 0;
+ margin-bottom: 10px;
+ }
+ #glm-reg-event-name {
+ padding: 0;
+ line-height: 1.2;
+ }
+ .glm-reg-account-info,.glm-reg-billing-info {
+ padding: 0;
+ }
+}
+
+@media(min-width: 1024px){
+ .reg-class-accounts {
+ padding: 5px;
+ width: 50%;
+ float: right;
+ /* -moz-column-count: 2;
+ column-count: 2;
+ -webkit-column-count: 2;*/
+
+ }
+ .reg-class-time {
+ padding: 5px;
+ width: 100%;
+ float: left;
+ /* -moz-column-count: 2;
+ column-count: 2;
+ -webkit-column-count: 2;*/
+
}
}
\ No newline at end of file
<div class="row">
<div class="small-12 columns glm-reg-event-profile-details glm-reg-date"> {$regEvent.first_datetime.timestamp|date_format:"%A, %B %e, %Y"}</div>
-<!-- <pre>{$regEvent|@print_r}</pre>-->
+
{if $first_date.timestamp != $last_date.timestamp && !$time_specific}
<div class="small-12 columns glm-reg-event-profile-details glm-reg-time"> {$first_date.timestamp|date_format:"%l:%M %p"} - {$last_date.timestamp|date_format:"%l:%M %p"}</div>
{else}
<% if ( app.timeSpecific ) { %>
<div class="glm-reg-warning show-for-medium-up">
- Please select a Date / Time!
- <img src="{/literal}{$assetUrl}{literal}/fingerRightRed.svg" style="height: 2em;">
+<!-- Please select a Date / Time!
+ <img src="{/literal}{$assetUrl}{literal}/fingerRightRed.svg" style="height: 2em;">-->
</div>
<div class="glm-reg-warning show-for-small-only">
- Please select a Date / Time!
- <img src="{/literal}{$assetUrl}{literal}/fingerDownRed.svg" style="height: 2em;">
+<!-- Please select a Date / Time!
+ <img src="{/literal}{$assetUrl}{literal}/fingerDownRed.svg" style="height: 2em;">-->
</div>
<% } %>
</div>