Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
21
www/extras/yui-webgui/build/form/datatable.css
Normal file
21
www/extras/yui-webgui/build/form/datatable.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
* datatable.css
|
||||
* CSS rules for Edit DataTable
|
||||
*/
|
||||
|
||||
/* prevent collapsing of empty rows */
|
||||
.yui-dt-editable .yui-dt-liner {
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
/* displaying the initial blank line in HTMLarea is not useful */
|
||||
.wg-dt-htmlarea>p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* size of Textarea/HTMLarea cell */
|
||||
.wg-dt-textarea, .wg-dt-htmlarea {
|
||||
height: 50px;
|
||||
width: 150px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue