From 992c1a9b3c9f7441c64c94cd04616f42318b95e1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 15 Jul 2011 23:51:15 +0100 Subject: [PATCH] save new log style css --- data/html/event-entry.html | 51 +++++++++------ data/html/event-log.html | 131 +++++++++++++++++++++---------------- 2 files changed, 105 insertions(+), 77 deletions(-) diff --git a/data/html/event-entry.html b/data/html/event-entry.html index ac45a01d..580fd1a6 100644 --- a/data/html/event-entry.html +++ b/data/html/event-entry.html @@ -1,29 +1,38 @@
-
-
-
-
-
-
- -
- -
-
+
+
- -
-
- - - -
+
+
+
+
+ + + +
+
+
Comment
+ + +
+ +
+
+ + + + +
+
+
-
+ +
-
+
+
diff --git a/data/html/event-log.html b/data/html/event-log.html index 456387e8..7cda57ed 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -19,9 +19,9 @@ } }); - $('.comments-section').click(function () { - $(this).find ('.comments-wrapper').show (); - $(this).find ('.comments-wrapper').css ('cursor', 'default'); + $('.comment').click(function () { + $(this).parent ().find ('.comments-wrapper').show (); + //$(this).parent ().find ('.comments-wrapper').css ('cursor', 'default'); }); $("input").click(function () { @@ -50,8 +50,13 @@