BSF_License_Manager::admin_css()

Admin CSS.


Description


Source

File: admin/bsf-core/class-bsf-license-manager.php

		public function admin_css() {
			?>

			<style type="text/css">
				.bsf-pre {
					white-space: normal;
				}

				/* license consent */
				.bsf-license-consent-container {
					display: flex;
				}

				.bsf-license-consent-container label {
					padding-top: 0;
				}

				.wp-admin p.bsf-license-consent-container input {
					margin-top: 2px;
					margin-right: 10px;
				}
			</style>

			<?php
		}

User Contributed Notes

You must log in before being able to contribute a note or feedback.