diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 9929586e7..c3713655c 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -153,7 +153,10 @@ define([ var sub = h('div.cp-sub-prompt', [ h('span', Msg.home_morestorage), // XXX how to link these properly to accounts? - h('button', {href:"/accounts/"}, Msg.features_f_subscribe) + h('a', {href:"/accounts/"}, h('button', [ + h('i.fa.fa-ticket'), + Msg.features_f_subscribe + ])) ]); return sub; } else { diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 684cce3e0..8ab544127 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -243,7 +243,12 @@ font-size: 1.4rem; margin: 10px 0; border-radius: @infopages-radius-L; - &:hover { + padding: 0.75rem; + i { + display: inline; + margin-right: 10px; + } + &:hover, &:focus { background-color: @cp_static-card-bg; color: @cryptpad_text_col; } diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 5dfbe3c2f..21c5d0ff3 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -204,7 +204,8 @@ define(function() { admin: 'fa-gears', settings: 'fa-gear', profile: 'fa-user-circle', - support: 'fa-life-ring' + support: 'fa-life-ring', + accounts: 'fa-ticket' }; // Ability to create owned pads and expiring pads through a new pad creation screen.