Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Tab Form Styling

CSS stylesheet for formatting three levels of headers and spacing out form blocks:

<style type="text/css">

.form_label { 
	padding: 5px 0 5px 10px !important;	
	width: 250px !important;
	}

.first_level {    
	font-size: 20px;
	color: #006aa6;
	display: inline-block;
	margin-bottom: 25px;
}

.second_level {   
	font-size: 18px;
	color: #006aa6;
	display: inline-block;
	margin: 10px 0;
  padding-bottom: 2px;
  border-bottom: 1px  #006aa6 solid;
}

.third_level {
	font-size: 14px;
	color: #006aa6;
	display: inline-block;
	margin: 5px 0;
	}
	
</style>

image-20240531-211224.png

Example code:

image-20240531-211406.png

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.