moved loading status out of toolbar

This commit is contained in:
Bala Clark 2011-09-04 11:37:23 +02:00
parent f080bf88e5
commit 4c1df0f1ea
2 changed files with 23 additions and 12 deletions

View file

@ -66,15 +66,22 @@
box-shadow: none;
}
#cb-status {
z-index: 101;
font-size: 12px;
right: 0;
bottom: 0;
margin: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#cb-toolbar {
top: 0;
border-bottom: 2px solid #444;
}
#cb-toolbar #cb-status {
float: right;
}
#cb-toolbar button {
height: 32px;
width: 32px;