[Erp5-report] r26376 - in /erp5/trunk/bt5/tiolive_base: SkinTemplateItem/portal_skins/tioli...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 9 17:29:21 CEST 2009


Author: fabien
Date: Thu Apr  9 17:29:20 2009
New Revision: 26376

URL: http://svn.erp5.org?rev=26376&view=rev
Log:
improve top bar :
- display user login in white
- remove the link from the user picure
- change a bit search box style

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
    erp5/trunk/bt5/tiolive_base/bt/revision

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=26376&r1=26375&r2=26376&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 Apr  9 17:29:20 2009
@@ -439,6 +439,8 @@
 }\n
 \n
 #tiologin {\n
+  font-size:9pt;\n
+  color:#FFFFFF;\n
   float:left;\n
   height:100%;\n
   line-height:23px;\n
@@ -448,13 +450,16 @@
   width:10%;\n
 }\n
 \n
+#tiologin img#user-img{\n
+  vertical-align: middle;\n
+  padding: 3px;\n
+}\n
+\n
 #link-login:link, #link-login:active, #link-login:visited {\n
-background:transparent url(<dtml-var expr="portal_url()">/tiolive_image/icon-login.png) no-repeat scroll 100% 0pt;\n
   color:#FFFFFF;\n
   float:left;\n
   height:100%;\n
   line-height:23px;\n
-  padding-right:20px;\n
   font-size:9pt;\n
   font-weight:normal;\n
   text-transform:lowercase;\n
@@ -504,7 +509,8 @@
   margin: 0;\n
   padding: 0;\n
   top: 0;\n
-\twidth:135px;\t\n
+  margin-left: 3px;\n
+\twidth:132px;\t\n
 \theight:19px;\n
 \t\n
 }\n
@@ -519,14 +525,6 @@
 #top-bar fieldset{\n
 \n
   padding: 5px;\n
-\n
-}\n
-\n
-#top-bar #tiologin{\n
-\n
-\tfont-family: Trebuchet, Verdana, Helvetica, Sans;\n
-\tcolor:#000;\n
-\tfont-size:11pt;\n
 \n
 }\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=26376&r1=26375&r2=26376&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 Apr  9 17:29:20 2009
@@ -120,7 +120,9 @@
    tal:define="user_name python:here.portal_membership.getAuthenticatedMember().getUserName()"\n
    tal:condition="not:here/portal_membership/isAnonymousUser"><a href="#" id="link-login"  \n
      tal:attributes="href string:${context_url}/logout"\n
-   i18n:translate="" i18n:domain="ui">Logout</a><tal:block tal:replace="user_name">jp</tal:block></p>        \n
+     i18n:translate="" i18n:domain="ui">Logout</a>\n
+   <img tal:attributes="src string:${context_url}/tiolive_image/icon-login.png" id=\'user-img\' alt=\'user\' />\n
+   <tal:block tal:replace="user_name">jp</tal:block></p>        \n
 <fieldset id="fieldset-tiosearch">\n
     <input type="hidden" name="all_languages" value="1" />\n
     <input accesskey="4" type="text" size="40" name="field_your_search_text" class="input-text" \n

Modified: erp5/trunk/bt5/tiolive_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/bt/revision?rev=26376&r1=26375&r2=26376&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/bt/revision [utf8] Thu Apr  9 17:29:20 2009
@@ -1,1 +1,1 @@
-27
+28




More information about the Erp5-report mailing list