WEB/MAIL. Fixed html for mail configuration helper

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-17 15:14:44 -04:00
commit e6a3aac07b
3 changed files with 28 additions and 20 deletions

View file

@ -2826,6 +2826,10 @@ a.button.cancel {
padding: 7px 5px 12px 20px;
margin-top: 17px;
width: 334px;
overflow: hidden;
}
.mail-infoblock:hover {
overflow: visible;
}
.mail-infoblock td {
color: #777;
@ -2836,6 +2840,10 @@ a.button.cancel {
.mail-infoblock td:first-child{
padding-right: 15px;
}
.mail-infoblock div {
width: 190px;
white-space: nowrap;
}
.additional-info {
margin-left: 30px;