Skip to content

Commit 7166e0a

Browse files
committed
Changed: Styling for the search box.
1 parent 60731b6 commit 7166e0a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Extra/default1.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,4 +730,21 @@ a.home
730730
a.home:hover
731731
{
732732
background: url('../images/home1.png') no-repeat;
733-
}
733+
}
734+
735+
#in
736+
{
737+
height:28px;
738+
margin-right:-5px;
739+
}
740+
741+
#click
742+
{
743+
background: url('../images/search.png') no-repeat;
744+
height:28px;
745+
width:28px;
746+
margin-left:-5px;
747+
border:0;
748+
cursor:arrow;
749+
font-size:0;
750+
}

Extra/ifame.htm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525

2626
<td class="search">
2727
<form action="TOC.htm">
28+
<div>
2829
<input disabled onkeydown="if (event.keyCode==13) {return DoSearch()} " onclick='this.value="";this.style.fontStyle="normal";this.style.color="black"' type="text" id="in" name="in">
29-
<img class="search" onclick='DoSearch()' src="../images/search.png" alt="Search">
30+
<input readonly title="Search" onfocus="this.blur()" id="click" name="click" onclick='this.blur();DoSearch()'>
31+
</div>
3032
</form>
3133
<a href="#" class="home" title="Project Home" onclick='GoHome()'>&nbsp;</a>
3234
<a href="#" class="print" title="Print" onclick="window.print();return false;">&nbsp;</a>

0 commit comments

Comments
 (0)