Fix problem with copy table column headers and styled alert message.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
</head>
<body>
[%- IF ctx.maintenance_message -%]
- <div id="maintenance_message">[% ctx.maintenance_message %]</div>
+ <div id="maintenance_message" style="background-color:#fff;border-bottom:1px solid blue;padding:5px;font-size:1.2em;text-align:center;">[% ctx.maintenance_message %]</div>
[%- END -%]
<div class="main_center">
<tbody>
<tr class="header">
<td class="location">Library System: Library Name</td>
- <td class="shelving_location">Shelving Location</td>
<td class="callnumber">Call Number</td>
+ <td class="shelving_location">Shelving Location</td>
<td class="status">Status</td>
</tr>
[%-