You are here

contract.css in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

body {
	background: #fff;
	color: #000;
	text-align: center;
	}
	
	.merci_signatureline {
		border-bottom: solid;
	}
	
	#page {
		width: 8in;
		margin: 0.5em auto;
		text-align: left;
		}
		
		#header {
			margin-bottom: 1em;
			}
		
		#cost {	
			border-collapse: collapse;
			width: 100%;
			}
			
			#cost td ,
			#cost th {
				padding: 5px;
				vertical-align: top;
				}
			
			#cost .even td ,
			#cost .even th {	
				background: #ddd;
				}
		
			#cost th {
				text-align: left;
				}
				
			#cost ul.accessories {
				font-size: 0.8em;
				margin-bottom: 0;
				margin-top: 0;
				}
			
		#boilerplate ,
		#footer {
			margin-top: 1em;
			}
			
			
	

File

modules/merci_printable_contract/contract.css
View source
  1. body {
  2. background: #fff;
  3. color: #000;
  4. text-align: center;
  5. }
  6. .merci_signatureline {
  7. border-bottom: solid;
  8. }
  9. #page {
  10. width: 8in;
  11. margin: 0.5em auto;
  12. text-align: left;
  13. }
  14. #header {
  15. margin-bottom: 1em;
  16. }
  17. #cost {
  18. border-collapse: collapse;
  19. width: 100%;
  20. }
  21. #cost td ,
  22. #cost th {
  23. padding: 5px;
  24. vertical-align: top;
  25. }
  26. #cost .even td ,
  27. #cost .even th {
  28. background: #ddd;
  29. }
  30. #cost th {
  31. text-align: left;
  32. }
  33. #cost ul.accessories {
  34. font-size: 0.8em;
  35. margin-bottom: 0;
  36. margin-top: 0;
  37. }
  38. #boilerplate ,
  39. #footer {
  40. margin-top: 1em;
  41. }