mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added functionality to share contacts
Added setting "Automatically add recipients to your address beech" Further development of editing screen contact
This commit is contained in:
parent
026839d864
commit
2d9ff7d63f
63 changed files with 1229 additions and 1919 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
.control-group {
|
||||
.control-label.fix-width {
|
||||
width: 110px;
|
||||
width: 90px;
|
||||
}
|
||||
.controls.fix-width {
|
||||
margin-left: 135px;
|
||||
margin-left: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -319,6 +319,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.e-save-trigger {
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.e-read-only-sign {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
@ -328,14 +334,14 @@
|
|||
|
||||
.e-share-sign {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button-save-contact {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
top: 100px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.e-item.selected > .e-link {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.e-item > .e-link:hover {
|
||||
background-color: #555;
|
||||
background-image: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue