summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-18 10:00:14 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-18 10:00:14 -0800
commite3eee27c72dceabd26abb071b48f7fbc56300ffc (patch)
tree65cfa4de62584998206a9834f8cec091434a85e3 /modules/gallery
parent1bc752d7855942c7c05573a61a150de93255cfb7 (diff)
parent4bf41377b8aca8dff15ccce398662e428268fa09 (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/gallery')
-rw-r--r--modules/gallery/css/gallery.css6
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
**********************************************************************/