X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=5c8309195ce275dc07f5190de0f6d9fb56488d3d;hb=90c85f39570270b879e2d3020fe95231410f57c6;hp=f6628ceea655d4271095d8c3acfe60bd4c2a9679;hpb=c8f518f638aa16cf37145561b709d28252de213a;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index f6628ce..5c83091 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -111,6 +111,16 @@ textarea { padding: 1em; } +#sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year { + display: inline; + width: 15em; +} + +#sone #edit-profile #birth-day input, #sone #edit-profile #birth-month input, #sone #edit-profile #birth-year input { + width: 4em; + text-align: right; +} + #sone .post { padding: 1ex 0px; border-bottom: solid 1px #ccc; @@ -148,6 +158,10 @@ textarea { font: inherit; } +#sone .post .likes.hidden { + display: none; +} + #sone .post .like.hidden, #sone .post .unlike.hidden { display: none; } @@ -281,6 +295,10 @@ textarea { top: -0.5ex } +#sone .sone.idle.modified .idle-marker { + display: none; +} + #sone .sone .last-update { float: right; display: inline; @@ -387,8 +405,6 @@ textarea { font-size: 200%; font-weight: bold; clear: both; - margin: 0; - margin-top: 1em; } #sone .error label {