diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 995d6587ea..ea3abce161 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -130,8 +130,12 @@ display: block; } -#righthand-panel #optionViews.txView input, -#righthand-panel #optionViews.txView select { +#header #optionViews.supportView #supportView { + display: block; +} + +#header #optionViews.txView input, +#header #optionViews.txView select { max-width: 13em; padding: 0.3em; box-sizing: border-box; diff --git a/src/app/panels/righthand-panel.js b/src/app/panels/righthand-panel.js index 1ec8ae215a..a09091475e 100644 --- a/src/app/panels/righthand-panel.js +++ b/src/app/panels/righthand-panel.js @@ -7,6 +7,7 @@ var settingsTab = require('../tabs/settings-tab') var analysisTab = require('../tabs/analysis-tab') var debuggerTab = require('../tabs/debugger-tab') var filesTab = require('../tabs/files-tab') +var supportTab = require('../tabs/support-tab') // -------------- styling ---------------------- var csjs = require('csjs-inject') @@ -31,7 +32,7 @@ var css = csjs` bottom : 0; cursor : col-resize; z-index : 999; - border-left : 2px solid hsla(215, 81%, 79%, .3); + border-left : 2px solid hsla(215, 81%, 79%, .3); } .ghostbar { width : 3px; @@ -44,7 +45,7 @@ var css = csjs` bottom : 0; } .panel { - height : 100%; + height : 100%; } .header { height : 100%; @@ -70,7 +71,7 @@ function RighthandPanel (appAPI, events, opts) {