mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Contacts improvements (Added URL and Nickname fields)
This commit is contained in:
parent
f36cb72b82
commit
ef880319c6
42 changed files with 831 additions and 279 deletions
|
|
@ -255,7 +255,7 @@
|
|||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.contactValueStatic {
|
||||
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
font-size: 18px;
|
||||
|
|
@ -266,11 +266,11 @@
|
|||
}
|
||||
|
||||
&.read-only {
|
||||
.contactValueStatic {
|
||||
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.contactValueInput {
|
||||
.contactValueInput, .contactValueInputLarge, .contactValueTextArea {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -303,12 +303,12 @@
|
|||
color: #aaa;
|
||||
}
|
||||
|
||||
.contactValueStatic {
|
||||
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
|
||||
font-size: 18px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.contactValueInput {
|
||||
.contactValueInput, .contactValueInputLarge, .contactValueTextArea {
|
||||
.box-shadow(none);
|
||||
border-color: #fff;
|
||||
font-size: 18px;
|
||||
|
|
@ -337,6 +337,14 @@
|
|||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
.contactValueTextArea {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.contactValueInputLarge {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.hasError {
|
||||
.contactValueInput {
|
||||
|
|
@ -376,6 +384,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-add-prop {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
&.read-only {
|
||||
.e-read-only-sign {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue