Commit ce929eda authored by d11e9's avatar d11e9

reduce method button widths in favour of inputs

parent 1a95783e
...@@ -35,10 +35,6 @@ ...@@ -35,10 +35,6 @@
height: 7em; height: 7em;
} }
.udapp button {
min-width: 8em;
}
.udapp-setup button { .udapp-setup button {
background-color: #556DF3; background-color: #556DF3;
color: white; color: white;
...@@ -188,11 +184,14 @@ ...@@ -188,11 +184,14 @@
.udapp .instance button { .udapp .instance button {
width: 50%; width: 50%;
float: left; float: left;
box-sizing: border-box;
} }
.udapp .contractProperty.hasArgs input, .udapp .contractProperty.hasArgs input {
.udapp .contractProperty.hasArgs button { width: 75%;
width: 50%; }
.udapp .contractProperty button {
width: 25%;
} }
.udapp .contractProperty .call { .udapp .contractProperty .call {
...@@ -201,6 +200,7 @@ ...@@ -201,6 +200,7 @@
.udapp .contractProperty.constant .call { .udapp .contractProperty.constant .call {
background-color: #556DF3; background-color: #556DF3;
width: 25%;
} }
.udapp .contractProperty input { .udapp .contractProperty input {
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
.udapp .contractProperty > .value { .udapp .contractProperty > .value {
padding: 0 0.4em; padding: 0 0.4em;
box-sizing: border-box; box-sizing: border-box;
width: 50%; width: 75%;
float: left; float: left;
word-wrap: break-word; word-wrap: break-word;
} }
......
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