row.css

  1. 4.x modules/tinymce/inc/tiny_mce/plugins/table/css/row.css
  2. 5.x modules/tinymce/inc/tiny_mce/plugins/table/css/row.css
/* CSS file for row dialog in the table plugin */

.panel_wrapper div.current {
	height: 200px;
}

.advfield {
	width: 200px;
}

#action {
	margin-bottom: 3px;
}

#rowtype,#align,#valign,#class,#height {
	width: 150px;
}

#height {
	width: 50px;	
}

.col2 {
	padding-left: 20px;
}

File

modules/tinymce/inc/tiny_mce/plugins/table/css/row.css
View source
  1. /* CSS file for row dialog in the table plugin */
  2. .panel_wrapper div.current {
  3. height: 200px;
  4. }
  5. .advfield {
  6. width: 200px;
  7. }
  8. #action {
  9. margin-bottom: 3px;
  10. }
  11. #rowtype,#align,#valign,#class,#height {
  12. width: 150px;
  13. }
  14. #height {
  15. width: 50px;
  16. }
  17. .col2 {
  18. padding-left: 20px;
  19. }