From 9d6d5b931a06c899309c58fed03084f6e6f699e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 8 Nov 2010 20:46:47 +0100 Subject: [PATCH] Add CSS class for new Sones. --- src/main/resources/static/css/sone.css | 4 ++++ src/main/resources/templates/include/viewSone.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 74f9c93..2883b2b 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -296,6 +296,10 @@ textarea { background-color: #f0fff0; } +#sone .sone.new { + background-color: #ffffa0; +} + #sone .sone .id { display: none; } diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index 9cebc9c..453a093 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -1,4 +1,4 @@ -
+
<% sone.id|html>
?
!
-- 2.7.4