.image-thumbnail { display: inline-block; vertical-align: top; width: 128px; height: 128px; margin: .5em; } .glyphicon.spinner { animation: glyphicon-spin-r 3s infinite linear; } @keyframes glyphicon-spin-r { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } #dropzone { border-radius: 5px; border: 2px dashed #f0f0f0; } #dropzone.drop-active { border: 2px dashed #808080; } #dropzone.drop-invalid { border: 2px dashed #e00000; } /* Fix form group spilling outside the dropzone. */ #dropzone .form-group { margin: 5px; }