Pirate Rogue, Pirate Crew and GitHub Updater

This commit is contained in:
Jan
2019-06-15 16:55:09 +02:00
committed by JanRei
commit 6fb8ec3762
339 changed files with 106604 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;
}