mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Email Field Styling Fixes
This commit is contained in:
parent
a038b31c40
commit
8df5bd8e3c
1 changed files with 18 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
|||
padding: 0;
|
||||
.email-address-options-container {
|
||||
margin-top: -1.2em;
|
||||
@media (max-width: 768px) {
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.col-xs-12 .email-address-lines-container {
|
||||
|
@ -14,6 +17,9 @@
|
|||
}
|
||||
span.input-group-btn {
|
||||
bottom: 5px;
|
||||
@media (max-width: 768px) {
|
||||
left: 8px;
|
||||
}
|
||||
}
|
||||
.email-address-add-button {
|
||||
background: none;
|
||||
|
@ -83,4 +89,15 @@
|
|||
button:disabled {
|
||||
width: 28px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.email-address-input-group {
|
||||
background: $transparent-color;
|
||||
border: none;
|
||||
margin-top: 1em;
|
||||
input {
|
||||
border-top-right-radius: 4px !important;
|
||||
border-bottom-right-radius: 4px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue