Index: lnt/server/ui/templates/layout.html =================================================================== --- lnt/server/ui/templates/layout.html +++ lnt/server/ui/templates/layout.html @@ -81,16 +81,6 @@ } } - /* Make profile buttons invisible by default */ - tr .profile-btn { - visibility: hidden; - } - - /* But appear when their parent table rows are hovered. */ - tr:hover .profile-btn { - visibility: visible; - } - /* Floating headers can't have clear backgrounds. */ .floating_header thead { background-color: #FFFFFF; Index: lnt/server/ui/templates/utils.html =================================================================== --- lnt/server/ui/templates/utils.html +++ lnt/server/ui/templates/utils.html @@ -37,19 +37,19 @@ {% if compare_profile and profile %} Profile + class="btn btn-mini pull-right">Profile {% elif profile %} Profile + class="btn btn-mni pull-right profile-but-no-prev" data-toggle="tooltip" + title="This run has a profile, but the run being compared to does not">Profile {% elif compare_profile %} Profile + class="bt btn-mini pull-right profile-prev-only" data-toggle="tooltip" + title="This run does not have a profile, but the run being compared to does">Profile {% endif %} {% endif %}