summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:37:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:37:46 -0300
commit02b1bafb0b85b05ab0e21a94739b852af942affb (patch)
tree4396b6501c61ea2e5bfd15ebd5c2bd1445f3b26f /style.css
parent15f4026f388bcef996fe6f7bc4f5dfcc33598146 (diff)
downloadnuvemdario-02b1bafb0b85b05ab0e21a94739b852af942affb.tar.gz
nuvemdario-02b1bafb0b85b05ab0e21a94739b852af942affb.tar.bz2
Fixing throbber position
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
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;
+}