X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=5f43ae3293e572216e006b657c8ebae32c7561cf;hb=9618a801b7c230265381f72b9be596a8808b3c2d;hp=22e411b7868c5ffaca63f32a0b0edf4923922603;hpb=f75d7f9540350fcc16098770739c429a3f755bde;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 22e411b..5f43ae3 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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; }