app/tiny_mce/plugins/table/css/row.css
author Todd Larsen <tlarsen@google.com>
Sat, 04 Oct 2008 04:34:16 +0000
changeset 276 56357a92c110
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Move helpers/html_menu.py to helper/html_menu.py, to clear out soc/views/helpers for deletion. Patch by: Todd Larsen Review by: to-be-reviewed

/* 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;
}