add marker and eraser to whiteboard
This commit is contained in:
parent
ca4c77c6b4
commit
868d242887
3 changed files with 5 additions and 0 deletions
|
@ -479,6 +479,10 @@ input:hover {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#marker {
|
||||||
|
position: absolute; bottom: 0; right: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
client/images/marker-and-eraser.png
Normal file
BIN
client/images/marker-and-eraser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -6,6 +6,7 @@ h1 <a href="http://scrumblr.ca">scrumblr</a> by <a href="http://aliasaria.ca">al
|
||||||
div.board-outline
|
div.board-outline
|
||||||
div#board
|
div#board
|
||||||
div#board-doodles
|
div#board-doodles
|
||||||
|
image#marker(src='/images/marker-and-eraser.png', width='259', height='20')
|
||||||
|
|
||||||
|
|
||||||
table#board-table.board-table
|
table#board-table.board-table
|
||||||
|
|
Loading…
Add table
Reference in a new issue