details: https://code.openbravo.com/erp/devel/pi/rev/053e8f2a3ab6
changeset: 21046:053e8f2a3ab6
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Thu Aug 29 16:53:51 2013 +0200
summary: Fixed issue 24625: Fixed CSS errors in OB3 (new architecture)
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
| 6 +++---
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
| 4 ++--
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tab-styles.css
| 8 +++-----
modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css
| 4 ++--
4 files changed, 10 insertions(+), 12 deletions(-)
diffs (111 lines):
diff -r 8f0fde1fdfb3 -r 053e8f2a3ab6
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
---
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
Thu Aug 29 13:14:54 2013 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
Thu Aug 29 16:53:51 2013 +0200
@@ -260,7 +260,7 @@
font-family: arial, sans-serif;
font-size: 12px;
color: #333;
- border: 0px 0px 0px 0px;
+ border: 0px;
}
.OBFormFieldInputRequiredError,
@@ -321,8 +321,8 @@
.OBFormFieldNumberInput:focus,
.OBFormFieldNumberInputFocused,
.OBFormFieldNumberInputSelectedFocused {
- -moz-outline-offset: -1;
- outline-offset: -1;
+ -moz-outline-offset: -1px;
+ outline-offset: -1px;
outline: none;
border: 1px solid #fa962f;
}
diff -r 8f0fde1fdfb3 -r 053e8f2a3ab6
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
---
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
Thu Aug 29 13:14:54 2013 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
Thu Aug 29 16:53:51 2013 +0200
@@ -11,7 +11,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010-2011 Openbravo SLU
+ * All portions are Copyright (C) 2010-2013 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -174,7 +174,7 @@
}
.OBGridFilterCell {
- border: 1px solid #b2b5b0; /*#BBBFB6*/;
+ border: 1px solid #b2b5b0; /*#BBBFB6*/
border-width: 0px 1px 0px 0px;
background-repeat: repeat-x;
background-position: left top;
diff -r 8f0fde1fdfb3 -r 053e8f2a3ab6
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tab-styles.css
---
a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tab-styles.css
Thu Aug 29 13:14:54 2013 +0200
+++
b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tab-styles.css
Thu Aug 29 16:53:51 2013 +0200
@@ -11,7 +11,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010-2011 Openbravo SLU
+ * All portions are Copyright (C) 2010-2013 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -26,7 +26,7 @@
background-color: #FFFFFF;
background-image: url(./images/tab/tabBarMain_bg.png);
background-position: center top;
- background-repeat: repeat-x scroll;
+ background-repeat: repeat-x;
}
.OBTabSetMainContainer {
@@ -54,7 +54,6 @@
.OBTabBarButtonMainTopSelectedDisabledInactive,
.OBTabBarButtonMainTopSelectedOverInactive {
color: #fff;
- margin-left: 25;
padding: 0;
outline: none;
height: 30px;
@@ -190,7 +189,7 @@
background-color: #FFFFFF;
background-image: url(./images/tab/tabBarChild_bg.png);
background-position: center top;
- background-repeat: repeat-x scroll;
+ background-repeat: repeat-x;
}
.OBTabSetChildContainer {
@@ -218,7 +217,6 @@
.OBTabBarButtonChildTopSelectedDisabledInactive,
.OBTabBarButtonChildTopSelectedOverInactive {
color: #fff;
- margin-left: 25;
padding: 0;
height: 38px;
}
diff -r 8f0fde1fdfb3 -r 053e8f2a3ab6
modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css
---
a/modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css
Thu Aug 29 13:14:54 2013 +0200
+++
b/modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css
Thu Aug 29 16:53:51 2013 +0200
@@ -11,7 +11,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010-2012 Openbravo SLU
+ * All portions are Copyright (C) 2010-2013 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -196,7 +196,7 @@
.OBWidgetCommunityBrandingUnknown {
padding-top: 32px;
font-weight: bold;
- font-size: 16px;;
+ font-size: 16px;
background-repeat: no-repeat;
background-position: center 6px;
background-image: url(images/purpose/banner-unknown.png);
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits