Unverified Commit 4e9f63d6 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1489 from ethereum/uiWritRight

Visual Unity on Run Tab
parents 0e30429a 3d3dfe5f
......@@ -326,9 +326,9 @@ function contractDropdown (events, self) {
</div>
<div class="${css.buttons}">
${createPanel}
<div class="${css.button}">
${atAddressButtonInput}
<div class="${css.button} ${css.atAddressSect}">
<div class="${css.atAddress}" onclick=${function () { loadFromAddress() }}>At Address</div>
${atAddressButtonInput}
</div>
</div>
</div>
......
......@@ -131,6 +131,18 @@ var css = csjs`
}
.atAddress {
${styles.rightPanel.runTab.button_atAddress}
min-width: 100px;
width: 100px;
font-size: 10px;
margin: 0;
word-break: inherit;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.atAddressSect input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.create {
${styles.rightPanel.runTab.button_Create}
......
......@@ -241,6 +241,9 @@ var css = csjs`
border-bottom-right-radius: 0;
border-right: 0;
}
.hasArgs .contractActionsContainerMulti button {
border-radius: 3px;
}
.contractActionsContainerMultiInner .multiArg i {
padding-right: 26px;
padding-top: 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment