mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 14:51:54 +00:00
Add Search to front page, and make it less horrible with CSS.
Could be a lot better still.
This commit is contained in:
parent
a726cb512e
commit
b150ef698a
@ -213,7 +213,14 @@ ul#links li a.editlink {
|
||||
ul#links li a.editlink:hover {
|
||||
background-position: 100% -18px;
|
||||
}
|
||||
.menu li,
|
||||
input {
|
||||
color: #008787;
|
||||
background: #C8E1E2;
|
||||
border: 2px solid #99CCCC;
|
||||
}
|
||||
|
||||
|
||||
/* TABLES */
|
||||
table.trad, table.centre, table.fancy {
|
||||
border-collapse: collapse;
|
||||
|
@ -57,6 +57,9 @@ support:</h4>
|
||||
<li><a href="pubs.htm">Published reports</a></li>
|
||||
<li><a href="areas.htm">Area description</a></li>
|
||||
<li><a href="https://camcaving.uk" target="_blank">CUCC website</a></li>
|
||||
<li><form name=P method=get action="/search" target="_top">
|
||||
<input type=search name=P value="testing" size=8 autofocus>
|
||||
<input type=submit value="Search"></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user