Author: rjollos
Date: Mon Aug 26 08:54:13 2013
New Revision: 1517466
URL: http://svn.apache.org/r1517466
Log:
0.8dev: Applied workaround to hide the datepicker `div` at the bottom of the
page. Refs #648.
The workaround can be removed after upgrading to jQuery UI 1.9.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1517466&r1=1517465&r2=1517466&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Mon Aug 26
08:54:13 2013
@@ -847,6 +847,7 @@ tt {
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset;
+ display: none; /* can be removed after upgrading to jQuery UI 1.9
(http://bugs.jqueryui.com/ticket/4111 */
list-style: none outside none;
margin: 0 0 18px;
padding: 7px 14px;