From: David ‘Bombe’ Roden Date: Fri, 14 Jan 2011 11:39:29 +0000 (+0100) Subject: Fix some button spacings. X-Git-Tag: 0.4^2~9^2~24 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=2e043a2dcad7a7302d5484773da79642a1d2690b Fix some button spacings. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index bbe6fd4..445d841 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -438,7 +438,7 @@ textarea { display: inline; } -#sone .profile-field { +#sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-profile-field { margin-top: 1em; } diff --git a/src/main/resources/templates/deleteProfileField.html b/src/main/resources/templates/deleteProfileField.html index 22b96c1..b2bac28 100644 --- a/src/main/resources/templates/deleteProfileField.html +++ b/src/main/resources/templates/deleteProfileField.html @@ -9,7 +9,7 @@
<% fieldValue|html>
-
+ diff --git a/src/main/resources/templates/editProfileField.html b/src/main/resources/templates/editProfileField.html index c3f7f70..5ad4453 100644 --- a/src/main/resources/templates/editProfileField.html +++ b/src/main/resources/templates/editProfileField.html @@ -15,10 +15,10 @@ -
+

-

+

<%include include/tail.html>