[Erp5-report] r8295 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 3 16:14:13 CEST 2006


Author: vincent
Date: Mon Jul  3 16:14:11 2006
New Revision: 8295

URL: http://svn.erp5.org?rev=8295&view=rev
Log:
- polished xhtml style design

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml?rev=8295&r1=8294&r2=8295&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml Mon Jul  3 16:14:11 2006
@@ -103,6 +103,7 @@
             i18n:translate="" i18n:domain="ui">Jump</span>\n
     </button>\n
   </span>\n
+  <span class="separator"></span>\n
   <span id="action">\n
     <select name="action_select"\n
             tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doAction\')"\n
@@ -185,10 +186,13 @@
         </button>\n
         <span class="separator"></span>\n
       </tal:block>\n
-      <a tal:condition="selection_index | nothing" class="list_mode" title="List Mode" tal:attributes="href selection_url">\n
-        <span class="image"></span>\n
-        <span class="description" i18n:translate="" i18n:domain="ui">List Mode</span>\n
-      </a>\n
+      <tal:block tal:condition="selection_index | nothing">\n
+        <a class="list_mode" title="List Mode" tal:attributes="href selection_url">\n
+          <span class="image"></span>\n
+          <span class="description" i18n:translate="" i18n:domain="ui">List Mode</span>\n
+        </a>\n
+      <span class="separator"></span>\n
+      </tal:block>\n
       <button tal:condition="print_actions" class="print" type="submit" name="Folder_print:method" title="Print"\n
               i18n:attributes="title" i18n:domain="ui">\n
         <span class="image"></span>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=8295&r1=8294&r2=8295&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Mon Jul  3 16:14:11 2006
@@ -257,7 +257,7 @@
         </item>
         <item>
             <key> <string>background_color</string> </key>
-            <value> <string>#D3E6DE</string> </value>
+            <value> <string>#DAE6E6</string> </value>
         </item>
         <item>
             <key> <string>button_description_color</string> </key>
@@ -293,7 +293,7 @@
         </item>
         <item>
             <key> <string>font_size</string> </key>
-            <value> <string>12px</string> </value>
+            <value> <string>13px</string> </value>
         </item>
         <item>
             <key> <string>globals</string> </key>
@@ -447,10 +447,10 @@
 #main_bar {\n
   color: inherit;\n
   background-color: <dtml-var navigation_bar_background_color>;\n
-}\n
-\n
-#context_bar #jump,\n
-#context_bar #action,\n
+  padding-top: 2px;\n
+  padding-bottom: 2px;\n
+}\n
+\n
 #main_bar .first,\n
 #context_bar .first {\n
   float: left;\n
@@ -527,7 +527,11 @@
 \n
 .content .field label,\n
 .content .field .input {\n
- float: left;\n
+  float: left;\n
+}\n
+\n
+.content .field .input a{\n
+  vertical-align: middle;\n
 }\n
 \n
 .content .field .required,\n
@@ -545,29 +549,25 @@
   margin-left: 15%;\n
 }\n
 \n
-/*.login label {\n
-  text-align: right;\n
-}*/\n
+#jump,\n
+#action,\n
+#favourites,\n
+#modules,\n
+#language,\n
+#search {\n
+  float: left;\n
+}\n
 \n
 #favourites button .image {\n
   background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/favourite.png\');\n
 }\n
 \n
-#favourites {\n
-  margin-right: 1.5em;\n
-}\n
-\n
 #modules button .image {\n
   background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/appearance.png\');\n
 }\n
 \n
 #language button .image {\n
   background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/language.png\');\n
-}\n
-\n
-#search {\n
-  display: none;\n
-  margin-left: 1.5em;\n
 }\n
 \n
 #search button .image {\n
@@ -584,6 +584,7 @@
 \n
 #context_bar {\n
   padding-top: 2px;\n
+  padding-bottom: 2px;\n
   border-bottom-width: 1px;\n
   border-bottom-style: solid;\n
   border-bottom-color: <dtml-var main_border_color>;\n
@@ -591,23 +592,32 @@
   color: inherit;\n
 }\n
 \n
-/*#context_bar .tool_buttons {\n
-  display: block;\n
-}*/\n
-\n
 #context_bar .tool_buttons a,\n
-#context_bar .tool_buttons .separator {\n
+#context_bar .separator,\n
+#main_bar .separator {\n
   float: left;\n
   margin-left: 2px;\n
   margin-right: 2px;\n
 }\n
 \n
-#context_bar .tool_buttons .separator {\n
-  color: inherit;\n
-  background-color: <dtml-var main_border_color>;\n
-  width: 1px;\n
-  height: 22px;\n
+#context_bar .separator,\n
+#main_bar .separator {\n
+  color: inherit;\n
+  width: 0;\n
+  height: 24px;\n
   display: block;\n
+  margin-left: 6px;\n
+  margin-right: 6px;\n
+  border-width: 1px;\n
+  border-style: outset;\n
+}\n
+\n
+#main_bar .separator {\n
+  border-color: <dtml-var context_bar_background_color>;\n
+}\n
+\n
+#context_bar .separator {\n
+  border-color: <dtml-var navigation_bar_background_color>;\n
 }\n
 \n
 #context_bar .tool_buttons a .image,\n
@@ -724,6 +734,10 @@
 \n
 #logged_in_as {\n
   float: right;\n
+}\n
+\n
+#logged_in_as .logged_txt{\n
+  color: <dtml-var link_color>;\n
 }\n
 \n
 #transition_message {\n
@@ -765,6 +779,7 @@
   border-bottom-width: 1px;\n
   border-bottom-style: solid;\n
   border-bottom-color: <dtml-var document_border_color>;\n
+  color: <dtml-var link_color>;\n
 }\n
 \n
 .document .actions button.save {\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=8295&r1=8294&r2=8295&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml Mon Jul  3 16:14:11 2006
@@ -205,6 +205,7 @@
                       i18n:translate="" i18n:domain="ui">Select Favorite</span>\n
               </button>\n
             </span>\n
+            <span class="separator"></span>\n
             <span id="modules">\n
               <select name="module_select"\n
                       tal:define="module_list here/ERP5Site_getModuleItemList;"\n
@@ -244,6 +245,7 @@
                       i18n:translate="" i18n:domain="ui">Select Language</span>\n
               </button>\n
             </span>\n
+            <span class="separator"></span>\n
             <span id="search">\n
               <input type="text" name="SearchableText" />\n
               <button type="submit" name="Base_viewSearchResultList:method" title="Search"\n
@@ -277,11 +279,11 @@
         </div>\n
         <div id="logged_in_as">\n
           <tal:block tal:condition="not: here/portal_membership/isAnonymousUser">\n
-            <tal:block i18n:translate="" i18n:domain="ui">Logged In as </tal:block> :\n
+\t    <span class="logged_txt" i18n:translate="" i18n:domain="ui">Logged In as :</span>\n
             <tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear">&nbsp;</h6>\n
+        <h6 class="clear" style="height: 10px">&nbsp;</h6>\n
         <div tal:content="structure here/REQUEST/portal_status_message | nothing"\n
              id="transition_message"></div>\n
       </div>\n




More information about the Erp5-report mailing list