Author: xlawrence
Date: Wed Jan 16 13:23:41 2008
New Revision: 59

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D59&repname=3D=
corporate_portal_templates_v3
Log:
Fixed CSS issue hiding the action menu in the main column

Modified:
    trunk/src/jsp/content.jsp
    trunk/src/jsp/shared/css/base.css

Modified: trunk/src/jsp/content.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/content=
.jsp&rev=3D59&repname=3Dcorporate_portal_templates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/content.jsp (original)
+++ trunk/src/jsp/content.jsp Wed Jan 16 13:23:41 2008
@@ -20,15 +20,15 @@
 <%@ include file=3D"common/header.jspf" %>
 =

 <div id=3D"main">
-               <jahia-components:navMenu 
bundleKey=3D"jahiatemplates.default_v3_lang"
-                                                       kind=3D"topTabs"/>
+    <jahia-components:navMenu bundleKey=3D"jahiatemplates.default_v3_lang"
+                              kind=3D"topTabs"/>
     <div id=3D"column-left">
         <%@ include file=3D"common/page_image.jspf" %>
 =

         <!-- left navigation menu (start) -->
         <jahia-components:navMenu bundleKey=3D"jahiatemplates.default_v3_l=
ang"
-                          kind=3D"sideMenu" startLevel=3D"2"/>
-        <!-- left navigation menu (end) --> =

+                                  kind=3D"sideMenu" startLevel=3D"2"/>
+        <!-- left navigation menu (end) -->
 =

         <!-- left box (start) -->
         <jsp:include page=3D"common/box/box_dispatcher.jsp" flush=3D"true">

Modified: trunk/src/jsp/shared/css/base.css
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/shared/=
css/base.css&rev=3D59&repname=3Dcorporate_portal_templates_v3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/src/jsp/shared/css/base.css (original)
+++ trunk/src/jsp/shared/css/base.css Wed Jan 16 13:23:41 2008
@@ -515,10 +515,10 @@
 =

 /* ------- PagePath (Start) ------- */
 #pagePath {
-    float: left;
     width: 710px;
     padding: 5px 20px 0 20px;
     margin: 0;
+    display: block;
 }
 =

 #pagePath ul {
@@ -531,8 +531,7 @@
     margin: 0 5px 0 0;
     padding: 0 8px 0 0;
     list-style: none;
-    float: left;
-    display: block;
+    display: inline;
     background-image: url( ../images/page-path-separator.gif );
     background-repeat: no-repeat;
     background-position: right 6px;
@@ -968,6 +967,4 @@
     display: block;
 }
 =

-/* ------- File types  (end) ------- */
-
-
+/* ------- File types  (end) ------- */
\ No newline at end of file

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to