details:   https://code.openbravo.com/erp/devel/pi/rev/797ffb8e90e0
changeset: 16585:797ffb8e90e0
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Sun May 20 20:42:05 2012 +0200
summary:   Fixed issue 20557: Grid menus are now well drawn in all cases

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
                           |  12 +++++++++
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
 |  13 ++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r fe2c795d516d -r 797ffb8e90e0 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
   Wed May 16 13:39:26 2012 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
   Sun May 20 20:42:05 2012 +0200
@@ -72,6 +72,18 @@
   line-height: 100%; /* To avoid strange effect in some Firefox where the 
imgButtons are 1px moved down */
 }
 
+/* menuMain changes to avoid UI defects due to the CSS3 attributes introduced 
by SmartClient 8.3d 03-May-2012 */
+.menuMain {
+  background: #FFFFFF 
url(../../web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/smartclient/images/Menu/menu_background.png)
 repeat-y scroll;
+  filter: none;
+  -ms-filter: none;
+}
+.menuMainRTL {
+  background: #FFFFFF 
url(../../web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/smartclient/images/Menu/menu_background_rtl.png)
 repeat-y right scroll;
+  filter: none;
+  -ms-filter: none;
+}
+
 /*============================================================
  Top Layout
  ============================================================*/
diff -r fe2c795d516d -r 797ffb8e90e0 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
--- 
a/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
 Wed May 16 13:39:26 2012 +0200
+++ 
b/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
 Sun May 20 20:42:05 2012 +0200
@@ -330,4 +330,17 @@
   border-width: 0px 1px 0px 1px;
   border-style: solid;
   border-color: #8fa7c7;
+}
+
+
+/* menuMain changes to avoid UI defects due to the CSS3 attributes introduced 
by SmartClient 8.3d 03-May-2012 */
+.menuMain {
+  background: #FFFFFF 
url(../../web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/smartclient/images/Menu/menu_background.png)
 repeat-y scroll;
+  filter: none;
+  -ms-filter: none;
+}
+.menuMainRTL {
+  background: #FFFFFF 
url(../../web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/smartclient/images/Menu/menu_background_rtl.png)
 repeat-y right scroll;
+  filter: none;
+  -ms-filter: none;
 }
\ No newline at end of file

------------------------------------------------------------------------------
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

Reply via email to