started working on the toolbar, added buttons for layout switching, enhancements, zoom

This commit is contained in:
Bala Clark 2011-09-01 00:13:16 +02:00
parent 7dec54b89d
commit d6ca6736ca
2 changed files with 57 additions and 5 deletions

View file

@ -3,13 +3,13 @@
color: #fff;
font-size: 12px;
background-color: #111;
margin: 5px;
padding: 8px;
padding: 10px;
opacity: .9;
position: fixed !important;
}
.cb-control.floating {
margin: 5px;
border: 2px solid #444;
border-radius: 4px;
-webkit-border-radius: 4px;
@ -29,7 +29,6 @@
}
.cb-control.cb-navigate:hover {
display: block;
opacity: 1;
}
@ -47,6 +46,16 @@
cursor: move;
}
#cb-toolbar {
top: 0;
height: 25px;
opacity: 0;
}
#cb-toolbar:hover {
opacity: 1;
}
#cb-color {
width: 200px;
height: 150px;