Show key of Sone in “view Sone”.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:45:20 +0000 (10:45 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 08:45:20 +0000 (10:45 +0200)
src/main/resources/static/css/sone.css
src/main/resources/templates/viewSone.html

index 90c2183..6ef156e 100644 (file)
@@ -296,15 +296,18 @@ input[type=text], textarea {
        
 }
 
-#sone #tail .import-key {
+#sone #tail .import-key, #sone #import-key .import-key {
        margin-top: 1em;
        border-top: solid 1px #ccc;
        padding-top: 1em;
        text-align: center;
-       font-size: 85%;
+       font-size: 75%;
        color: #888;
 }
 
+#sone #import-key .import-key {
+       border-top: none;
+}
 
 #sone h1 {
        font-family: inherit;
index a9b0a21..e8ed4f7 100644 (file)
                        <%include include/viewSone.html>
                <%/if>
 
+               <div id="import-key">
+                       <div class="import-key"><% sone.requestUri|html></div>
+               </div>
+
                <div id="posts">
                        <%foreach sone.posts post>
                                <%first>