marker is movable. no one knows why.
This commit is contained in:
parent
d31a9b7a29
commit
ac5c342317
5 changed files with 21 additions and 2 deletions
|
@ -480,6 +480,11 @@ input:hover {
|
|||
}
|
||||
|
||||
#marker {
|
||||
position: absolute; bottom: 0; right: 200px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#eraser {
|
||||
position: absolute; bottom: 0; right: 70px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
@ -502,6 +507,7 @@ input:hover {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue