details: https://code.openbravo.com/erp/devel/pi/rev/18f360e6852d
changeset: 16800:18f360e6852d
user: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
date: Mon Jun 11 17:13:37 2012 +0200
summary: Fixed issue 20523: Status bar buttons are not hided by the status
bar fields.
css Overflow property has been set as hidden for the left size of the
statusBar. When the status bar has too many fields they are hided and the next
/ prev / close buttons always are visible.
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.js
| 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d83794bd89ee -r 18f360e6852d
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.js
Wed Jun 06 12:45:52 2012 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.js
Mon Jun 11 17:13:37 2012 +0200
@@ -63,7 +63,7 @@
layoutLeftMargin: 7,
defaultLayoutAlign: 'center',
align: 'left',
- overflow: 'visible'
+ overflow: 'hidden'
});
isc.OBStatusBarTextLabel.addProperties({
@@ -79,7 +79,8 @@
width: 130,
align: 'right',
overflow: 'visible',
- membersMargin: 4
+ membersMargin: 4,
+ layoutLeftMargin: 3
});
isc.OBStatusBarIconButton.addProperties({
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits