webgui/www/extras/yui-webgui/build/form/datatable.css
Amir Plivatsky 1fd29bf2a1 Added CSS file for Edit DataTable.
For now it only contains a style to prevent empty row collapsing.
2011-07-12 22:58:45 +03:00

9 lines
151 B
CSS

/**
* datatable.css
* CSS rules for Edit DataTable
*/
/* prevent collapsing of empty rows */
.yui-dt-editable .yui-dt-liner {
min-height: 10px;
}