diff --git a/graph.css b/graph.css index 19d8485..eea7d2f 100644 --- a/graph.css +++ b/graph.css @@ -61,6 +61,7 @@ .feed-options-show-stats{ cursor: pointer; } + .feed-options-show-options { float:right; padding:10px; @@ -70,11 +71,8 @@ } .feed-options-show-stats { - float:right; - padding:10px; - width:150px; - text-align:center; - border-left: 1px solid #eee; + float: right; + margin: 5px; } #vis-mode-toggle, #vis-mode-user, #vis-mode-groups{ diff --git a/graph.js b/graph.js index d46855f..6b455d3 100644 --- a/graph.js +++ b/graph.js @@ -518,7 +518,8 @@ function graph_init_editor() $(".feed-options-show-options").show(); $(".feed-options-show-stats").hide(); event.preventDefault(); - }); + }); + $(".feed-options-show-options").click(function(event){ $("#feed-options-table").show();