X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=9e335753a976f456db5cbbc6083594216f2a6845;hb=19ff2e20cd414bfa9e600ff01500c8aed44f8519;hp=2883b2b3915dcdea5546606df2dfbf425da84b37;hpb=9d6d5b931a06c899309c58fed03084f6e6f699e8;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 2883b2b..9e33575 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -127,6 +127,11 @@ textarea { clear: both; } +#sone .post.new { + background-color: #ffffa0; + padding-left: 1ex; +} + #sone .post.last { padding: 1ex 0px; border-bottom: none; @@ -229,6 +234,10 @@ textarea { padding: 1ex; } +#sone .post .reply.new { + background-color: #ffffa0; +} + #sone .post .reply .time { float: none; display: inline; @@ -271,12 +280,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 45em; + width: 44em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 45em; + width: 44em; height: 4em; } @@ -383,7 +392,7 @@ textarea { #sone #tail { margin-top: 1em; border-top: solid 1px #ccc; - padding-top: 1em; + padding-top: 2em; text-align: center; font-size: 75%; color: #888;