X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=b44561ddc7c15eea7bccf87394b675956e4b587d;hb=1b9e56aa892a46782edadc9b43fb5301491fede3;hp=cbf69a609fe4985fb076172d40d773b37fad567e;hpb=c80d8668e387886c7fbda86e4196f65ba2e3a49c;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index cbf69a6..b44561d 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; @@ -256,6 +266,10 @@ textarea { padding: 0.5ex; } +#sone .sone.local { + background-color: #f0fff0; +} + #sone .sone .id { display: none; } @@ -285,6 +299,10 @@ textarea { top: -0.5ex } +#sone .sone.idle.modified .idle-marker { + display: none; +} + #sone .sone .last-update { float: right; display: inline; @@ -391,8 +409,6 @@ textarea { font-size: 200%; font-weight: bold; clear: both; - margin: 0; - margin-top: 1em; } #sone .error label {