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 /modules | |
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 'modules')
-rw-r--r-- | modules/gallery/css/gallery.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index d3f7dcca..73b8ab4e 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -158,6 +158,12 @@ z-index: 1000 } +/* Autocomplete ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.ui-autocomplete { + text-align: left; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ |