Awesome tabs working for the levels

This commit is contained in:
Peter Cottle 2013-10-10 19:20:14 -07:00
parent db78bad106
commit 1a3f21175a
10 changed files with 315 additions and 106 deletions

View file

@ -748,6 +748,30 @@ div.modalView.box.inFront.show {
.levelDropdownView {
}
div.levelDropdownTabWrapper {
margin-left: -10px;
margin-right: -10px;
border-bottom: 2px solid #ccc;
margin-bottom: 10px;
}
div.levelDropdownTab {
border: 1px solid #ccc;
border-bottom: 0;
cursor: pointer;
box-shadow: 0px -4px 12px rgba(0,0,0,0.7);
border-radius: 4px 4px 0 0;
text-align: center;
padding: 4px 10px;
color: black;
background: #ccc;
margin: 0 10px;
}
div.levelDropdownTab.deselected {
opacity: 0.3;
}
div.displayName {
border-bottom: 1px dashed grey;
text-align: center;