details:   /erp/devel/pi/rev/c8ac623a7de9
changeset: 12909:c8ac623a7de9
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Mon Jun 20 18:25:33 2011 +0200
summary:   [SKIN] Improved 250to300Comp skin

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/ico-to-new-tab.png
 |    0 
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.normal.png
    |    0 
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.pressed.png
   |    0 
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.rollover.png
  |    0 
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.selected.png
  |    0 
 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
                          |  159 ++++++---
 6 files changed, 102 insertions(+), 57 deletions(-)

diffs (truncated from 367 to 300 lines):

diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/ico-to-new-tab.png
Binary file 
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/ico-to-new-tab.png
 has changed
diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.normal.png
Binary file 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.normal.png
 has changed
diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.pressed.png
Binary file 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.pressed.png
 has changed
diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.rollover.png
Binary file 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.rollover.png
 has changed
diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.selected.png
Binary file 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Common/DataGrid/backgroundHeader.selected.png
 has changed
diff -r 172b5b19f747 -r c8ac623a7de9 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
--- 
a/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Mon Jun 20 14:09:31 2011 +0200
+++ 
b/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Mon Jun 20 18:25:33 2011 +0200
@@ -248,7 +248,7 @@
   border: 1px solid #CDD7BB;
   color: #333333;
   background-color: #F5F7F1;
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 12px;
   padding: 1px 0px 0px 0px;
   margin-top: 0px;
@@ -259,13 +259,14 @@
 .ComboNoUpdatable,
 .ComboReadOnly,
 .ComboKeyReadOnly {
-  color: #6D6D6D;
+  border: 1px solid #FFFFFF;
+  color: #7D7D7D;
   font-weight: normal;
-  background-color: #D0D0D0;
+  background-color: transparent;
 }
 
 .ComboKey {
-  background-color: #FFF6C1;
+  background-color: #FFFFCC;
 }
 
 .Combo_focus {
@@ -315,41 +316,73 @@
 
 tr.DataGrid_Body_Row_focus {
   background-image: none;
-  background-color: #FFBA6E;
+  background-color: #FFE1C0;
   color: #000000;
 }
 
 tr.DataGrid_Body_Row_selected {
   background-image: none;
-  background-color: #B8D587;
+  background-color: #FFE1C0;
   color: #000000;
 }
 
 th.DataGrid_Header_Cell {
-  font-family: arial, sans-serif;
-  font-size: 12px;
+  font-family: 'lucida sans', sans-serif;
+  font-size: 11px;
+  text-align: center;
   border-top: 1px solid #CDD7BB;
-  border-bottom: 1px solid #CDD7BB;
-  border-right: 1px solid #CDD7BB;
-  border-left : 1px solid #CDD7BB;
+  border-bottom: 1px solid #A7ABB4;
+  border-right: 1px solid #BBBFB6;
+  border-left : 1px solid #BBBFB6;
+  background-image: url(Common/DataGrid/backgroundHeader.normal.png);  /** 
sprite-ref: xxspritexx_V; sprite-alignment-ltr: repeat; sprite-margin-bottom: 
30px; */
+  background-color: #ECEEE9;
+  _background-color: #ECEEE9;
 }
 
 th.DataGrid_Header_Cell_Amount {
-  font-family: arial, sans-serif;
-  font-size: 12px;
+  font-family: 'lucida sans', sans-serif;
+  font-size: 11px;
+  text-align: center;
   border-top: 1px solid #CDD7BB;
-  border-bottom: 1px solid #CDD7BB;
-  border-right: 1px solid #CDD7BB;
-  border-left : 1px solid #CDD7BB;
+  border-bottom: 1px solid #A7ABB4;
+  border-right: 1px solid #BBBFB6;
+  border-left : 1px solid #BBBFB6;
+  background-image: url(Common/DataGrid/backgroundHeader.normal.png);  /** 
sprite-ref: xxspritexx_V; sprite-alignment-ltr: repeat; sprite-margin-bottom: 
30px; */
+  background-color: #ECEEE9;
+  _background-color: #ECEEE9;
+}
+
+th.DataGrid_Header_Cell_Inverse {
+  text-align: center !important;
+  padding: 1px 0px 1px 2px !important;
+}
+
+th.DataGrid_Header_Cell_hover {
+  background-image: url(Common/DataGrid/backgroundHeader.rollover.png);  /** 
sprite-ref: xxspritexx_V; sprite-alignment-ltr: repeat; sprite-margin-bottom: 
30px; */
+  background-color: #FFFFFF;
+  _background-color: #FFFFFF;
+}
+
+th.DataGrid_Header_Cell_active {
+  background-image: url(Common/DataGrid/backgroundHeader.pressed.png);  /** 
sprite-ref: xxspritexx_V; sprite-alignment-ltr: repeat; sprite-margin-bottom: 
30px; */
+  background-color: #FFFFFF;
+  _background-color: #FFFFFF;
+}
+
+th.DataGrid_Header_Cell_sorted {
+  background-image: url(Common/DataGrid/backgroundHeader.selected.png);  /** 
sprite-ref: xxspritexx_V; sprite-alignment-ltr: repeat; sprite-margin-bottom: 
30px; */
+  background-color: #FFFFFF;
+  _background-color: #FFFFFF;
 }
 
 th.DataGrid_Header_LineNoCell {
+  text-align: left;
   border-top: 1px solid #000000;
-  border-bottom: 1px solid #000000;
-  border-right: 1px solid #000000;
+  border-bottom: 1px solid #A7ABB4;
+  border-right: 1px solid #A7ABB4;
   border-left: 1px solid #000000;
   background: none !important;
-  background-color : #505050 !important;
+  background-color : #CDD7BB !important;
 }
 
 td.DataGrid_Body_Cell {
@@ -375,16 +408,16 @@
   font-size: 12px !important;
   color: #000000 !important;
   background-image: none;
-  background-color: #FFE1C0;
+  background-color: #E1E1E1;
 }
 
 td.DataGrid_Body_LineNoCell {
-  border-top:  1px solid #000000;
-  border-bottom: 1px solid #000000;
-  border-right: 1px solid #000000;
-  border-left:   1px solid #000000;
-  background-color: #505050;
-  color: #ffffff;
+  border-top:  1px solid #A7ABB4;
+  border-bottom: 1px solid #A7ABB4;
+  border-right: 1px solid #A7ABB4;
+  border-left:   1px solid #A7ABB4;
+  background-color: #CDD7BB;
+  color: #000000;
 }
 
 /*
@@ -540,7 +573,7 @@
 }
 
 a.LabelLink:active {
-  color: #333333;
+  color: #58A618;
   text-decoration: none;
   -moz-outline-style: none;
 }
@@ -549,39 +582,46 @@
   color: #333333;
 }
 
+a.LabelLink:hover {
+  color: #58A618;
+  text-decoration: none;
+}
+
 a.LabelLink_focus {
   background-image: none;
-  color: #333333;
-  border-color: #FA962F;
+  color: #fa962f;
+  border-color: none;
 }
 
 a.LabelLink_noicon {
-  color: #2985BA;
+  color: #58A618;
   text-decoration: none;
 }
 
 a.LabelLink_noicon:active {
-  color: #1d5e84;
+  color: #58A618;
   text-decoration: none;
   -moz-outline-style: none;
 }
 
 a.LabelLink_noicon:visited {
-  color: #2985BA;
+  color: #58A618;
   text-decoration: none;
 }
 
 a.LabelLink_noicon:hover {
+  color: #58A618;
   text-decoration: underline;
 }
 
 a.LabelLink_noicon_focus {
-  padding: 0px 4px 0px 4px;
-  background-color: #C8E9F9 !important;
-  color: #2985BA;
+  padding: 0px 0px 0px 0px;
+  background-color: #FFFFFF !important;
+  color: #fa962f !important;
   border-style: solid;
-  border-width: 2px;
-  border-color: #2985BA;
+  border-width: 0px;
+  border-color: #58A618;
+  border: none;
   outline: none;
 }
 
@@ -885,14 +925,18 @@
 .required,
 .required_focus {
   background-image: none;
-  background-color: #FFF6C1 !important;
+  background-color: #FFFFCC !important;
+}
+
+.readonly {
+  border: 1px solid #FFFFFF;
 }
 
 .readonly,
 .readonly_focus {
-  color: #6D6D6D;
+  color: #7D7D7D;
   font-weight: normal;
-  background-color: #D0D0D0 !important;
+  background-color: transparent !important;
 }
 
 .dojoValidateEmpty_focus,
@@ -1085,7 +1129,7 @@
 /*dojoTabcurrent*/
 
 .dojoTabcurrent {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #000000 !important;
@@ -1104,7 +1148,7 @@
 /*dojoTabparent*/
 
 .dojoTabparent {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #333333 !important;
@@ -1123,7 +1167,7 @@
 /*dojoTabcurrent*/
 
 .dojoTabcurrentfirst {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #000000 !important;
@@ -1142,7 +1186,7 @@
 /*dojoTabparent*/
 
 .dojoTabparentfirst {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #333333 !important;
@@ -1162,7 +1206,7 @@
 /*dojoTabcurrent_focus*/
 
 .dojoTabcurrent_focus {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #000000 !important;
@@ -1181,7 +1225,7 @@
 /*dojoTabparent_focus*/
 
 .dojoTabparent_focus {
-  font-family: tahoma, arial, helvetica, sans-serif;
+  font-family: arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #333333 !important;
@@ -1200,7 +1244,7 @@
 /*dojoTabcurrent_focus*/
 
 .dojoTabcurrentfirst_focus {
-  font-family: tahoma, arial, helvetica, sans-serif;

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to