Move into wp-content path

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-08-31 00:48:20 +02:00
parent f523d8ccc0
commit 3724cc6edd
342 changed files with 108652 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
div.install-theme-info {
display: block !important;
}
/* Remove star rating for themes. */
#theme-installer div.install-theme-info div.star-rating {
display: none;
}
/* Position Settings input */
input.ghu-callback-text {
width: 50%;
}
input.bitbucket_setting {
margin-top: 5px;
}
/* Position Save and Refresh buttons */
.github-updater-settings form.settings p.submit {
float: left;
clear: right;
width: 40%;
}
.github-updater-settings form.settings.no-sub-tabs p.submit {
margin-top: 10px;
}
div.hide-github-updater-settings {
display: none;
}
.github-updater-settings .form-table th[scope='row']:empty {
display: none;
}