table.css

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

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

.advfield {
	width: 200px;
}

#class {
	width: 150px;
}

File

modules/tinymce/inc/tiny_mce/plugins/table/css/table.css
View source
  1. /* CSS file for table dialog in the table plugin */
  2. .panel_wrapper div.current {
  3. height: 245px;
  4. }
  5. .advfield {
  6. width: 200px;
  7. }
  8. #class {
  9. width: 150px;
  10. }