position login spinner properly (bug 708507)

This commit is contained in:
Matt Claypotch 2011-12-08 13:37:16 -08:00
Родитель a19f16e56c
Коммит 54d355353a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -385,3 +385,7 @@ button.loading-submit:after {
top: 0;
width: 16px;
}
.login button.loading-submit:after {
right: -24px;
top: 5px;
}