aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-11-22 21:38:03 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-11-22 21:38:03 +0000
commit847d767b96aea69dc09d8eae5f9e9642efe397f4 (patch)
tree05d3dc4ef8eb0cbbf004e7e7bd715c3a7b705e2c /includes
parent1f91fd02b00e0c68960b9377520d399118f592b7 (diff)
downloadphpicalendar-847d767b96aea69dc09d8eae5f9e9642efe397f4.tar.gz
phpicalendar-847d767b96aea69dc09d8eae5f9e9642efe397f4.tar.bz2
phpicalendar-847d767b96aea69dc09d8eae5f9e9642efe397f4.zip
Improved layout of login box for month view.
Diffstat (limited to 'includes')
-rw-r--r--includes/login.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/login.php b/includes/login.php
index 14cc96c..81854cb 100644
--- a/includes/login.php
+++ b/includes/login.php
@@ -23,7 +23,7 @@
<table cellpadding="0" cellspacing="0" border="0" width="<?php echo $login_width; ?>" class="calborder">
<tr>
<td bgcolor="#FFFFFF" valign="middle" align="center">
- <table cellpadding="0" cellspacing="0" border="0">
+ <table cellpadding="0" cellspacing="0" border="0" width="<?php echo $login_width; ?>">
<tr>
<td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td>
<td colspan="3" align="center" width="98%" class="sideback"><font class="G10BOLD">Login</font></td>
@@ -34,16 +34,16 @@
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
- <td width="48%"><font class="G10B">Username:</font></td>
+ <td width="48%" align="right"><font class="G10B">Username:</font></td>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
- <td width="48%"><input class="login_style" type="text" size="8" name="username"></td>
+ <td width="48%" align="left"><input class="login_style" type="text" size="8" name="username"></td>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
- <td width="48%"><font class="G10B">Password:</font></td>
+ <td width="48%" align="right"><font class="G10B">Password:</font></td>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
- <td width="48%"><input class="login_style" type="password" size="8" name="password"></td>
+ <td width="48%" align="left"><input class="login_style" type="password" size="8" name="password"></td>
<td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td>
</tr>
<tr>

© 2014-2024 Faster IT GmbH | imprint | privacy policy