Skip to content

Commit

Permalink
Added space to TF viz buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleichter committed May 7, 2014
1 parent e1c1b18 commit 7703424
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions html/explore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ <h2 style="margin-left:10px; width:700px;" id="text_title">{% if title %}{{title
<br>
Visualization:</div>

<div id="viz_apps" data-toggle="buttons" style="margin-top:10px; margin-left:5px;">
<div id="tfViz" data-toggle="buttons" style="margin-left:5px;">

<label value="tree_map" class="btn btn-default {% if app_name == 'tree_map' %}active{% endif %} tooltipbs" data-placement="top" data-toggle="tooltip" title="Treemap" >

<input type="radio" style="background:url({{ STATIC_URL }}img/home/treeMap-thumb.png) no-repeat;"> <img src="{{ STATIC_URL }}img/home/treeMap-thumb.png" style="width:38px;"/>
Expand Down Expand Up @@ -703,7 +704,8 @@ <h3 id="likeCount">{{likeCount}} Likes</h3>
</label>
<label class="btn btn-default">
<input type="radio">Missing
</label> -->
</label> -->

</div>
</div>
<p style="clear:both">
Expand Down
4 changes: 3 additions & 1 deletion media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,9 @@ table tbody tr td span {
margin: 0 0 0 4px;
}


#tfViz label{
margin-top: 10px;
}
.dropdown {
display: inline;
float: left;
Expand Down

0 comments on commit 7703424

Please sign in to comment.