template.css

  1. 4.x modules/tinymce/inc/tiny_mce/plugins/template/css/template.css
  2. 5.x modules/tinymce/inc/tiny_mce/plugins/template/css/template.css
#frmbody {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.frmRow {
	margin-bottom: 10px;
}

#templatesrc {
	border: none;
	width: 320px;
	height: 240px;
}

.title {
	padding-bottom: 5px;
}

.mceActionPanel {
	padding-top: 5px;
}

File

modules/tinymce/inc/tiny_mce/plugins/template/css/template.css
View source
  1. #frmbody {
  2. padding: 10px;
  3. background-color: #FFF;
  4. border: 1px solid #CCC;
  5. }
  6. .frmRow {
  7. margin-bottom: 10px;
  8. }
  9. #templatesrc {
  10. border: none;
  11. width: 320px;
  12. height: 240px;
  13. }
  14. .title {
  15. padding-bottom: 5px;
  16. }
  17. .mceActionPanel {
  18. padding-top: 5px;
  19. }