From: David ‘Bombe’ Roden Date: Tue, 26 Oct 2010 21:15:47 +0000 (+0200) Subject: Add CSS class for local Sones. X-Git-Tag: 0.1-RC1~18 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=1b9e56aa892a46782edadc9b43fb5301491fede3 Add CSS class for local Sones. --- 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>
?
!