mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Resource Calendar Styling Fixes
This commit is contained in:
parent
9a0fca61be
commit
b1151ecf3e
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
table#header_table_chart {
|
||||
margin-top: 0.5em;
|
||||
background: $white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 2em;
|
||||
padding-top: 1.5em;
|
||||
padding-bottom: 1em;
|
||||
border-radius: 10px;
|
||||
td[scope="row_label"] {
|
||||
text-transform: uppercase;
|
||||
padding: 5px 30px 5px 0px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue