mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 16:21:06 +02:00
Objective button Resolves #168
This commit is contained in:
parent
e0516e3f5c
commit
5d05103afb
4 changed files with 32 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue