View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory sc8-pr-cvs1:/tmp/cvs-serv18280
Modified Files:
ChangeLog.txt search.htm
Log Message:
* Now looks prettier in non-docked mode, i.e. input field and button are entirely
hidden, and descriptive text is slightly padded
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.274
retrieving revision 1.275
diff -C2 -d -r1.274 -r1.275
*** ChangeLog.txt 11 Dec 2003 18:39:40 -0000 1.274
--- ChangeLog.txt 11 Dec 2003 19:58:17 -0000 1.275
***************
*** 24,27 ****
--- 24,28 ----
* Portuguese-English (and reverse) translations now work correctly. Thanks to
Michael Kairys for reporting (Kim Gr�sman)
* Fixed search.nsi to include an UninstallIcon entry, required to work with new
search.ico (Kim Gr�sman)
+ * Now looks prettier in non-docked mode, i.e. input field and button are entirely
hidden, and descriptive text is slightly padded (Kim Gr�sman)
New Searches
Index: search.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsd/search.htm,v
retrieving revision 1.179
retrieving revision 1.180
diff -C2 -d -r1.179 -r1.180
*** search.htm 14 Oct 2003 04:58:15 -0000 1.179
--- search.htm 11 Dec 2003 19:58:17 -0000 1.180
***************
*** 879,890 ****
</tr>
<tr>
! <td id='info' style='display:none'>
! <img width=0 height=36><br>
<b><a style='text-decoration:none;color:black' href='http://www.dqsd.net/'
target='_blank' tabindex='-1'>
Dave's Quick Search Deskbar</a></b>
<br>
Designed to be placed on the Windows taskbar.<br>
! For documentation,
! <a href="about:" onclick="about(); return false;" tabindex=-1>click here</a>.
</td>
</tr>
--- 879,889 ----
</tr>
<tr>
! <td id='info' style='display:none; padding-left:20px;'>
! <br>
<b><a style='text-decoration:none;color:black' href='http://www.dqsd.net/'
target='_blank' tabindex='-1'>
Dave's Quick Search Deskbar</a></b>
<br>
Designed to be placed on the Windows taskbar.<br>
! For documentation, <a href='about:' onclick='about(); return false;'
tabindex='-1'>click here</a>.
</td>
</tr>
***************
*** 934,940 ****
// We seem to be off the toolbar
document.all.info.style.display="block";
! document.deff.q.style.display="block";
document.deff.q.style.top=0;
! document.deff.q.style.height = originaltextheight;
}
else
--- 933,939 ----
// We seem to be off the toolbar
document.all.info.style.display="block";
! document.deff.q.style.display="none";
document.deff.q.style.top=0;
! document.deff.q.style.height=0;
}
else
***************
*** 950,954 ****
if(dopopup)
{
! if((showbutton == 1) || ((showbutton == 2) && (targetwidth >= clocklongwidth)))
{
document.deff.gobutton.style.display ="inline";
--- 949,953 ----
if(dopopup)
{
! if((showbutton == 1) || ((showbutton == 2) && (targetwidth >= clocklongwidth))
&& document.deff.q.style.display != "none")
{
document.deff.gobutton.style.display ="inline";
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/