From: Silvio Rhatto Date: Thu, 4 Jul 2013 19:37:46 +0000 (-0300) Subject: Fixing throbber position X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=02b1bafb0b85b05ab0e21a94739b852af942affb;p=drupal%2Fnuvemdario.git Fixing throbber position --- diff --git a/style.css b/style.css index bb08982..19b5d51 100644 --- a/style.css +++ b/style.css @@ -2570,3 +2570,8 @@ fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-text fieldset#edit-body-und-0-format.filter-wrapper.form-wrapper { display: none; } + + +html.js input.form-autocomplete { + background-position: 100% 15px; +}