Skip to content

Commit

Permalink
Merge pull request #509 from dtcenter/issue_508_accessibility_statement
Browse files Browse the repository at this point in the history
add accessibility statement #508
  • Loading branch information
TatianaBurek authored Jan 25, 2024
2 parents 68235eb + e077b05 commit e013b60
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@
}
.ui-dialog { z-index: 1000 !important ;}
.web-acc-st{
font-size: 9px;
color: #555;
text-decoration: none;
font-weight: normal;
white-space: nowrap;
}
</style>

Expand Down Expand Up @@ -251,10 +258,9 @@
<div id="header" style="overflow: visible; position: static ">

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;"
id="release">METviewer 6.0.0-beta3-dev<span class="ui-icon ui-icon-info " style="float: right;
margin-left: .4em;"></span>

<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;text-align: left;" >METviewer 6.0.0-beta3-dev
<span id="release" class="ui-icon ui-icon-info " style="float: right;margin-left: .4em;"></span>
<br><a href="https://www.ucar.edu/accessibility" class="web-acc-st">Web Accessibility Statement</a>
</div>
<nav style="float: left;padding-left: 50px;">

Expand Down

0 comments on commit e013b60

Please sign in to comment.