Skip to content

Commit 9a2f892

Browse files
author
Kristan Kenney
committed
Fix alignment of mail account info box
1 parent 1d8764d commit 9a2f892

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,16 +3070,15 @@ a.button.cancel {
30703070
vertical-align: top;
30713071
}
30723072
.mail-infoblock {
3073-
margin-left: -130px;
3074-
font-size: 13px;
3073+
font-size: 14px;
30753074
color: #777;
30763075
border: 1px solid #d9d9d9;
30773076
padding: 0px 5px 12px 20px;
3078-
margin-top: 47px;
3077+
margin-top: 46px;
30793078
min-width: 320px;
30803079
overflow: hidden;
30813080
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
3082-
border-radius: 4px;
3081+
border-radius: 5px;
30833082
}
30843083
.mail-infoblock:hover {
30853084
overflow: visible;

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</table>
4646
</td>
4747
<td class="data-dotted">
48-
<table class="data-col2" width="600px">
48+
<table class="data-col2" width="440px">
4949
<tr>
5050
<td class="vst-text step-top input-label">
5151
<?php print __('Account');?>

0 commit comments

Comments
 (0)