Skip to content

Commit

Permalink
Adjust styling of Help metabox
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 4, 2024
1 parent 923f5df commit c56d724
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/css/mc-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,25 @@ ul.mc-file-list ul li {
margin-right: 180px
}

.mc-help-links .help:nth-of-type(1) {
display: flex;
gap: 10px;
justify-content: space-between;
margin-bottom: 1.5rem;
}

.mc-help-links .help:nth-of-type(1) a {
padding: 10px;
border: 1px solid;
box-shadow: 4px 4px 0 #787c82;
}

.mc-help-links .help:nth-of-type(1) a:hover,
.mc-help-links .help:nth-of-type(1) a:focus {
box-shadow: 4px 4px 0 #007eb3;
background-color: #f0f0f1;
}

.my-calendar-admin .event_description {
margin-bottom: 1em;
}
Expand Down

0 comments on commit c56d724

Please sign in to comment.