From 364c9833e307484d9a2cdca4882e72cf449abefe Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 15 Oct 2015 16:13:40 -0300 Subject: [PATCH 1/4] Fix preferences layout for small screens --- public/views/preferences.html | 90 ++++++++++++++++++----------------- src/css/main.css | 1 - 2 files changed, 46 insertions(+), 45 deletions(-) diff --git a/public/views/preferences.html b/public/views/preferences.html index fad1ffbab..cc1c6baab 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -13,51 +13,53 @@
  • - Wallet Alias - - +
    {{index.alias||index.walletName}} - + +
    +
    Wallet Alias
  • - Email Notifications - - - Disabled - {{index.preferences.email}} - +
    + Disabled + {{index.preferences.email}} + +
    +
    Email Notifications
  • - Color - - +
    - + +
    +
    Color
  • - Hardware wallet - +
    {{preferences.externalSource}} - +
    +
    Hardware wallet
  • - - - Still not done - - Backup +
    + + Still not done + + +
    +
    Backup
  • - Advanced +
    Advanced
  • @@ -65,12 +67,12 @@