Skip to content

Commit d27d338

Browse files
author
Kristan Kenney
committed
Fix inconsistencies in mail infoblock
1 parent 9053307 commit d27d338

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

web/css/src/themes/default.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,12 +3157,12 @@ a.button.cancel {
31573157
font-size: 0.85rem;
31583158
color: #777;
31593159
border: 1px solid #d9d9d9;
3160-
padding: 0px 5px 12px 20px;
3161-
margin-top: 83px;
3160+
padding: 6px 6px 6px 18px;
3161+
margin-top: 102px;
31623162
min-width: 320px;
31633163
overflow: hidden;
31643164
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
3165-
border-radius: 5px;
3165+
border-radius: 4px;
31663166
}
31673167

31683168
.mail-infoblock:hover {

web/css/themes/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</table>
3636
</td>
3737
<td class="data-dotted">
38-
<table class="data-col2" width="440px">
38+
<table class="data-col2" width="420px">
3939
<tr>
4040
<td class="step-top">
4141
<span class="page-title"><?=_('Editing Mail Account')?></span>

0 commit comments

Comments
 (0)