appy.gen: integrated tinyMCE; appy.gen: Ref.shownInfo can now specify column widths (ie, 'title*70%'); appy.gen: updated default page and field layouts; appy.gen: stop generating label for back references it not needed.
This commit is contained in:
parent
93619dafe1
commit
c9353b46db
267 changed files with 40477 additions and 82 deletions
17
gen/plone25/skin/tiny_mce/plugins/table/css/cell.css
vendored
Normal file
17
gen/plone25/skin/tiny_mce/plugins/table/css/cell.css
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* CSS file for cell dialog in the table plugin */
|
||||
|
||||
.panel_wrapper div.current {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.advfield {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#action {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#class {
|
||||
width: 150px;
|
||||
}
|
25
gen/plone25/skin/tiny_mce/plugins/table/css/row.css
vendored
Normal file
25
gen/plone25/skin/tiny_mce/plugins/table/css/row.css
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* 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;
|
||||
}
|
13
gen/plone25/skin/tiny_mce/plugins/table/css/table.css
vendored
Normal file
13
gen/plone25/skin/tiny_mce/plugins/table/css/table.css
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* CSS file for table dialog in the table plugin */
|
||||
|
||||
.panel_wrapper div.current {
|
||||
height: 245px;
|
||||
}
|
||||
|
||||
.advfield {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#class {
|
||||
width: 150px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue