Add spacing in line items

feature/default_network_editable
Frankie 9 years ago
parent 03e9ff6e42
commit 1987296af0
  1. 2
      ui/app/css/index.css
  2. 8
      ui/app/info.js

@ -439,5 +439,7 @@ input.large-input {
font-family: 'Transat Standard', Arial;
font-weight: bolder;
padding-bottom: 10px;
display: inline-block;
padding-left: 5px;
}

@ -69,11 +69,11 @@ InfoScreen.prototype.render = function() {
h('div',{
style: {
paddingLeft: '25px',
paddingLeft: '30px',
}},
[
h('div', [
h('a.info', {
h('a', {
href: 'https://metamask.io/',
target: '_blank',
onClick(event) { this.navigateTo(event.target.href) },
@ -81,9 +81,9 @@ InfoScreen.prototype.render = function() {
h('img.icon-size', {
src: manifest.icons[128]
}),
h('.info',{
h('div.info',{
style: {
display: 'inherit',
fontWeight: 800,
}
},'Visit our web site')
])

Loading…
Cancel
Save