fix run settings UI

pull/1/head
yann300 8 years ago
parent 89625549f8
commit ae2f23fc91
  1. 8
      src/app/contract-tab.js

@ -26,7 +26,7 @@ var css = csjs`
} }
.col2 extends ${styles.textBoxL}{ .col2 extends ${styles.textBoxL}{
width: 70%; width: 70%;
height: 7px; height: 32px;
float: left; float: left;
padding: .8em; padding: .8em;
} }
@ -34,6 +34,7 @@ var css = csjs`
width: 70%; width: 70%;
float: left; float: left;
text-align: center; text-align: center;
height: 32px;
} }
.contract { .contract {
display: block; display: block;
@ -42,13 +43,14 @@ var css = csjs`
.copyaddress { .copyaddress {
color: #C6CFF7; color: #C6CFF7;
margin-right: 0.2em; margin-right: 0.2em;
margin-top: 0.3em; margin-top: 0.7em;
cursor: pointer; cursor: pointer;
} }
.selectAddress extends ${styles.dropdown} { .selectAddress extends ${styles.dropdown} {
width: 73.5%; width: 74%;
float: left; float: left;
text-align: center; text-align: center;
height: 32px;
} }
` `

Loading…
Cancel
Save