From 89fbc143031fe5567a6580cb39fecdab6ef8da81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 7 Jan 2011 22:48:44 +0100 Subject: [PATCH] Change javascript for notification. --- src/main/resources/static/css/sone.css | 4 ++++ src/main/resources/templates/notify/newPostNotification.html | 2 +- src/main/resources/templates/notify/newReplyNotification.html | 2 +- src/main/resources/templates/notify/newSoneNotification.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 6a7eeac..89d9854 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,10 @@ textarea { color: rgb(255, 172, 0); } +#sone a.link { + cursor: pointer; +} + #sone a.internet { color: rgb(255, 0, 0); } diff --git a/src/main/resources/templates/notify/newPostNotification.html b/src/main/resources/templates/notify/newPostNotification.html index f17a1ba..94f7a1f 100644 --- a/src/main/resources/templates/notify/newPostNotification.html +++ b/src/main/resources/templates/notify/newPostNotification.html @@ -1,6 +1,6 @@
<%= Notification.NewPost.ShortText|l10n|html> - <%= Notification.ClickHereToRead|l10n|html> + <%= Notification.ClickHereToRead|l10n|html>