X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=bbe6fd4624e9accc5279958f1d631d17498761bd;hb=80d93d9da3f7913ebe3863384a78e821329ac3d3;hp=def0be0fa9c69de3f067f2e23c144c7729bc0f86;hpb=deeb0b75f457084c748c0f214c81099217e014a6;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index def0be0..bbe6fd4 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -438,6 +438,28 @@ textarea { display: inline; } +#sone .profile-field { + margin-top: 1em; +} + +#sone .profile-field .name { + display: inline; + font-weight: bold; +} + +#sone .profile-field .value { + margin-left: 2em; +} + +#sone #edit-profile .profile-field .value { + margin-left: inherit; +} + +#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; +} + #sone #tail { margin-top: 1em; border-top: solid 1px #ccc;