Skip to content

Commit

Permalink
Merge branch 'dev-a11y-fixups' into june24-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Rumsey committed Jun 26, 2024
2 parents 45a3359 + e7872cc commit 8ca02ba
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Bigfoot-Bib-Report-Initial.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
content="Race Tracker Form for Winlink Express created by KG6SJT, modified by K7RMZ for Bigfoot ultra marathon comms-support events."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.png" />
<link rel="icon" href="" />
<title>Bigfoot Bib Tracker</title>

<script language="javascript" type="text/javascript">
Expand Down Expand Up @@ -626,11 +626,14 @@
.close:link,
.close:visited {
position: absolute;
top: -0.75em;
top: -2rem;
right: -0.75em;
display: block;
line-height: 1.8;
padding: 0em;
padding-left: 0.4rem;
padding-right: 0.4rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
text-align: center;
text-decoration: none;
background-color: rgb(0,0,0);
Expand All @@ -640,11 +643,6 @@
box-shadow: 0rem 0rem 0.5rem 0.5rem;
}

.close:before {
content: 'Click To Close This';
margin: 3em;
}

.close:hover,
.close:active,
.close:focus {
Expand Down Expand Up @@ -712,7 +710,7 @@
</head>

<body>
<section>
<section id="close">
<form
onsubmit="return confirm('To complete your form submission, click OK and close the browser tab. You will return to the new message window so you can post your message to the outbox.');"
method="post" id="myform" enctype="multipart/form-data" action="http://{FormServer}:{FormPort}">
Expand Down Expand Up @@ -857,7 +855,7 @@

<div class="popBox">
<!-- If the content becomes larger than the pop-up this div will scroll the content -->
<a href="#close" class="close"></a>
<a href="#close" class="close">Click to close this help</a>

<div class="popScroll">
<h1>Winlink Operator Instructions</h1>
Expand Down

0 comments on commit 8ca02ba

Please sign in to comment.