Fix some button spacings.
[Sone.git] / src / main / resources / static / css / sone.css
index 4f0c49e..445d841 100644 (file)
@@ -438,8 +438,26 @@ textarea {
        display: inline;
 }
 
-#sone #create-sone {
+#sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-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 {