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 /themes | |
parent | 9345dde83e1f092a9309c45282dc21e3fd408875 (diff) |
Moved autocomplete CSS to gallery.css to ensure it works for all themes (including admin_wind).
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |