summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:43:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:43:11 -0300
commit7030144bea1631a674acd7d37241898e5feb2d0a (patch)
tree2e1e7f1edfc53d1cf99f509cf840ecf71b5abf97 /style.css
parent02b1bafb0b85b05ab0e21a94739b852af942affb (diff)
downloadnuvemdario-7030144bea1631a674acd7d37241898e5feb2d0a.tar.gz
nuvemdario-7030144bea1631a674acd7d37241898e5feb2d0a.tar.bz2
Fixing throbber position (2)
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 19b5d51..2003341 100644
--- a/style.css
+++ b/style.css
@@ -2575,3 +2575,7 @@ fieldset#edit-body-und-0-format.filter-wrapper.form-wrapper {
html.js input.form-autocomplete {
background-position: 100% 15px;
}
+
+html.js input.throbbing {
+ background-position: 100% -13px;
+}