X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=919b033f5e75ec1b8dd89573df904dfbb1615bdd;hb=0cee1b73918990cc5823e1e938605e3a6c644837;hp=ef6b0d7af379fec4db514b747c8ade01ffc43686;hpb=9d2adf13a68b70d024cff2fb1ab14bcf0f1c80b3;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ef6b0d7..919b033 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -31,9 +31,8 @@ color: rgb(255, 172, 0); } -#sone #sidebar { - width: 200px; - position: absolute; +#sone #profile { + height: 80px; } #sone .profile-link { @@ -68,8 +67,7 @@ } #sone #main { - margin-left: 200px; - padding-left: 1em; + padding: 1em; } #sone .post { @@ -89,6 +87,7 @@ #sone .post .status-line { clear: both; + margin-top: 0.5ex; font-size: 85%; } @@ -242,6 +241,6 @@ font-weight: bold; } -#sone input.createpost.default, input.reply-input.default { +#sone input.status-input.default, input.reply-input.default { color: #888; }