Don’t show the key of other Sones.
[Sone.git] / src / main / resources / static / css / sone.css
index 22e411b..9590874 100644 (file)
@@ -67,16 +67,10 @@ textarea {
 
 #sone #profile.online .picture {
        position: absolute;
-       background-image: url("../images/sone.png");
-       width: 80px;
-       height: 80px;
 }
 
 #sone #profile.offline .picture {
        position: absolute;
-       background-image: url("../images/sone-offline.png");
-       width: 80px;
-       height: 80px;
 }
 
 #sone #profile.offline .edit-profile-link, #sone #profile.offline .profile-link {
@@ -270,12 +264,12 @@ textarea {
 
 #sone .post .create-reply input[type=text] {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 45em;
 }
 
 #sone .post .create-reply textarea {
        margin-left: 0.5ex;
-       width: 50em;
+       width: 45em;
        height: 4em;
 }
 
@@ -384,10 +378,6 @@ textarea {
        color: #888;
 }
 
-#sone #import-key .import-key {
-       border-top: none;
-}
-
 #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea {
        height: 1.5em;
 }