remove uneeded css && margin on contracts ui

pull/1/head
yann300 7 years ago
parent 32d46d5ffd
commit bdcfd4c814
  1. 13
      assets/css/browser-solidity.css
  2. 14
      assets/css/universal-dapp.css
  3. 3
      src/universal-dapp.js

@ -180,19 +180,6 @@
font-weight: bold;
}
.contract.hidesub {
padding-bottom: 0;
margin: 0;
}
.contract.hidesub > *:not(.title) {
display: none;
}
.contract.hidesub > .title:before {
content: "\25B6";
}
#output .udapp {
border: 0 none;
box-shadow: none;

@ -109,12 +109,6 @@
cursor: pointer;
}
.udapp .instance.hidesub .title {
margin-bottom: 0;
padding-right: 1.5em;
word-wrap: break-word;
}
.udapp .instance .title:before {
content: "\25BC";
opacity: 0.5;
@ -123,14 +117,6 @@
margin-top: 0.2em;
}
.udapp .instance.hidesub > *:not(.title) {
display: none;
}
.udapp .instance.hidesub > .title:before {
content: "\25B6";
}
#runTabView .contractProperty {
overflow: auto;
margin-bottom: 0.4em;

@ -57,9 +57,6 @@ var css = csjs`
content: "\\25B8";
margin-right: 5%;
}
.instance.hidesub {
margin: 0;
}
.instance.hidesub > * {
display: none;
}

Loading…
Cancel
Save