- improved statistics dialog (small screens), closed #368

This commit is contained in:
Exodus4D
2016-10-28 21:50:28 +02:00
parent 4b1a6584d6
commit 9b516cf5e1
3 changed files with 12 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' ') ,
data: 'systemSum',
render: {
_: renderNumericColumn
@@ -208,7 +208,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' '),
data: 'connectionSum',
render: {
_: renderNumericColumn
@@ -251,7 +251,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' '),
data: 'signatureSum',
render: {
_: renderNumericColumn

View File

@@ -165,7 +165,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' ') ,
data: 'systemSum',
render: {
_: renderNumericColumn
@@ -208,7 +208,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' '),
data: 'connectionSum',
render: {
_: renderNumericColumn
@@ -251,7 +251,7 @@ define([
title: 'Σ  ',
searchable: false,
width: 20,
className: ['text-right', 'hidden-xs', 'hidden-sm', 'separator-right'].join(' '),
className: ['text-right', 'separator-right'].join(' '),
data: 'signatureSum',
render: {
_: renderNumericColumn

View File

@@ -63,9 +63,12 @@
<thead>
<tr>
<th colspan="4" class="separator-right">character</th>
<th colspan="4" class="separator-right hidden-xs hidden-sm">systems</th>
<th colspan="4" class="separator-right hidden-xs hidden-sm">connection</th>
<th colspan="4" class="separator-right hidden-xs hidden-sm">signatures</th>
<th colspan="3" class="hidden-xs hidden-sm">systems</th>
<th class="text-right separator-right"><span class="hidden-md hidden-lg">sys.</span></th>
<th colspan="3" class="hidden-xs hidden-sm">connection</th>
<th class="text-right separator-right"><span class="hidden-md hidden-lg">con.</span></th>
<th colspan="3" class="hidden-xs hidden-sm">signatures</th>
<th class="text-right separator-right"><span class="hidden-md hidden-lg">sig.</span></th>
<th class="text-right">sum</th>
</tr>
<tr>