From ce929eda6659b62f4c065a9573a03273ae105173 Mon Sep 17 00:00:00 2001 From: d11e9 Date: Wed, 7 Oct 2015 17:49:36 +0100 Subject: [PATCH] reduce method button widths in favour of inputs --- stylesheets/universal-dapp.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stylesheets/universal-dapp.css b/stylesheets/universal-dapp.css index 71c8a28749..135134e5be 100644 --- a/stylesheets/universal-dapp.css +++ b/stylesheets/universal-dapp.css @@ -35,10 +35,6 @@ height: 7em; } -.udapp button { - min-width: 8em; -} - .udapp-setup button { background-color: #556DF3; color: white; @@ -188,11 +184,14 @@ .udapp .instance button { width: 50%; float: left; + box-sizing: border-box; } -.udapp .contractProperty.hasArgs input, -.udapp .contractProperty.hasArgs button { - width: 50%; +.udapp .contractProperty.hasArgs input { + width: 75%; +} +.udapp .contractProperty button { + width: 25%; } .udapp .contractProperty .call { @@ -201,6 +200,7 @@ .udapp .contractProperty.constant .call { background-color: #556DF3; + width: 25%; } .udapp .contractProperty input { @@ -210,7 +210,7 @@ .udapp .contractProperty > .value { padding: 0 0.4em; box-sizing: border-box; - width: 50%; + width: 75%; float: left; word-wrap: break-word; }