X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=c2cbdd1621f892223bb41d58d72df55bb2ae5ad9;hp=a83d3a1751478e9fb786e9309cecbcdc0ce924b9;hb=ecf753a31601e558b681daab0598009fe9eec99a;hpb=0fd7000d91d4bcb417af27b009b546c7b0f38cc0 diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index a83d3a1..c2cbdd1 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -35,6 +35,11 @@ textarea { margin: 0px; } +#sone select { + color: #444; + padding: 0.5ex 1.5ex; +} + /* now for the real stuff. */ #sone { @@ -171,6 +176,15 @@ textarea { float: right; } +#sone #update-status .select-sender, #sone .create-reply .select-sender { + display: none; +} + +#sone #update-status .select-sender button { + display: inline; + float: left; +} + #sone .nice-name { font-weight: bold; } @@ -361,12 +375,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 44em; + width: 42em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 44em; + width: 42em; height: 4em; } @@ -374,6 +388,11 @@ textarea { float: right; } +#sone .create-reply .select-sender button { + display: inline; + float: left; +} + #sone .sone { clear: both; background-color: #f0f0ff; @@ -479,7 +498,7 @@ textarea { display: none; } -#sone .profile-field button.confirm { +#sone .profile-field button.confirm.edit { font-weight: bold; color: #080; } @@ -500,6 +519,7 @@ textarea { #sone .profile-field .edit-field-name, #sone .profile-field .move-up-field, #sone .profile-field .move-down-field, #sone .profile-field .delete-field-name { float: right; margin-top: -1ex; + position: relative; } #sone #tail {