diaspora/app/assets/stylesheets/new_styles/_spinner.scss
2012-04-21 16:05:24 -07:00

16 lines
289 B
SCSS

#paginate, #infscr-loading {
margin-top: 10px;
padding: 8px 0;
text-align: center;
width: 100%;
display: block;
clear: both;
.loader {
display: inline-block;
width : 14px;
height: 14px;
background-image : url(asset_path("static-loader.png", "image"))
}
}