Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
alekstorm committed Apr 10, 2012
1 parent b8a4480 commit 566e688
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 121 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Expand Up @@ -2,9 +2,3 @@


/static/javadoc/ /static/javadoc/
/static/js/scribe.js /static/js/scribe.js

/bin/
/build/
/data/
/include/
/lib/
1 change: 1 addition & 0 deletions scribe/scribe.py
@@ -1,4 +1,5 @@
# FIXME re-enable gzip encoding # FIXME re-enable gzip encoding
# TODO handle out-of-order messages (modification before adding, etc - timeout while waiting?)
import datetime import datetime
from gridfs import GridFS from gridfs import GridFS
import httplib import httplib
Expand Down
16 changes: 16 additions & 0 deletions static/css/common.css
Expand Up @@ -55,3 +55,19 @@ canvas {
width: 250px; width: 250px;
margin: 0; margin: 0;
} }

.cursor-data {
float: left;
padding: 5px;
background-color: grey;
border: 1px solid black;
list-style: none;
visibility: hidden;
cursor: crosshair;

-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

0 comments on commit 566e688

Please sign in to comment.