--- 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