From 9b516cf5e1df9d2202cb6b1788c82bfe969d6a58 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Fri, 28 Oct 2016 21:50:28 +0200 Subject: [PATCH] - improved statistics dialog (small screens), closed #368 --- js/app/ui/dialog/stats.js | 6 +++--- public/js/v1.1.7/app/ui/dialog/stats.js | 6 +++--- public/templates/dialog/stats.html | 9 ++++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/js/app/ui/dialog/stats.js b/js/app/ui/dialog/stats.js index a1843eaa..a607ead9 100644 --- a/js/app/ui/dialog/stats.js +++ b/js/app/ui/dialog/stats.js @@ -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 diff --git a/public/js/v1.1.7/app/ui/dialog/stats.js b/public/js/v1.1.7/app/ui/dialog/stats.js index a1843eaa..a607ead9 100644 --- a/public/js/v1.1.7/app/ui/dialog/stats.js +++ b/public/js/v1.1.7/app/ui/dialog/stats.js @@ -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 diff --git a/public/templates/dialog/stats.html b/public/templates/dialog/stats.html index de43e1e4..eb1fdbb4 100644 --- a/public/templates/dialog/stats.html +++ b/public/templates/dialog/stats.html @@ -63,9 +63,12 @@ character - systems - connection - signatures + systems + + connection + + signatures + sum