details:   https://code.openbravo.com/erp/devel/pi/rev/0f3152fe4b23
changeset: 13312:0f3152fe4b23
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed Jul 27 22:19:04 2011 +0200
summary:   [imageBLOB] added cellStyle and titleStyle to the item

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r b6493c1e4f06 -r 0f3152fe4b23 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
   Wed Jul 27 21:29:35 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
   Wed Jul 27 22:19:04 2011 +0200
@@ -398,11 +398,16 @@
  * OBImageItem
  =======================================================================*/
 
+isc.OBImageItem.addProperties({
+  cellStyle: 'OBFormField',
+  titleStyle: 'OBFormFieldLabel'
+});
+
 isc.OBImageItemSmallImageContainer.addProperties({
   styleName: 'OBImageItemSmallImageContainer',
+  height: 66,
+  width:'100%',
   cursor: '', //To allow set the cursor from the CSS
-  width:'100%',
-  height: '100%',
   align: 'center',
   defaultLayoutAlign: 'center'
 });

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to