mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
WEB / MAIL. Updated mail acc options for different IMAP and SMTP configurations
This commit is contained in:
parent
45d5e885a4
commit
5c30f7c2d2
5 changed files with 194 additions and 130 deletions
24
web/css/styles.min.css
vendored
24
web/css/styles.min.css
vendored
|
@ -2475,7 +2475,7 @@ label {
|
|||
-moz-appearance:none;
|
||||
-webkit-appearance:none;
|
||||
text-shadow: 0 0 0 #555;
|
||||
/*color: transparent !important;*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vst-list.long-2 {
|
||||
|
@ -2493,6 +2493,17 @@ label {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.vst-list.flat {
|
||||
border: 1px solid #fff;
|
||||
color: #2c9491;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
margin-left: -14px;
|
||||
background-position: -210px -604px;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
a.vst-text,
|
||||
a.vst-text b{
|
||||
color: #2c9491;
|
||||
|
@ -2808,18 +2819,23 @@ a.button.cancel {
|
|||
vertical-align: top;
|
||||
}
|
||||
.mail-infoblock {
|
||||
padding-top: 80px;
|
||||
margin-left: -100px;
|
||||
margin-left: -110px;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
border: 1px solid #d9d9d9;
|
||||
padding: 7px 5px 12px 20px;
|
||||
margin-top: 17px;
|
||||
width: 334px;
|
||||
}
|
||||
.mail-infoblock td {
|
||||
color: #777;
|
||||
font-size: 14px;
|
||||
height: 18px;
|
||||
padding-right: 25px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.mail-infoblock td:first-child{
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.additional-info {
|
||||
margin-left: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue