added a page loading overlay

This commit is contained in:
Bala Clark 2011-09-03 21:41:26 +02:00
parent e93e200a1d
commit f163b7ba6e
3 changed files with 67 additions and 37 deletions

View file

@ -57,6 +57,15 @@
cursor: move;
}
#cb-loading-overlay {
z-index: 100;
opacity: 0.8;
background: #000 url("../img/loading.gif") no-repeat center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#cb-toolbar {
top: 0;
border-bottom: 2px solid #444;