]> ruin.nu Git - ndwebbie.git/commitdiff
Make the email field wider
authorMichael Andreen <harv@ruin.nu>
Sun, 7 Jun 2009 18:31:33 +0000 (20:31 +0200)
committerMichael Andreen <harv@ruin.nu>
Sun, 7 Jun 2009 18:31:33 +0000 (20:31 +0200)
root/src/settings/index.tt2
root/static/default.css

index 6faddb5043376fdb9aa7f01501fb8b01e853e63f..2b5041918192a5c3accf003b2b347932a52b83bc 100644 (file)
@@ -10,7 +10,7 @@
        <input type="submit" value="Change">
 </fieldset></form>
 <form action="[% c.uri_for('changeEmail') %]" method="post"><fieldset> <legend>Email</legend>
-       <input type="text" name="email" value="[% email | html %]">
+       <input type="text" name="email" value="[% email | html %]" class="email">
        <br><input type="submit" value="Change">
 </fieldset></form>
 <form action="[% c.uri_for('changeBirthday') %]" method="post"><fieldset> <legend>Birthday</legend>
index c6a364b8f025f6fd41bb6da36d59db4f813c3860..83589d7595c12523369cc03d3294da4c8cc417bd 100644 (file)
@@ -227,6 +227,10 @@ span.newposts {
        color: red;
 }
 
+input.email {
+       width: 30em;
+}
+
 div.bbcode-quote,div.bbcode-code {
        border: solid;
        border-width: 1px;