Objective button Resolves #168

This commit is contained in:
Peter Cottle 2014-05-07 18:34:15 -07:00
parent e0516e3f5c
commit 5d05103afb
4 changed files with 32 additions and 5 deletions

View file

@ -329,6 +329,7 @@ div.toolbar.level-toolbar {
border-radius: 0;
height: inherit;
font-size: 12px;
position: relative;
}
div.toolbar.level-toolbar button {
@ -359,6 +360,17 @@ div.toolbar div.showGoalWrapper {
margin-left: 6px;
}
div.toolbar div.showObjectiveWrapper {
float: right;
margin-right: 6px;
}
div.toolbar div.buttonsWrapper {
position: absolute;
width: 100%;
top: 10px;
}
div.toolbar div.levelNameWrapper {
text-align: center;
position: relative;