diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 2242960998..de9ce5a89d 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -4,6 +4,7 @@ body { color: #111111; font-weight: normal; } + #editor { position: absolute; @@ -14,7 +15,6 @@ body { right: 37em; } - .scroller { position: absolute; z-index: 999; @@ -44,7 +44,7 @@ body { position: absolute; overflow: hidden; top: 0; - left: 3em; + left: 5em; right: 3em; } @@ -78,6 +78,7 @@ body { } .newFile, +.uploadFile, .toggleRHP { display: block; float: left; @@ -169,7 +170,6 @@ body { box-sizing: content-box; } - #header #options { list-style: none; margin: 0; @@ -198,10 +198,12 @@ body { overflow: auto; background-color: #F4F6FF; } + #header #optionViews > div { display: none; padding: 1em 0.5em 0.5em; } + #header #optionViews.txView #txView { display: block; } #header #optionViews.settingsView #settingsView { display: block; } #header #optionViews.publishView #publishView { display: block; } @@ -249,7 +251,6 @@ body { cursor: pointer; } - #header .origin, #header #executionContext { display: block; @@ -335,7 +336,6 @@ body { margin-bottom: 1em; } - .sol.error, .sol.warning { border-radius: 0; @@ -411,3 +411,7 @@ input[readonly] { display: block; width: 100%; } + +input[type="file"] { + display: none; +} diff --git a/index.html b/index.html index fb6f651db7..3f12beced0 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,7 @@
+