Author: bpapez
Date: Thu Jul  5 18:17:13 2007
New Revision: 740

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D740&repname=
=3Dcorporate_portal_templates_v2
Log:
changed topmenu structuring, because using float:left is dirty

Modified:
    trunk/src/jsp/common/topmenu.inc
    trunk/src/jsp/css/template_css.jsp

Modified: trunk/src/jsp/common/topmenu.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/common/=
topmenu.inc&rev=3D740&repname=3Dcorporate_portal_templates_v2
=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/common/topmenu.inc (original)
+++ trunk/src/jsp/common/topmenu.inc Thu Jul  5 18:17:13 2007
@@ -38,7 +38,7 @@
                 }
             %>>
                 <a class=3D"link" href=3D"<%=3DnavigationLink.getURL(jPara=
ms)%>">
-                <span <% if (isEditMode && navigationLink.getContentPage()=
.isMarkedForDelete()) { %> class=3D"markForDelete" <% } %>>
+                <span class=3D"menuitem <% if (isEditMode && navigationLin=
k.getContentPage().isMarkedForDelete()) { %>markForDelete<% } %>">
                     <%=3DnavigationLink.getHighLightDiffTitle(jData.params=
())%>
                 </span>
                 </a>

Modified: trunk/src/jsp/css/template_css.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/src/jsp/css/tem=
plate_css.jsp&rev=3D740&repname=3Dcorporate_portal_templates_v2
=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/css/template_css.jsp (original)
+++ trunk/src/jsp/css/template_css.jsp Thu Jul  5 18:17:13 2007
@@ -256,57 +256,56 @@
     font-size:11px;
     display:block;
     width:1004px;
-    padding: 10px 0 0 40px;
+    padding: 24px 0 5px 40px;
     width: 964px !important;
     background-color:#bbd9ee;
     border-top:4px solid #54a4de;
 }
 .topmenu div.selected,
 .topmenu div.notselected {
-    float:left;
+    display:inline;
 }
 .topmenu div.actions {
-    float:left;
+    display:inline;
     padding: 3px 5px 3px 5px;
 }
 .topmenu  a {
-    float:left;
     text-decoration: none;
+    padding: 7px 0;    =

 }
 .topmenu  a:hover {
     text-decoration: none;
 }
-.topmenu  a span {
+.topmenu  a span.menuitem {
     padding: 7px 17px 7px 15px;
     color:#000000;
     text-decoration: none;
-    display:block;
 }
 .topmenu a.link {
     background: url(../img/top_right.gif) no-repeat 100% 0;
 }
-.topmenu a.link span {
+.topmenu a.link span.menuitem {
     background: url(../img/top_left.gif) no-repeat 0 0;
 }
 .topmenu a:hover.link {
     background: url(../img/top_right.gif) no-repeat 100% 0;
     background-position: 100% -30px;
 }
-.topmenu a:hover.link span {
+.topmenu a:hover.link span.menuitem {
     background: url(../img/top_left.gif) no-repeat 0 0;
     background-position: 0 -30px;
 }
 .topmenu div.selected a.link {
     background-position: 100% -60px;
 }
-.topmenu div.selected a.link span {
+.topmenu div.selected a.link span.menuitem {
     background-position: 0 -60px;
 =

 }
-.topmenu div.notselected a.link span {
+.topmenu div.notselected a.link span.menuitem {
     border-bottom:1px solid #bbd9ee;
 }
-.topmenu div.selected a.link span {
+.topmenu div.selected a.link span.menuitem {
     border-width:0px !important;
 }
 /* ------------------------------------------------ */

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

Reply via email to