client/css/renkan.css
changeset 14 f7d9fe3ef6f3
parent 11 c73bfb5c0af6
child 20 bd58970ffd16
--- a/client/css/renkan.css	Thu Aug 16 15:59:25 2012 +0200
+++ b/client/css/renkan.css	Thu Aug 16 16:01:49 2012 +0200
@@ -72,24 +72,23 @@
 .Rk-UserColor {
     display: inline-block; width: 1em; height: 1em; border: 1px solid #666666; margin: -2px 2px;
 }
-/*
-.Rk-Button-Edit, .Rk-Button-Remove {
-    width: 67px; height: 134px; background: url("../img/remove-edit.png");
+
+.Rk-ZoomButtons {
+    position: absolute; left: 0; top: 0; cursor: pointer;
 }
 
-.Rk-Button-Edit {
-    background-position: -67px -134px;
+.Rk-ZoomIn, .Rk-ZoomOut {
+    width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px;
 }
 
-.Rk-Button-Edit:hover {
-    background-position: -67px 0;
+.Rk-ZoomIn:hover {
+    background-position: 0 -20px;
 }
 
-.Rk-Button-Remove {
-    background-position: 0 -134px;
+.Rk-ZoomOut {
+    background-position: -21px 0;
 }
 
-.Rk-Button-Remove:hover {
-    background-position: -67px 0;
-}
-*/
\ No newline at end of file
+.Rk-ZoomOut:hover {
+    background-position: -21px -20px;
+}
\ No newline at end of file