Skip to content

Commit

Permalink
Fix cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jul 31, 2011
1 parent 5b76386 commit 9bc4760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 5 additions & 3 deletions static/css/drawnby.css
Expand Up @@ -143,13 +143,15 @@ div.about h1 {font-size:20px; margin:30px 0 10px 0;}
.toolbar a { width: 30px; height: 30px; margin: 2px auto 3px auto; background: #cbcbcb url('../img/sp-tools.png') no-repeat 0 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.toolbar .select { background-position: 4px 5px; }
.toolbar .pencil { background-position: 4px -31px; }
.toolbar .brush { background-position: 4px -66px; }
.toolbar .brush { background-position: 4px -66px; cursor:default;}
.toolbar .cut { background-position: 4px -101px; }
.toolbar .eyedrop { background-position: 4px -136px; }
.toolbar .zoom { background-position: 4px -170px; }
.functions .save { background-position: 4px -200px; }
.toolbar .save { background-position: 4px -206px; }
.toolbar a:hover { background-color: #8a8a8a; }
.brushsize { height: 80px; margin: 10px auto 15px; }
.toolbar .brush:hover {background-color: #cbcbcb !important;}
.brushsize { height: 80px; margin: 15px; }
.brushsize a {cursor:move !important;}
#amount { position: relative; }
#amount span { position: absolute; top: -16px; right: 7px; font-size: 10px; font-weight: bold; text-align: center; }

Expand Down
7 changes: 3 additions & 4 deletions templates/edit.html
Expand Up @@ -24,12 +24,11 @@
</script>

<div class="toolbar">
<a href="" title="Save" class="ir save">Save</a>
<a href="" title="Pencil" class="ir pencil">Pencil</a>
<a href="" title="Brush" class="ir brush">Brush</a>
<a href="#" onclick="return false;" title="Brush" class="ir brush">Brush</a>
<div id="amount"><span></span></div>
<div class="brushsize"></div>
<a href="" id="color" class="ir"><div></div></a>
<a href="#" id="color" class="ir"><div style="background-color:#000;"></div></a>
<a href="#" id="save" title="Save" class="ir save">Save</a>
</div>

<p id="loading" class="intro">Loading...</p>
Expand Down

0 comments on commit 9bc4760

Please sign in to comment.