Use custom style for buttons
authorJoey Schulze <joey@infodrom.org>
Mon, 23 Dec 2013 00:20:47 +0000 (01:20 +0100)
committerJoey Schulze <joey@infodrom.org>
Mon, 23 Dec 2013 00:20:47 +0000 (01:20 +0100)
user.php

index cd84bca..d3a4426 100644 (file)
--- a/user.php
+++ b/user.php
@@ -3,8 +3,8 @@
 
 $buttons = <<<EOC
 <p style="margin-top: 5px; margin-bottom: 4px; text-align: center;">
-<button onclick="return passwd_delete()">Passwort löschen</button>
-<button onclick="return passwd_set()">Passwort setzen</button>
+<button class="custom" onclick="return passwd_delete()">Passwort löschen</button>
+<button class="custom" onclick="return passwd_set()">Passwort setzen</button>
 </p>
 EOC;