[Erp5-report] r32773 fabien - /erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/ti...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 14:03:24 CET 2010


Author: fabien
Date: Thu Feb 18 14:03:23 2010
New Revision: 32773

URL: http://svn.erp5.org?rev=32773&view=rev
Log:
make possible to use menu bar on small window, before, "Modules" and "Languages" goes below "My favourites" and become impossible to select. This fix bugs #1161 and #1596 (duplacated bug).

Modified:
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml?rev=32773&r1=32772&r2=32773&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml [utf8] Thu Feb 18 14:03:23 2010
@@ -421,14 +421,12 @@
 #top-bar {\n
   background-color:#4780B0;\n
   border-bottom:1px solid #FFFFFF;\n
-  height:35px;\n
   overflow:hidden;\n
 }\n
 \n
 #fieldset-tiobar {\n
   float:left;\n
   overflow:hidden;\n
-  width:60%;\n
   border-style: none;\n
   font-size:11pt;\n
 }\n
@@ -443,10 +441,9 @@
   float:left;\n
   height:100%;\n
   line-height:23px;\n
-  margin:0pt;\n
+  margin:0 100px 0 0;\n
   padding:5px 0pt 0pt;\n
   text-align: left;\n
-  width:20%;\n
 }\n
 \n
 #tiologin img#user-img{\n
@@ -470,6 +467,7 @@
 \n
 #fieldset-tiosearch {\n
 \n
+  float:left;\n
 \tborder:none;\n
 \tfont-size:1pt;\n
 \tcolor:#f6a801;\n
@@ -498,7 +496,6 @@
 \n
   margin: 0;\n
 \twidth:163px;\n
-\tposition: absolute;\n
 \tright:5px;\n
 \toverflow: hidden;\n
 \tdisplay:block;\n

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml?rev=32773&r1=32772&r2=32773&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] Thu Feb 18 14:03:23 2010
@@ -110,6 +110,7 @@
   \n
       </span>\n
     </fieldset>\n
+    <span class="second">\n
 \n
 <p id="tiologin"\n
    tal:condition="here/portal_membership/isAnonymousUser"><a href="#" id="link-login"  \n
@@ -134,6 +135,7 @@
     <button type="submit" class="input-submit" value="" alt="Search"\n
             name="ERP5Site_viewQuickSearchResultList:method"/>  \n
 </fieldset>\n
+    </span>\n
 \n
 \n
   </div>\n




More information about the Erp5-report mailing list