stylesheet fix

This commit is contained in:
mischa 2022-09-06 13:48:07 +00:00
parent 9569d4ce07
commit 81d405ac79
14 changed files with 24 additions and 24 deletions

View File

@ -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 {

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>