commit - 9569d4ce0725a196d43f803cffdd962ba6a6d317
commit + 81d405ac79170dfcc335731eadf777a2606b5d47
blob - b81f4900f42c05985eca197b04069eac339466c0
blob + f73d33323f5832a04a0b046702dbc129a1662ec5
--- stylesheet.css
+++ stylesheet.css
background: #ffffff;
color: #000000;
font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
+ font-size: 13px;
font-weight: normal;
text-align: center;
}
color: #777777;
background: #dddddd;
padding: 3px 3px 3px 3px;
- font-size: 12px;
+ font-size: 13px;
}
.button:hover {
#edit_form h3 {
text-align: center;
- font-size: 12px;
+ font-size: 13px;
margin: 0;
background: #AFE1A6; /*#b4004a;*/
border: 1px solid #bbb;
}
/* Helper class to center some attribs */
-.hlp_center {
+.help_center {
text-align: center;
}
-.help_text{
+.help_text {
background: #efefef;
border-left: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
#alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
background: silver;
text-align: left;
- font-size: 12px;
+ font-size: 13px;
font-weight: bold;
padding-left: 20px;
line-height: 25px;
line-height: 20px;
text-align: left;
padding-left: 15px;
- font-size: 11px;
+ font-size: 12px;
}
#footer a {
blob - 2b1c8231d7218c664d2b02050484bc56f8c25c17
blob + 7fc0d12b4f70848e13743d5f4e7b3ec6387b7c04
--- templates/add-alias.tpl
+++ templates/add-alias.tpl
<td><?php echo $LANG['Add_alias_goto_text']; ?></td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Add_alias_button']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Add_alias_button']; ?>" /></td>
</tr>
<tr>
<td colspan="3" class="standout"><?php echo $message ?? ' '; ?></td>
blob - 961b92d79bec1436e6652562ea7cc9d52e97747e
blob + 661cc20d24469d1e06f59e3aa5644343a613dca9
--- templates/add-mailbox.tpl
+++ templates/add-mailbox.tpl
<td><?php echo $LANG['Add_mailbox_name_text']; ?></td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Add_mailbox_button']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Add_mailbox_button']; ?>" /></td>
</tr>
<tr>
<td colspan="3" class="standout"><?php echo $message ?? ' '; ?></td>
blob - 53fd0ee6f6608b0ada1b3213bb8bc7fcab1a0318
blob + 52cad05867bce1cdc4dd03fe96b4c0740eb9b016
--- templates/admin.tpl
+++ templates/admin.tpl
</tr>
<tr>
<?php if ($action == 'edit') { ?>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminEdit_admin_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminEdit_admin_button']; ?>" /></td>
<?php } else { ?>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminAdd_admin_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminAdd_admin_button']; ?>" /></td>
<?php } ?>
</tr>
<tr>
blob - 1507c4da47a966da93019ca3ad8ac0bf1e3f2486
blob + e555c322c3a28f0b32ed3195eee0283dfaf3ac7e
--- templates/domain.tpl
+++ templates/domain.tpl
</tr>
<tr>
<?php if ($action == 'edit') { ?>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminEdit_domain_button']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminEdit_domain_button']; ?>" /></td>
<?php } else { ?>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminAdd_domain_button']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['AdminAdd_domain_button']; ?>" /></td>
<?php } ?>
</tr>
<tr>
blob - 7ebd77d71ecdda2f161506f102ed4f909949c5d5
blob + 552578e713547c0f199088f4c0840b5eb4099ecd
--- templates/edit-alias.tpl
+++ templates/edit-alias.tpl
</td>
</tr>
<tr>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Edit_alias_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Edit_alias_button']; ?>" /></td>
</tr>
<tr>
<td colspan="2" class="standout"><?php echo $message ?? ' '; ?></td>
blob - da9c4f81e4cb805d3e6196058f0e0a0835ebcece
blob + 3e5226d239d45f1e4eaa4757e3b802ef5bfcd72c
--- templates/edit-mailbox.tpl
+++ templates/edit-mailbox.tpl
<td> </td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="flat" type="submit" name="submit" value="<?php echo $LANG['Edit_mailbox_button']; ?>" ></td>
+ <td colspan="3" class="help_center"><input class="flat" type="submit" name="submit" value="<?php echo $LANG['Edit_mailbox_button']; ?>" ></td>
</tr>
<tr>
<td colspan="3" class="standout"><?php echo $message ?? ' '; ?></td>
blob - fc408378d170034225147a7a2c39aea1049c562e
blob + eac010f2ccf9a33cbf7ecb04e8ef0ca10da08126
--- templates/login.tpl
+++ templates/login.tpl
<td><input class="flat" type="password" name="password" /></td>
</tr>
<tr>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Login_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Login_button']; ?>" /></td>
</tr>
<tr>
<td colspan="2" class="standout"><?php echo $message ?? ' '; ?></td>
blob - d0fc38fc870a687e4099af672aa6deefb92b659c
blob + 511f00100f8af1b03fa0dbce5daaf3ae508a56b5
--- templates/password.tpl
+++ templates/password.tpl
<td><input class="flat" type="password" name="password2" /></td>
</tr>
<tr>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Password_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Password_button']; ?>" /></td>
</tr>
<tr>
<td colspan="2" class="standout"><?php echo $message ?? ' '; ?></td>
blob - e153b32cf1cd186568716bd47c89544213af406c
blob + e895607d30b71e781d2d1ce648a93c9c813cfd79
--- templates/sendmail.tpl
+++ templates/sendmail.tpl
<td> </td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Sendmail_button']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['Sendmail_button']; ?>" /></td>
</tr>
<tr>
<td colspan="3" class="standout"><?php echo $message ?? ' '; ?></td>
blob - 8338af54250359c3953da0080dadac73a6af2a5f
blob + 907bbaa5842ceee776673bb7e46afabc4f857fd5
--- templates/users_login.tpl
+++ templates/users_login.tpl
<td><input class="flat" type="password" name="password" /></td>
</tr>
<tr>
- <td colspan="2" class="hlp_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['UsersLogin_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input class="button" type="submit" name="submit" value="<?php echo $LANG['UsersLogin_button']; ?>" /></td>
</tr>
<tr>
<td colspan="2" class="standout"><?php echo $message ?? ' '; ?></td>
blob - 156ad1f038e37905252580432ed664f85f66588a
blob + 0928d46c7cb00f9f8d7e677a6dbc9c7e01f1b459
--- templates/users_password.tpl
+++ templates/users_password.tpl
<td><input class="flat" type="password" name="fPassword2" /></td>
</tr>
<tr>
- <td colspan="2" class="hlp_center"><input type="submit" name="submit" value="<?php echo $LANG['Password_button']; ?>" /></td>
+ <td colspan="2" class="help_center"><input type="submit" name="submit" value="<?php echo $LANG['Password_button']; ?>" /></td>
</tr>
<tr>
<td colspan="2" class="standout"><?php echo $message; ?></td>
blob - 2c090613d844fd5c12a008b5f7d44f8372c655fb
blob + be1e966c9e015e1491395e78ab93cac63e4eb44f
--- templates/users_vacation.tpl
+++ templates/users_vacation.tpl
<td> </td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="away" value="<?php echo $LANG['UsersVacation_button_away']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="away" value="<?php echo $LANG['UsersVacation_button_away']; ?>" /></td>
<?php } else { ?>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="back" value="<?php echo $LANG['UsersVacation_button_back']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="back" value="<?php echo $LANG['UsersVacation_button_back']; ?>" /></td>
<?php } ?>
</tr>
<tr>
blob - 972975a6a5cd488fdb5d1d8d51b1dab83fc73c1f
blob + 64267440ae1764306c0ca32380ce37fade394960
--- templates/vacation.tpl
+++ templates/vacation.tpl
<td> </td>
</tr>
<tr>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="away" value="<?php echo $LANG['Vacation_button_away']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="away" value="<?php echo $LANG['Vacation_button_away']; ?>" /></td>
<?php } else { ?>
- <td colspan="3" class="hlp_center"><input class="button" type="submit" name="back" value="<?php echo $LANG['Vacation_button_back']; ?>" /></td>
+ <td colspan="3" class="help_center"><input class="button" type="submit" name="back" value="<?php echo $LANG['Vacation_button_back']; ?>" /></td>
<?php } ?>
</tr>
<tr>