From: David ‘Bombe’ Roden Date: Mon, 17 Jan 2011 19:09:48 +0000 (+0100) Subject: Deletion confirmation button is red again. Fixes #59. X-Git-Tag: 0.4.2^2~33 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=6a80d678df30368fa061f9ac714422ed7b3c5633;p=Sone.git Deletion confirmation button is red again. Fixes #59. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 323cb0e..0628b72 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -475,7 +475,7 @@ textarea { display: none; } -#sone .profile-field button.confirm { +#sone .profile-field button.confirm.edit { font-weight: bold; color: #080; } diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 8a1b7d7..ecde2f7 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -191,7 +191,7 @@ <%foreach fields field fieldLoop>
<% field.name|html>
- +