diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 2b306664b4..8a77a2bd48 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -161,6 +161,8 @@ body { list-style: none; margin: 0; padding: 0; + display: flex; + justify-content: space-between; } #header #options li.active { @@ -254,12 +256,12 @@ body { #publishView button { background-color: #C6CFF7; font-size: 12px; - padding: 0.25em; margin-bottom: .5em; color: black; border:0 none; border-radius: 3px; width: 8em; + height: 20px; margin-right: 1em; cursor: pointer; } @@ -384,9 +386,10 @@ body { word-wrap: break-word; cursor: pointer; position: relative; - margin: 0.5em 0; - border-radius: 0.6em; - padding: 1em 1.5em; + margin: 0.5em 0 1em 0; + border-radius: 5px; + line-height: 20px; + padding: 8px 15px; } .sol.error pre, @@ -410,11 +413,13 @@ body { } .sol.error { - background-color: rgba(255, 0, 0, 0.4); + background-color: hsla(0, 100%, 75%, 0.1); + border: .2em dotted #FF8080; } .sol.warning { - background-color: rgba(210, 202, 36, 0.4); + background-color: hsla(59, 56%, 78%, 0.5); + border: .2em dotted #ffbd01; } #ghostbar { @@ -437,7 +442,7 @@ body { bottom: 0; cursor: col-resize; z-index: 999; - border-right: 2px solid #C6CFF7; + border-right: 2px solid hsla(215, 81%, 79%, .3); } #editor .ace-tm .ace_gutter, diff --git a/assets/css/universal-dapp.css b/assets/css/universal-dapp.css index 349d63ac82..254cba6057 100644 --- a/assets/css/universal-dapp.css +++ b/assets/css/universal-dapp.css @@ -310,7 +310,8 @@ border-radius: 5px; margin-bottom: 1em; display: flex; - justify-content: space-around; + justify-content: initial; + flex-wrap: wrap; } .udapp .legend div { @@ -319,6 +320,7 @@ display: flex; align-items: center; line-height: 0px; + padding: 5px; } .udapp .legend div:before { @@ -329,6 +331,7 @@ height: 1em; margin-right: 0.5em; width: 1em; + border-radius: 50%; } .udapp .legend .publish:before { diff --git a/index.html b/index.html index db7c8d43d9..85d142e603 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,7 @@