diff options
author | David Rothstein <drothstein@gmail.com> | 2014-11-03 01:16:11 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-11-03 01:16:11 -0500 |
commit | f7cf579dfb85ffb21f7870ef1c73aec4147127f9 (patch) | |
tree | 6e2c807245271cbd15b5ae0f41bdd957002dbf17 /themes | |
parent | 9ebc7af3c50368e899f028320ea752a0885642d5 (diff) | |
download | brdo-f7cf579dfb85ffb21f7870ef1c73aec4147127f9.tar.gz brdo-f7cf579dfb85ffb21f7870ef1c73aec4147127f9.tar.bz2 |
Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom | ogi: Fixed Throbber in textfield is often misaligned.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style.css | 8 | ||||
-rw-r--r-- | themes/seven/style.css | 7 |
2 files changed, 1 insertions, 14 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 1e63cbe88..8426e56ce 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1325,14 +1325,6 @@ input.form-button-disabled:active, color: #717171; } -/* Animated throbber */ -html.js input.form-autocomplete { - background-position: 100% 4px; /* LTR */ -} -html.js input.throbbing { - background-position: 100% -16px; /* LTR */ -} - /* Comment form */ .comment-form label { float: left; /* LTR */ diff --git a/themes/seven/style.css b/themes/seven/style.css index 56a6094f4..c52d661d0 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -709,12 +709,7 @@ select.form-select:focus { color: #000; border-color: #ace; } -html.js input.form-autocomplete { - background-position: 100% 4px; -} -html.js input.throbbing { - background-position: 100% -16px; -} + ul.action-links { margin: 1em 0; padding: 0 20px 0 20px; /* LTR */ |