Added CSS file for Edit DataTable.
For now it only contains a style to prevent empty row collapsing.
This commit is contained in:
parent
50954c333f
commit
1fd29bf2a1
2 changed files with 11 additions and 0 deletions
9
www/extras/yui-webgui/build/form/datatable.css
Normal file
9
www/extras/yui-webgui/build/form/datatable.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* datatable.css
|
||||
* CSS rules for Edit DataTable
|
||||
*/
|
||||
|
||||
/* prevent collapsing of empty rows */
|
||||
.yui-dt-editable .yui-dt-liner {
|
||||
min-height: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue