[ui] tweaks and improvements (#965)

* update panel headings, titles

* remove panel heading collapser

* style slice meta controls

* fix favstar on dashboard

* add space between heat map and list
This commit is contained in:
Alanna Scott
2016-08-17 08:05:47 -07:00
committed by Maxime Beauchemin
parent a029eaa451
commit 379cf6cbd9
8 changed files with 131 additions and 125 deletions

View File

@@ -18,12 +18,9 @@ require('bootstrap');
require('./../caravel-select2.js');
require('../../node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js');
// css
require('../../vendor/pygments.css');
require('../../stylesheets/explore.css');
require('../../node_modules/bootstrap-toggle/css/bootstrap-toggle.min.css');
let slice;
@@ -131,11 +128,6 @@ function initExploreView() {
px.initFavStars();
$('form .panel-heading').click(function () {
toggle_fieldset($(this), true);
$(this).css('cursor', 'pointer');
});
function copyURLToClipboard(url) {
var textArea = document.createElement('textarea');
textArea.style.position = 'fixed';