From 0494244e8068198707bf602199413cd216b0d515 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 3 Feb 2013 18:48:30 -0500 Subject: Super first pass: - jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there --- themes/wind/css/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/wind/css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index d3e0f83c..adddb93c 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -948,6 +948,12 @@ button { display: inline-block; } +/* Autocomplete */ + +.ui-autocomplete { + text-align: left; +} + /* Status and validation messages ~~~~ */ .g-message-block { -- cgit v1.2.3