reduce method button widths in favour of inputs

pull/1/head
d11e9 9 years ago
parent 1a95783e95
commit ce929eda66
  1. 16
      stylesheets/universal-dapp.css

@ -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 @@
.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 @@
.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 @@
.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;
} }

Loading…
Cancel
Save