From 1b9e56aa892a46782edadc9b43fb5301491fede3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 26 Oct 2010 23:15:47 +0200 Subject: [PATCH] Add CSS class for local 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 5c83091..b44561d 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -266,6 +266,10 @@ textarea { padding: 0.5ex; } +#sone .sone.local { + background-color: #f0fff0; +} + #sone .sone .id { display: none; } diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index f2c51f7..2a0f59e 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