details:   /erp/devel/pi/rev/667670e82292
changeset: 10739:667670e82292
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Thu Feb 17 12:30:25 2011 +0100
summary:   Removed undesired right scrollbar in IE8

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.css
 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0f62c097a4e2 -r 667670e82292 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.css
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.css
      Thu Feb 17 12:04:42 2011 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.css
      Thu Feb 17 12:30:25 2011 +0100
@@ -20,13 +20,17 @@
  * Contains a limited set of Smartclient styles which are overridden.
  */
 html {
-    font-size:62.5%;
+  font-size: 62.5%;
+  margin: 0;
+  padding: 0;
+  overflow: auto;
 }
 
 body {
   background-color: #fff;
   margin: 0;
   padding: 0;
+  overflow: auto;
   font-family: 'lucida sans', sans-serif;
   font-size: 1em;
   line-height: 1.6em;

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to