summaryrefslogtreecommitdiff
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
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)
-rw-r--r--modules/gallery/css/gallery.css6
-rw-r--r--themes/wind/css/screen.css6
2 files changed, 6 insertions, 6 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
**********************************************************************/
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 {