diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-18 10:00:14 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-18 10:00:14 -0800 |
commit | e3eee27c72dceabd26abb071b48f7fbc56300ffc (patch) | |
tree | 65cfa4de62584998206a9834f8cec091434a85e3 /themes | |
parent | 1bc752d7855942c7c05573a61a150de93255cfb7 (diff) | |
parent | 4bf41377b8aca8dff15ccce398662e428268fa09 (diff) |
Merge pull request #153 from shadlaws/jquery_autocomplete_compat
Moved autocomplete CSS to gallery.css to ensure it works for all themes (incl. admin_wind)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 6f98cbba..0ece722e 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -948,12 +948,6 @@ button { display: inline-block; } -/* Autocomplete */ - -.ui-autocomplete { - text-align: left; -} - /* Status and validation messages ~~~~ */ .g-message-block { |