Moved reference to throbber.gif to CSS file.

This commit is contained in:
Bez Hermoso
2014-08-21 13:20:45 -07:00
parent ec81d25cb0
commit f8991bc7f5
4 changed files with 25 additions and 16 deletions

View File

@@ -671,17 +671,20 @@
display: inline-block;
font-size: 0.9em;
}
img {
display: block;
clear: none;
float: right;
}
input.submit {
display: block;
clear: none;
float: left;
padding: 6px 8px;
}
span.response_throbber {
background-image: url('../images/throbber.gif');
width: 128px;
height: 16px;
display: block;
clear: none;
float: right;
}
}
form {
input[type='text'].error {