From 9bc47604a5be1c88110bf234d5dbfcd832193042 Mon Sep 17 00:00:00 2001 From: stephenmcd Date: Mon, 1 Aug 2011 04:17:08 +1000 Subject: [PATCH] Fix cursors --- static/css/drawnby.css | 8 +++++--- templates/edit.html | 7 +++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/static/css/drawnby.css b/static/css/drawnby.css index b037100..be6a550 100755 --- a/static/css/drawnby.css +++ b/static/css/drawnby.css @@ -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; } diff --git a/templates/edit.html b/templates/edit.html index 6d5036a..5f0d1d5 100755 --- a/templates/edit.html +++ b/templates/edit.html @@ -24,12 +24,11 @@
- Save - Pencil - Brush + Brush
-
+
+ Save

Loading...