client/css/renkan.css
changeset 7 ae86ecebb1be
parent 5 67085e6281e5
child 11 c73bfb5c0af6
--- a/client/css/renkan.css	Mon Jul 30 18:44:59 2012 +0200
+++ b/client/css/renkan.css	Tue Jul 31 18:00:13 2012 +0200
@@ -72,3 +72,24 @@
 .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-Button-Edit {
+    background-position: -67px -134px;
+}
+
+.Rk-Button-Edit:hover {
+    background-position: -67px 0;
+}
+
+.Rk-Button-Remove {
+    background-position: 0 -134px;
+}
+
+.Rk-Button-Remove:hover {
+    background-position: -67px 0;
+}
+*/
\ No newline at end of file