-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ac651b
commit 0a307d8
Showing
536 changed files
with
68,009 additions
and
36,794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* | ||
*************************** | ||
******* Site Notes ******** | ||
*************************** | ||
*/ | ||
#monsterinsights-metabox-site-notes{ | ||
margin-top: 20px; | ||
border-top: 1px solid #efefef; | ||
} | ||
.monsterinsights-metabox-input{ | ||
margin-bottom: 10px; | ||
} | ||
#monsterinsights-metabox-site-notes .hidden{ | ||
display: none; | ||
} | ||
.monsterinsights-metabox-textarea textarea, | ||
.monsterinsights-metabox-select select{ | ||
width: 100%; | ||
} | ||
.monsterinsights-metabox-select select{ | ||
margin-top: 10px; | ||
} | ||
.site-notes-select select{ | ||
line-height: 2 !important; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.