From 6e6c337bbbb4b1e430b467a5cfceb7c4ed715eb5 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Sun, 5 Jun 2016 00:52:23 -0700 Subject: [PATCH] Use table to align settings. Fixes #163 --- src/app/components/Header.jsx | 80 ++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/src/app/components/Header.jsx b/src/app/components/Header.jsx index 95b68313..dd309546 100644 --- a/src/app/components/Header.jsx +++ b/src/app/components/Header.jsx @@ -362,42 +362,44 @@ export default class Header extends TranslatedComponent { return (
e.stopPropagation() }> -
-
- {translate('language')} -
- -
-
-
- {translate('tooltips')} -
{(tips ? '✓' : '✗')}
-
-
- {translate('insurance')} -
- -
-
-
- {translate('ship')} {translate('discount')} -
- - % -
-
-
- {translate('module')} {translate('discount')} -
- - % -
-
-
+ + + + + + + + + + + + + + + + + + + + + + + +
{translate('language')} + +
{translate('tooltips')}{(tips ? '✓' : '✗')}
{translate('insurance')} + +
{translate('ship')} {translate('discount')} + + % +
{translate('module')} {translate('discount')} + + % +