Add label next to spinner to indicate what's happening.

This commit is contained in:
2016-09-04 12:52:59 +02:00
parent c912c3327e
commit c13442cac6
2 changed files with 19 additions and 4 deletions

View File

@@ -688,8 +688,10 @@ a#previous_photo:hover, a#next_photo:hover {
background-color: #74AFCF;
height: 20px;
width: 20px;
margin: 0 5px;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
vertical-align: middle;
}
@-webkit-keyframes sk-rotateplane {