Add loader css

This commit is contained in:
touffies
2013-10-18 15:46:32 +02:00
parent d204a32c09
commit 268e5355aa

View File

@@ -6,6 +6,18 @@
// Collapse
.no-js .collapse { display: block!important; }
// Loader (Overlay)
.loader {
position: fixed;
background: #fff url(../img/ajax-loader.gif) no-repeat center center;
background-color: rgba(255,255,255,.5);
display: none;
left: 0; top: 0;
width: 100%;height: 100%;
z-index: 100;
}
.oldie { position: absolute; }
// thumbnail
.thumbnail {
&.active,