diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:37:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:37:46 -0300 |
commit | 02b1bafb0b85b05ab0e21a94739b852af942affb (patch) | |
tree | 4396b6501c61ea2e5bfd15ebd5c2bd1445f3b26f | |
parent | 15f4026f388bcef996fe6f7bc4f5dfcc33598146 (diff) | |
download | nuvemdario-02b1bafb0b85b05ab0e21a94739b852af942affb.tar.gz nuvemdario-02b1bafb0b85b05ab0e21a94739b852af942affb.tar.bz2 |
Fixing throbber position
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; +} |