#brandheader { background-color: white; padding: 8px; }
-#header a { color: #fff; font-weight: bold; padding: 8px 6px; }
-#header a.loginbutton { background-color: #a44; padding: 8px 16px; }
+#header a { color: #fff; font-weight: bold; padding: 6px 12px 11px 12px; }
+#header a.loginbutton { background-color: #a44; }
#header a:hover { background-color: #fb7; color: black; text-decoration: none; }
tbody td, tbody th { vertical-align: top; }
.newsitem {
max-width: 600px;
+ line-height: 125%;
}
.newsitem .newsdate {
margin: 4px 0 8px 0; text-align: right;
<form action="." method="post">
<input type="hidden" name="next" value="${next}"/>
<div class="errors" py:if="defined('err')">${err}</div>
- <table>
+ <table class="metadata_table">
<tr>
<th>User ID:</th>
- <td><input type="text" name="userid" id="userid"/></td>
+ <td><input type="text" name="userid" id="userid" style="width: 200px;"/></td>
</tr>
<tr>
<th>Password:</th>
- <td><input type="password" name="password"/></td>
+ <td><input type="password" name="password" style="width: 200px;"/></td>
</tr>
+ <tr><th style="background-color: white; border: none;"/>
+ <td><input type="submit" value="Log in" style="width: 200px;"/></td></tr>
</table>
- <p><input type="submit" value="Log in"/></p>
</form>
</body>
</html>