style loading indicator

This commit is contained in:
Frédéric Péters 2014-02-05 15:34:01 +01:00
parent 6e18cca645
commit 60cebb1d93
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -867,3 +867,10 @@ img.captcha {
.federation-plugin-list li input {
float: right;
}
.loading {
padding: 1ex 0px 1ex 25px;
margin: 0 1em;
background: transparent url(spinner.gif) left center no-repeat;
color: #666;
}