[Erp5-report] r39706 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 29 18:36:18 CEST 2010


Author: jerome
Date: Fri Oct 29 18:36:17 2010
New Revision: 39706

URL: http://svn.erp5.org?rev=39706&view=rev
Log:
tabs from the front page are styled differently than tabs from form_view, this was done by putting some css declaration in tabber_style.css to override declarations from erp5.css, as the DOM is different, we can style front page tabs using a selector that only applies on front page (with id for now)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml?rev=39706&r1=39705&r2=39706&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml [utf8] Fri Oct 29 18:36:17 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="File" module="OFS.Image"/>
-        <tuple/>
-      </tuple>
+      <global name="File" module="OFS.Image"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -15,7 +12,7 @@
         </item>
         <item>
             <key> <string>_EtagSupport__etag</string> </key>
-            <value> <string>ts48186920.11</string> </value>
+            <value> <string>ts88398269.73</string> </value>
         </item>
         <item>
             <key> <string>__name__</string> </key>
@@ -27,21 +24,23 @@
         </item>
         <item>
             <key> <string>data</string> </key>
-            <value> <string>/*========================================================================================\n
+            <value> <string encoding="cdata"><![CDATA[
+
+/*========================================================================================\n
 **  tabber.js default style\n
 **========================================================================================*/\n
 \n
 /* Replace code at erp5.css*/\n
 \n
-.document .actions li.non_selected a span {\n
+#tab_box > li.non_selected a span {\n
   padding: 5px 8px 3px 0px !important;\n
 }\n
 \n
-.document .actions li.selected a span {\n
+#tab_box > li.selected a span {\n
   padding: 5px 8px 4px 0px !important;\n
 }\n
 \n
-.document .actions li a span img {\n
+#tab_box > li a span img {\n
   margin: -2px;\n
   padding-right: 3px;\n
 }\n
@@ -155,7 +154,9 @@ table tr td {\n
   vertical-align:top;\n
 }\n
 \n
-</string> </value>
+
+
+]]></string> </value>
         </item>
         <item>
             <key> <string>precondition</string> </key>
@@ -163,7 +164,7 @@ table tr td {\n
         </item>
         <item>
             <key> <string>size</string> </key>
-            <value> <long>2697</long> </value>
+            <value> <int>2673</int> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=39706&r1=39705&r2=39706&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Oct 29 18:36:17 2010
@@ -1 +1 @@
-1036
\ No newline at end of file
+1037
\ No newline at end of file




More information about the Erp5-report mailing list