mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +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,6 +213,13 @@ ul#links li a.editlink {
|
|||||||
ul#links li a.editlink:hover {
|
ul#links li a.editlink:hover {
|
||||||
background-position: 100% -18px;
|
background-position: 100% -18px;
|
||||||
}
|
}
|
||||||
|
.menu li,
|
||||||
|
input {
|
||||||
|
color: #008787;
|
||||||
|
background: #C8E1E2;
|
||||||
|
border: 2px solid #99CCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TABLES */
|
/* TABLES */
|
||||||
table.trad, table.centre, table.fancy {
|
table.trad, table.centre, table.fancy {
|
||||||
|
@ -57,6 +57,9 @@ support:</h4>
|
|||||||
<li><a href="pubs.htm">Published reports</a></li>
|
<li><a href="pubs.htm">Published reports</a></li>
|
||||||
<li><a href="areas.htm">Area description</a></li>
|
<li><a href="areas.htm">Area description</a></li>
|
||||||
<li><a href="https://camcaving.uk" target="_blank">CUCC website</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>
|
</ul>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user