|
|
@ -191,7 +191,7 @@ BI.Editor = BI.inherit(BI.Single, { |
|
|
|
cls: "bi-water-mark", |
|
|
|
cls: "bi-water-mark", |
|
|
|
text: this.options.watermark, |
|
|
|
text: this.options.watermark, |
|
|
|
height: o.height - 2 * o.vgap - o.tgap, |
|
|
|
height: o.height - 2 * o.vgap - o.tgap, |
|
|
|
hgap: o.hgap - 2, |
|
|
|
hgap: 2, |
|
|
|
whiteSpace: "nowrap", |
|
|
|
whiteSpace: "nowrap", |
|
|
|
textAlign: "left" |
|
|
|
textAlign: "left" |
|
|
|
}); |
|
|
|
}); |
|
|
|