mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
connect info on edit page
This commit is contained in:
parent
4186ea0617
commit
e05e01d007
3 changed files with 71 additions and 2 deletions
19
web/css/styles.min.css
vendored
19
web/css/styles.min.css
vendored
|
@ -2808,7 +2808,7 @@ a.button.cancel {
|
|||
vertical-align: top;
|
||||
}
|
||||
.mail-infoblock {
|
||||
padding-top: 76px;
|
||||
padding-top: 80px;
|
||||
margin-left: -100px;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
|
@ -2816,11 +2816,26 @@ a.button.cancel {
|
|||
.mail-infoblock td {
|
||||
color: #777;
|
||||
font-size: 14px;
|
||||
height: 20px;
|
||||
height: 18px;
|
||||
padding-right: 25px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.additional-info {
|
||||
margin-left: 30px;
|
||||
margin-top: 30px;
|
||||
width: 547px;
|
||||
}
|
||||
.additional-info td {
|
||||
font-size: 12px;
|
||||
height: 22px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.additional-info td.details {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
:focus {outline:none;}
|
||||
::-moz-focus-inner {border:0;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue