Add helper text to “add Sone” input field.
[Sone.git] / src / main / resources / static / css / sone.css
index 3c4e321..bd57f26 100644 (file)
 }
 
 #sone #profile.online .picture {
-       float: left;
+       position: absolute;
        background-image: url("../images/sone.png");
        width: 80px;
        height: 80px;
 }
 
 #sone #profile.offline .picture {
-       float: left;
+       position: absolute;
        background-image: url("../images/sone-offline.png");
        width: 80px;
        height: 80px;
        font-size: 85%;
 }
 
+#sone #home-sone {
+       margin-left: 80px;
+       padding-left: 1ex;
+}
+
 #sone .nice-name {
        font-weight: bold;
 }
        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;
 }