styling updates
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
|
||||
<div class="section-divider">
|
||||
<section class="NW"></section>
|
||||
<section class="NE"></section>
|
||||
<section class="SW"></section>
|
||||
<section class="SE"></section>
|
||||
</div>
|
||||
@@ -1,8 +1,8 @@
|
||||
<link rel="stylesheet" href="/css/eventsheet.css">
|
||||
|
||||
<body class="B5">
|
||||
<div class="sheet eventsheet quarters" id="page-1">
|
||||
<section class="NW" id="defense-card">
|
||||
<body class="{{#if sheet_size}}{{sheet_size}}{{else}}B5{{/if}}">
|
||||
<div class="sheet eventsheet {{#if sheet_layout}}{{sheet_layout}}{{else}}quarters{{/if}}" id="page-1">
|
||||
<section class="NE" id="defense-card">
|
||||
<header>
|
||||
<div class="event-title float-left">
|
||||
{{event.formattedTitle}} – {{dateFormat event.startDate "ddd, MMM D h:mm A" }}
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="NE" id="roster-and-history">
|
||||
<section class="SW" id="roster-and-history">
|
||||
<div class="roster-and-history">
|
||||
{{> roster_and_history
|
||||
event=event
|
||||
@@ -42,7 +42,7 @@
|
||||
}}
|
||||
</div>
|
||||
</section>
|
||||
<section class="SW lineup-card dugout" id="lineup-card-dugout">
|
||||
<section class="NW lineup-card dugout" id="lineup-card-dugout">
|
||||
<header>
|
||||
<div class="float-left event-title">{{event.formattedTitle}}</div>
|
||||
<div class="float-right homeaway">{{event.gameType}}</div>
|
||||
@@ -118,10 +118,9 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
{{>page_section_divider}}
|
||||
</div>
|
||||
<div class="sheet eventsheet quarters" id="page-2">
|
||||
<section class="NW" id="front-cover">
|
||||
<div class="sheet eventsheet {{#if sheet_layout}}{{sheet_layout}}{{else}}quarters{{/if}}" id="page-2">
|
||||
<section class="SE" id="front-cover">
|
||||
<header>
|
||||
<div class="game-number">
|
||||
{{event.label}}
|
||||
@@ -177,7 +176,7 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
</section>
|
||||
<section class="NE blank" id="defense-card">
|
||||
<section class="NW blank" id="defense-card">
|
||||
<header>
|
||||
<div class="event-title float-left">
|
||||
|
||||
@@ -239,7 +238,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section class="SE lineup-card dugout blank" id="lineup-card-dugout-blank">
|
||||
<section class="NE lineup-card dugout blank" id="lineup-card-dugout-blank">
|
||||
<header></header>
|
||||
<div class="starting-lineup-table">
|
||||
<table>
|
||||
@@ -274,6 +273,5 @@
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
{{>page_section_divider}}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user