summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-02-18 18:29:31 +0100
committershadlaws <shad@shadlaws.com>2013-02-18 18:29:31 +0100
commit4bf41377b8aca8dff15ccce398662e428268fa09 (patch)
tree91d2c3cb048b0be47776a8174d930b78af9c2a98
parent9345dde83e1f092a9309c45282dc21e3fd408875 (diff)
Moved autocomplete CSS to gallery.css to ensure it works for all themes (including 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 {