mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Fix alignment of label and checkbox on filter list screen
This commit is contained in:
parent
3ef2d0ef3f
commit
c71d3d80c9
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
|||
.saved-search-container {
|
||||
background-color: $lighter-salmon-pink;
|
||||
|
||||
.checkbox-field {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.radioenum-input label:before {
|
||||
border: .06px solid $coral-pink;
|
||||
}
|
||||
|
@ -46,4 +50,8 @@
|
|||
.radioenum {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.action-group-menu {
|
||||
margin-top: -3px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue