[Erp5-report] r38205 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 8 16:05:24 CEST 2010


Author: ivan
Date: Wed Sep  8 16:05:19 2010
New Revision: 38205

URL: http://svn.erp5.org?rev=38205&view=rev
Log:
In listbox "tree" (domain | report) make sure we get consistent view of whole width as in "flat" mode.
Add styling for "No result" & "stats" bottom table rows.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.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_xhtml_style/ListBox_asHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml?rev=38205&r1=38204&r2=38205&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml [utf8] Wed Sep  8 16:05:19 2010
@@ -165,7 +165,7 @@
   </div>\n
 \n
   <div class="listbox-content"  \n
-       tal:attributes="class python: test(not is_domain_tree_mode, \'listbox-content maximal-width\', \'listbox-content auto-width\')">\n
+       tal:attributes="class python: test(not is_domain_tree_mode, \'listbox-content maximal-width\', \'listbox-content listbox-content-fixed-width\')">\n
 \n
     <div class="listbox-head">\n
 \n
@@ -469,8 +469,9 @@
             \n
             <!-- No results. -->\n
             <tr tal:condition="python: total_line == 0 and not hide_rows_on_no_search_criterion">\n
-              <td tal:attributes="colspan python: len(here.getSearchValueList()) + 1">\n
-                <span class="listbox_no_result" i18n:translate="" i18n:domain="ui">\n
+              <td tal:attributes="colspan python: len(here.getSearchValueList()) + 1"\n
+                  class="listbox-table-no-result-row">\n
+                <span i18n:translate="" i18n:domain="ui">\n
                   No result.\n
                 </span>\n
               </td>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml?rev=38205&r1=38204&r2=38205&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5_listbox.css.xml [utf8] Wed Sep  8 16:05:19 2010
@@ -402,7 +402,7 @@ div.listbox-body{\n
 \n
 div.listbox-tree{\n
   margin-right: 8px;\n
-  width: auto;\n
+  max-width: 10%;\n
   float: left;\n
 }\n
 \n
@@ -420,8 +420,18 @@ div.float-right{\n
   float:right;\n
 }\n
 \n
-div.auto-width{\n
-  width:auto;\n
+div.listbox-content-fixed-width{\n
+   width:90%;\n
+}\n
+\n
+table.listbox td.listbox-table-no-result-row{\n
+  border: 1px solid #3D6474;\n
+  text-align:center;\n
+}\n
+\n
+table.listbox tr.listbox_stat_line{\n
+  border-top: 1px solid #3D6474;\n
+\n
 }\n
 \n
 \n

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=38205&r1=38204&r2=38205&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] Wed Sep  8 16:05:19 2010
@@ -1 +1 @@
-997
\ No newline at end of file
+998
\ No newline at end of file




More information about the Erp5-report mailing list