diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-18 13:10:45 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-18 13:10:45 -0500 |
commit | f95159c0b886a2ff724d6fa9a9315460186b02ef (patch) | |
tree | 3bd5c59a56b19816379b82b3e76da9904b228baa | |
parent | 195210a2abd87974c127772b41f33df17fa1d954 (diff) | |
parent | e3eee27c72dceabd26abb071b48f7fbc56300ffc (diff) |
Merge branch 'jquery_190' of github.com:gallery/gallery3 into jquery_190
-rw-r--r-- | modules/gallery/css/gallery.css | 6 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 6 |
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 { |