diff --git a/gulpfile.js b/gulpfile.js index 3ac214fba..8da1d14bc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -501,8 +501,8 @@ gulp.task('taskQueue', [ 'create-binaries', 'change-files', //'cleanup-files', - 'rename-folders', - // 'zip' + 'rename-folders' + // 'zip', ]); // DOWNLOAD nodes diff --git a/interface/.meteor/versions b/interface/.meteor/versions index 66fad348f..6eaecfd85 100644 --- a/interface/.meteor/versions +++ b/interface/.meteor/versions @@ -32,7 +32,7 @@ ecmascript-runtime@0.2.11 ejson@1.0.12 ethereum:accounts@0.3.10 ethereum:blocks@0.3.1 -ethereum:dapp-styles@0.5.4 +ethereum:dapp-styles@0.5.5 ethereum:elements@0.7.1 ethereum:tools@0.5.2 ethereum:web3@0.15.3 diff --git a/interface/client/styles/menu.import.less b/interface/client/styles/menu.import.less index 486912d3f..ab3ceb7cd 100644 --- a/interface/client/styles/menu.import.less +++ b/interface/client/styles/menu.import.less @@ -210,11 +210,10 @@ aside.sidebar { } .see-all { - // display: none; position: absolute; + margin-top: -4px; top: @gridHeight * 10; width: 100%; - // background-color: #FFF; button { font-style: italic; diff --git a/package.json b/package.json index 60e6c83b9..b9ebf34a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Mist", - "version": "0.7.6", + "version": "0.8.0", "license": "GPL-3.0", "repository": { "type": "git",