Commit Diff


commit - 9569d4ce0725a196d43f803cffdd962ba6a6d317
commit + 81d405ac79170dfcc335731eadf777a2606b5d47
blob - b81f4900f42c05985eca197b04069eac339466c0
blob + f73d33323f5832a04a0b046702dbc129a1662ec5
--- stylesheet.css
+++ stylesheet.css
@@ -2,7 +2,7 @@ body {
 	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;
 }
@@ -26,7 +26,7 @@ a:visited, a:active {
 	color: #777777;
 	background: #dddddd;
 	padding: 3px 3px 3px 3px;
-	font-size: 12px;
+	font-size: 13px;
 }
 
 .button:hover {
@@ -116,7 +116,7 @@ a:visited, a:active {
 
 #edit_form h3  {
 	text-align: center;
-	font-size: 12px;
+	font-size: 13px;
 	margin: 0;
 	background: #AFE1A6; /*#b4004a;*/
 	border: 1px solid #bbb;
@@ -125,11 +125,11 @@ a:visited, a:active {
 }
 
 /* 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;
@@ -205,7 +205,7 @@ a:visited, a:active {
 #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;
@@ -221,7 +221,7 @@ a:visited, a:active {
 	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
@@ -26,7 +26,7 @@
 		<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 ?? '&nbsp;'; ?></td>
blob - 961b92d79bec1436e6652562ea7cc9d52e97747e
blob + 661cc20d24469d1e06f59e3aa5644343a613dca9
--- templates/add-mailbox.tpl
+++ templates/add-mailbox.tpl
@@ -36,7 +36,7 @@
 		<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 ?? '&nbsp'; ?></td>
blob - 53fd0ee6f6608b0ada1b3213bb8bc7fcab1a0318
blob + 52cad05867bce1cdc4dd03fe96b4c0740eb9b016
--- templates/admin.tpl
+++ templates/admin.tpl
@@ -40,9 +40,9 @@
 	</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
@@ -34,9 +34,9 @@
 	</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
@@ -22,7 +22,7 @@ foreach ($goto as $row) {
 		</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 ?? '&nbsp;'; ?></td>
blob - da9c4f81e4cb805d3e6196058f0e0a0835ebcece
blob + 3e5226d239d45f1e4eaa4757e3b802ef5bfcd72c
--- templates/edit-mailbox.tpl
+++ templates/edit-mailbox.tpl
@@ -26,7 +26,7 @@
 		<td>&nbsp;</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 ?? '&nbsp;'; ?></td>
blob - fc408378d170034225147a7a2c39aea1049c562e
blob + eac010f2ccf9a33cbf7ecb04e8ef0ca10da08126
--- templates/login.tpl
+++ templates/login.tpl
@@ -13,7 +13,7 @@
 		<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 ?? '&nbsp;'; ?></td>
blob - d0fc38fc870a687e4099af672aa6deefb92b659c
blob + 511f00100f8af1b03fa0dbce5daaf3ae508a56b5
--- templates/password.tpl
+++ templates/password.tpl
@@ -21,7 +21,7 @@
 		<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 ?? '&nbsp;'; ?></td>
blob - e153b32cf1cd186568716bd47c89544213af406c
blob + e895607d30b71e781d2d1ce648a93c9c813cfd79
--- templates/sendmail.tpl
+++ templates/sendmail.tpl
@@ -28,7 +28,7 @@
 		<td>&nbsp;</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 ?? '&nbsp;'; ?></td>
blob - 8338af54250359c3953da0080dadac73a6af2a5f
blob + 907bbaa5842ceee776673bb7e46afabc4f857fd5
--- templates/users_login.tpl
+++ templates/users_login.tpl
@@ -13,7 +13,7 @@
 		<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 ?? '&nbsp;'; ?></td>
blob - 156ad1f038e37905252580432ed664f85f66588a
blob + 0928d46c7cb00f9f8d7e677a6dbc9c7e01f1b459
--- templates/users_password.tpl
+++ templates/users_password.tpl
@@ -21,7 +21,7 @@
 		<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
@@ -20,9 +20,9 @@
 		<td>&nbsp;</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
@@ -20,9 +20,9 @@
 		<td>&nbsp;</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>