Feature Requests item #825897, was opened at 2003-10-18 03:08 Message generated for change (Settings changed) made by shawnkhall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=825897&group_id=42081
Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Option of having the time (or date) in BOLD Initial Comment: Great program. Just wondering if it would be possible to have the time (or date) displayed in BOLD in the search box? Now I have turned off my taskbar clock, I automatically go to see the time in the right hand corner or my screen, but its not there, its now on the left in the search box, but sometimes (prehaps while drunk) I find myself hunting for the time, so would find it easier to see if the time was in bold (or, I suppose, another colour). Just a thought, All the best, James ---------------------------------------------------------------------- Comment By: Shawn K. Hall (shawnkhall) Date: 2003-11-18 15:31 Message: Logged In: YES user_id=219805 Hi James, Unfortunately, no - not that I'm aware of. You could play with the :first-line/:first:letter pseudo-element selectors ( http://www.w3.org/TR/CSS2/selector.html#pseudo- elements ), but it is not supported in IE (and thus DQSD) for input elements, so I doubt you'll get it to work. It's possible if you were to change the interface to use a paragraph <p> instead, but at that point you'd probably be better off separating the date and time into two separate tags so you don't have to deal with the difficult-to-work-with pseudo-elements. Regards, Shawn K. Hall http://ReliableAnswers.com/x/dqsd/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-18 14:46 Message: Logged In: NO Hi Shawn, Thats great thanks, I have been messing around with it and have a flat bar now (removed the borders), looks good. Just another quick one RE: the bold of the clock etc... Is it possible to have only the CLOCK in bold and the date in normal type-face? This will make it stand out from the date more? Just wondering, Thanks again, James ---------------------------------------------------------------------- Comment By: Shawn K. Hall (shawnkhall) Date: 2003-10-19 08:24 Message: Logged In: YES user_id=219805 Hi James, DQSD is designed to function using HTML/CSS explicitly for the ease of making changes like this one. Add the following to your localsearch.css file (in your DQSD installation directory): .clock { font-weight: bold; } The results will have the effect you're after. Regards, Shawn K. Hall http://ReliableAnswers.com/x/dqsd/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=825897&group_id=42081 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel
