mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Email Compose field styling fixes
This commit is contained in:
parent
996980a77b
commit
a038b31c40
1 changed files with 26 additions and 0 deletions
|
@ -11,3 +11,29 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.message-box {
|
||||
.modal-dialog {
|
||||
.modal-content {
|
||||
.modal-body {
|
||||
#ComposeView {
|
||||
.panel {
|
||||
.col-sm-8 {
|
||||
width: 99%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.view-module-Emails {
|
||||
#ComposeView {
|
||||
.panel {
|
||||
.col-sm-8 {
|
||||
width: 99%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue