These changes condense the header view further while also getting
rid of extra space in the navigation, attachments, and responses
navigation in the flat message list view.
<pre class="message-content">{{msg.bodytxt|hideallemail|urlize}}</pre>
{%if msg.has_attachment%}
- <table class="table table-sm table-responsive message-header" style="margin-top: 1.5em;">
+ <table class="table table-sm table-responsive message-attachments">
<thead>
<tr>
<th scope="col">Attachment</th>
{%if nextprev%}
{%for list, info in nextprev.items %}
<h3 class="messages" style="margin: 0.5em 0;">Browse {{list}} by date</h3>
- <table class="table table-sm table-responsive message-header">
+ <table class="table table-sm table-responsive message-nav">
<thead>
<tr>
<th scope="col"> </th>
.message-header {
font-size: 0.7em;
line-height: 1.2em;
+ padding-bottom: 0.3em;
+}
+
+.message-header th, .message-header td {
+ padding: 0;
}
.message-header select {
}
.message-responses {
- font-size: 1.2em;
font-size: 0.7em;
+ line-height: 1.5em;
+}
+
+.message-attachments, .message-nav {
+ font-size: 0.7em;
+ line-height: 1.2em;
}
/* Message Subjects */