mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Split summary table into 3.
This commit is contained in:
@@ -254,6 +254,11 @@ section h1 {
|
||||
#summary > table {
|
||||
border-collapse:separate;
|
||||
border-spacing:0;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
#summary > table:not(:last-child) {
|
||||
margin-right: 4em;
|
||||
}
|
||||
#summary td {
|
||||
padding:0.5em;
|
||||
@@ -261,7 +266,7 @@ section h1 {
|
||||
text-align:right;
|
||||
padding-left:3em;
|
||||
}
|
||||
#summary table td:first-child {
|
||||
#summary > table td:first-child {
|
||||
text-align:left;
|
||||
padding-left:0;
|
||||
}
|
||||
|
||||
@@ -484,9 +484,15 @@
|
||||
<tbody>
|
||||
<tr><td>Masterlist Revision<td id="masterlistRevision">N/A
|
||||
<tr><td>Masterlist Date<td id="masterlistDate">N/A
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td>Warnings<td id="totalWarningNo">0
|
||||
<tr><td>Errors<td id="totalErrorNo">0
|
||||
<tr><td>Total Messages<td id="totalMessageNo">0
|
||||
</table>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><td>Active Plugins<td id="activePluginNo">0
|
||||
<tr><td>Dirty Plugins<td id="dirtyPluginNo">0
|
||||
<tr><td>Total Plugins<td id="totalPluginNo">0
|
||||
|
||||
Reference in New Issue
Block a user