Add helper text to “add Sone” input field.
[Sone.git] / src / main / resources / static / css / sone.css
index 738c077..bd57f26 100644 (file)
        border-bottom: solid 1px #ccc;
 }
 
+#sone .post:last-child {
+       padding: 1ex 0px;
+       border-bottom: none;
+}
+
 #sone .post .author {
        display: inline;
        font-weight: bold;
        display: inline;
 }
 
+#sone #create-sone {
+       
+}
+
 #sone #tail .import-key {
        margin-top: 1em;
        border-top: solid 1px #ccc;
        font-weight: bold;
 }
 
-#sone input.status-input.default, input.reply-input.default {
+#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default {
        color: #888;
 }