Skip to content

Commit

Permalink
Merge pull request #781 from Ayesh-07/improveslides
Browse files Browse the repository at this point in the history
Improve Slides Page Layout and User Guidance #733
  • Loading branch information
birm authored Mar 26, 2024
2 parents 6abdeca + 1859e7a commit 022f81d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ nav li:not(.active):hover {
line-height: 1;
font-size: 24px;
}

6 changes: 3 additions & 3 deletions apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@

<div class="header text-center text-white bg-info p-4">
<h1 class="h1">caMicroscope</h1>
<p style="font-weight: bold; font-size: 14pt;">Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
<p style="font-weight: bold; font-size: 14pt;">Digital pathology image viewer with support for human/machine generated annotations and markups. View, Edit, and Manage Your Slides Here.</p>
<div style="align-content: center;">
<div style="align-content: center;">
<div class="btn-group" role="group">
<button type="button" style="border-color: white;" class="btn btn-secondary bg-white text-dark" title="Slides Table"><i class="fas fa-list-alt"></i> Slides</button>
<a href="./Info.html"> <button style="border-color: white; border-radius: 0 5px 5px 0;" type="button" class="btn btn-secondary bg-info text-light" title="Information Dashboard"><i class="fas fa-info-circle"></i> Info</button> </a></div>
<button type="button" style="border-color: white;" class="btn btn-secondary bg-white text-dark margin-right: 10px; " title="Slides Table"><i class="fas fa-list-alt"></i> Slides</button>
<a href="./Info.html"> <button style="border-color: white; border-radius: 0 5px 5px 0; margin-left: 10px;" type="button" class="btn btn-secondary bg-info text-light" title="Information Dashboard"><i class="fas fa-info-circle"></i> Info</button> </a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 022f81d

Please sign in to comment.