Move into wp-content path
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
36
wp-content/plugins/github-updater/css/github-updater.css
Normal file
36
wp-content/plugins/github-updater/css/github-updater.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user