Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(app): 2497 img size with no css, th scope
Browse files Browse the repository at this point in the history
Closes #2497
  • Loading branch information
alex-wilmer committed May 24, 2016
1 parent ce53127 commit 81487c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/header/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<p>Website</p>
</a>
<a href="https://gdc-cbioportal.nci.nih.gov/" title="GDC cBio Portal" target="_blank" class="menu-item">
<img src="images/icon-cBioPortal.svg" class="icon icon-gdc-cbio-portal header" alt="GDC cBio Portal" />
<img width="26px" src="images/icon-cBioPortal.svg" class="icon icon-gdc-cbio-portal header" alt="GDC cBio Portal" />
<p>GDC cBio Portal</p>
</a>
<span class="menu-item" style="height: 61px">&nbsp;</span>
Expand Down
2 changes: 2 additions & 0 deletions app/scripts/components/tables/templates/tableicious.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<thead>
<tr>
<th
scope="{{::h.children ? 'colgroup' : 'col'}}"
data-cell="::h.th ? h.th : h.name"
data-data="data"
data-paging="paging"
Expand All @@ -14,6 +15,7 @@
</tr>
<tr>
<th
scope="col"
data-cell="h.th ? h.th : h.name"
data-ng-class="h.thClassName"
data-ng-repeat="h in subHeaders">
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/home/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3 class="panel-title table-heading">GDC Applications</h3>
<td>
<div data-uib-tooltip="GDC cBio Portal">
<a href="https://gdc-cbioportal.nci.nih.gov/" title="GDC cBio Portal" target="_blank" class="menu-item">
<img
<img width="35px"
src="images/icon-cBioPortal.svg" class="icon icon-gdc-cbio-portal home" alt="GDC cBio Portal" />
<p>GDC cBio Portal</p>
</a>
Expand Down

0 comments on commit 81487c9

Please sign in to comment.