[Erp5-report] r35668 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 27 10:19:06 CEST 2010


Author: ivan
Date: Thu May 27 10:19:04 2010
New Revision: 35668

URL: http://svn.erp5.org?rev=35668&view=rev
Log:
CSS fixes so listbox style do not mess with bottom actions.

Modified:
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/listbox_action_widget.xml
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/listbox_action_widget.xml
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/listbox_action_widget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/listbox_action_widget.xml?rev=35668&r1=35667&r2=35668&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/listbox_action_widget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/listbox_action_widget.xml [utf8] Thu May 27 10:19:04 2010
@@ -104,7 +104,7 @@
               <dictionary>
                 <item>
                     <key> <string>css_class</string> </key>
-                    <value> <string>hidden_label</string> </value>
+                    <value> <string>hidden_label listbox-action-widget</string> </value>
                 </item>
                 <item>
                     <key> <string>default</string> </key>

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/listbox_action_widget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/listbox_action_widget.xml?rev=35668&r1=35667&r2=35668&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/listbox_action_widget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/listbox_action_widget.xml [utf8] Thu May 27 10:19:04 2010
@@ -13,7 +13,6 @@
             <key> <string>delegated_list</string> </key>
             <value>
               <list>
-                <string>css_class</string>
                 <string>default</string>
                 <string>editable</string>
               </list>
@@ -58,10 +57,6 @@
             <value>
               <dictionary>
                 <item>
-                    <key> <string>css_class</string> </key>
-                    <value> <string></string> </value>
-                </item>
-                <item>
                     <key> <string>default</string> </key>
                     <value>
                       <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
@@ -86,10 +81,6 @@
             <key> <string>values</string> </key>
             <value>
               <dictionary>
-                <item>
-                    <key> <string>css_class</string> </key>
-                    <value> <string>hidden_label</string> </value>
-                </item>
                 <item>
                     <key> <string>default</string> </key>
                     <value> <string></string> </value>

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml?rev=35668&r1=35667&r2=35668&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/listbox.css.xml [utf8] Thu May 27 10:19:04 2010
@@ -56,8 +56,11 @@
 /******************/ \n
 /* Listbox action */\n
 /******************/\n
-.bottom_actions {\n
+.listbox-action-widget {\n
   float:none;\n
+}\n
+.listbox-action-widget div.bottom_actions{\n
+  float:left;\n
 }\n
 \n
 /* Title of the bar */\n
@@ -73,10 +76,6 @@
 /* Sub container for the buttons*/\n
 .buttons_group {\n
   background-color:#E0DFD1;\n
-  /*font-family:Arial,Verdana,Helvetica,Sans;\n
-\n
-  margin-right:39px;\n
-  padding-left:10px;  */\n
   margin-right:30px;\n
   padding-top:3px;\n
   width:auto;\n
@@ -84,7 +83,7 @@
 }\n
 \n
 /* Buttons */\n
-.bottom_actions button, .bottom_actions a.button {\n
+.listbox-action-widget button, .listbox-action-widget a.button {\n
   background-image: url(\'./km_img/button_background.png\') ;\n
   background-position: 100% 0;\n
   background-color: inherit;\n
@@ -96,18 +95,18 @@
   margin-right:3px;\n
   margin-bottom:3px;\n
 }\n
-.bottom_actions button:hover,.bottom_actions a:hover {\n
+.listbox-action-widget button:hover,.listbox-action-widget a:hover {\n
  background-position:100% 100%;\n
 }\n
 \n
 /* a as button */\n
-.bottom_actions a.button{\n
+.listbox-action-widget a.button{\n
   display:block;\n
   margin-left: 9px;\n
 }\n
 \n
 /* Image in button */\n
-.bottom_actions span.image{\n
+.listbox-action-widget span.image{\n
   background-repeat:no-repeat;\n
   background-position:center center;\n
   display:block;\n
@@ -121,12 +120,12 @@
 }\n
 \n
 /* Description of botton */\n
-.bottom_actions span.description{\n
+.listbox-action-widget span.description{\n
   font-size:10px;\n
 }\n
 \n
 /* Global button span */\n
-.bottom_actions button > span, .bottom_actions a > span{\n
+.listbox-action-widget button > span, .listbox-action-widget a > span{\n
   display:block;\n
   background-color:inherit;\n
   background-image:url(\'./km_img/button_background.png\');\n
@@ -141,10 +140,10 @@
   white-space:nowrap;\n
   width:100%;\n
 }\n
-.bottom_actions button:hover > span, .bottom_actions a:hover > span{\n
+.listbox-action-widget button:hover > span, .listbox-action-widget a:hover > span{\n
   background-position:0 100%;\n
 }\n
-.bottom_actions span.description span {\n
+.listbox-action-widget span.description span {\n
   left:4px;\n
   position:relative;\n
 }\n
@@ -165,12 +164,12 @@
 /*********************/\n
 /*   Listbox style   */\n
 /*********************/\n
-/* Listbox Block */\n
 .listbox_left {\n
   margin-right: 4px;\n
   width: auto;\n
   float: left;\n
 }\n
+\n
 .listbox_center{\n
   float: left;\n
 }\n
@@ -221,9 +220,6 @@
   float:left;\n
   margin-top:0;\n
   padding:1em 0 0.5em;\n
-  /*right:5px;\n
-  text-align:right;\n
-  width:350px;*/\n
 }\n
 div.extendedSearchBar input.button{\n
  background-image: url(\'./km_img/search_background.png\');\n
@@ -274,12 +270,6 @@
   max-width: 145px;\n
 }\n
 \n
-/*\n
-.listbox input {\n
-width:96%;\n
-}\n
-*/\n
-\n
 button.sort_button_desc{\n
   background-image: url(\'./km_img/switch_desc.png\');\n
 }\n

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=35668&r1=35667&r2=35668&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Thu May 27 10:19:04 2010
@@ -1,1 +1,1 @@
-1421
+1422




More information about the Erp5-report mailing list