Commit bdcfd4c8 authored by yann300's avatar yann300

remove uneeded css && margin on contracts ui

parent 32d46d5f
...@@ -180,19 +180,6 @@ ...@@ -180,19 +180,6 @@
font-weight: bold; font-weight: bold;
} }
.contract.hidesub {
padding-bottom: 0;
margin: 0;
}
.contract.hidesub > *:not(.title) {
display: none;
}
.contract.hidesub > .title:before {
content: "\25B6";
}
#output .udapp { #output .udapp {
border: 0 none; border: 0 none;
box-shadow: none; box-shadow: none;
......
...@@ -109,12 +109,6 @@ ...@@ -109,12 +109,6 @@
cursor: pointer; cursor: pointer;
} }
.udapp .instance.hidesub .title {
margin-bottom: 0;
padding-right: 1.5em;
word-wrap: break-word;
}
.udapp .instance .title:before { .udapp .instance .title:before {
content: "\25BC"; content: "\25BC";
opacity: 0.5; opacity: 0.5;
...@@ -123,14 +117,6 @@ ...@@ -123,14 +117,6 @@
margin-top: 0.2em; margin-top: 0.2em;
} }
.udapp .instance.hidesub > *:not(.title) {
display: none;
}
.udapp .instance.hidesub > .title:before {
content: "\25B6";
}
#runTabView .contractProperty { #runTabView .contractProperty {
overflow: auto; overflow: auto;
margin-bottom: 0.4em; margin-bottom: 0.4em;
......
...@@ -57,9 +57,6 @@ var css = csjs` ...@@ -57,9 +57,6 @@ var css = csjs`
content: "\\25B8"; content: "\\25B8";
margin-right: 5%; margin-right: 5%;
} }
.instance.hidesub {
margin: 0;
}
.instance.hidesub > * { .instance.hidesub > * {
display: none; display: none;
} }
......
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