Daniel Beck commented on Bug JENKINS-26312
#footer-container {
	display: none;
}

This Simple Theme plugin CSS works for me as workaround, without SCM Sync Plugin.


If you don't want to remove the footer entirely (e.g. to keep SCM Sync info), something like the following removes all the crap and reduces vertical space used:

#footer .page_generated {
	display: none;
}
#footer .rest_api {
	display: none;
}
#footer .jenkins_ver {
	display: none;
}
#footer .page_generated {
	display: none;
}
#footer #l10n-footer { // Localization Plugin
	display: none !important;
}
#footer-container {
	padding: 0px;
}

that's not a minor issue to me at all!

This is NOT a minor issue, I'm unable to save/apply any changes only if I change the magnification size of the page.

Feel free to bring this up in the next Governance Meeting of the Jenkins project. I'm just applying the priority as defined in Jira. And it's really not difficult to find the workaround, or apply it. Writing the above rules took maybe five minutes.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to