- improved statistics dialog (small screens), closed #368
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user