diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-18 18:29:31 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-18 18:29:31 +0100 |
commit | 4bf41377b8aca8dff15ccce398662e428268fa09 (patch) | |
tree | 91d2c3cb048b0be47776a8174d930b78af9c2a98 /modules/gallery/css | |
parent | 9345dde83e1f092a9309c45282dc21e3fd408875 (diff) |
Moved autocomplete CSS to gallery.css to ensure it works for all themes (including admin_wind).
Diffstat (limited to 'modules/gallery/css')
-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 **********************************************************************/ |