mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
WEB/MAIL. Fixed html for mail configuration helper
This commit is contained in:
parent
f18fac79e0
commit
e6a3aac07b
3 changed files with 28 additions and 20 deletions
8
web/css/styles.min.css
vendored
8
web/css/styles.min.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue