marker is movable. no one knows why.

This commit is contained in:
Ali Asaria 2011-10-11 21:55:31 -04:00
parent d31a9b7a29
commit ac5c342317
5 changed files with 21 additions and 2 deletions

View file

@ -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); }