[Checkins] SVN: zf.zscp/trunk/src/zf/zscp/skin/browser/ added some css navigation definitions

Daniel Meier daniel.meier at perse.ch
Tue Apr 11 06:14:09 EDT 2006


Log message for revision 66845:
  added some css navigation definitions
  

Changed:
  U   zf.zscp/trunk/src/zf/zscp/skin/browser/css/base.css
  A   zf.zscp/trunk/src/zf/zscp/skin/browser/img/arrowLeft1.png
  U   zf.zscp/trunk/src/zf/zscp/skin/browser/menu.pt

-=-
Modified: zf.zscp/trunk/src/zf/zscp/skin/browser/css/base.css
===================================================================
--- zf.zscp/trunk/src/zf/zscp/skin/browser/css/base.css	2006-04-11 10:13:25 UTC (rev 66844)
+++ zf.zscp/trunk/src/zf/zscp/skin/browser/css/base.css	2006-04-11 10:14:09 UTC (rev 66845)
@@ -158,3 +158,25 @@
 .itemSix { background: url(/@@/img/circleSix.png) no-repeat 0% 50%; }
 .itemSeven { background: url(/@@/img/circleSeven.png) no-repeat 0% 50%; }
 .itemEight { background: url(/@@/img/circleEight.png) no-repeat 0% 50%; }
+.itemNine { background: url(/@@/img/circleNine.png) no-repeat 0% 50%; }
+
+/* content navigation previous, next pages */
+.itemNavRightArrow a {
+    padding: 4px 2px 0px 10px;
+    background: url(/@@/img/arrowRight1.png) no-repeat 0px 5px;
+    font-weight: bold;
+}
+.itemNavRightArrow a:hover {
+    color: #666;
+    background-color: #fff;
+}
+
+.itemNavLeftArrow a {
+    padding: 4px 2px 0px 10px;
+    background: url(/@@/img/arrowLeft1.png) no-repeat 0px 5px;
+    font-weight: bold;
+}
+.itemNavLeftArrow a:hover {
+    color: #666;
+    background-color: #fff;
+}
\ No newline at end of file

Added: zf.zscp/trunk/src/zf/zscp/skin/browser/img/arrowLeft1.png
===================================================================
(Binary files differ)


Property changes on: zf.zscp/trunk/src/zf/zscp/skin/browser/img/arrowLeft1.png
___________________________________________________________________
Name: svn:mime-type
   + image/png
Name: svn:keywords
   + Id

Modified: zf.zscp/trunk/src/zf/zscp/skin/browser/menu.pt
===================================================================
--- zf.zscp/trunk/src/zf/zscp/skin/browser/menu.pt	2006-04-11 10:13:25 UTC (rev 66844)
+++ zf.zscp/trunk/src/zf/zscp/skin/browser/menu.pt	2006-04-11 10:14:09 UTC (rev 66845)
@@ -24,5 +24,9 @@
 			<a href="@@repository.html"
 					tal:attributes="href string:${siteURL}/@@repository.html">Repository Layout</a>
 		</div>
+		<div class="navTreeItem">
+			<a href="@@glossary.html"
+					tal:attributes="href string:${siteURL}/@@glossary.html">Glossary</a>
+		</div>		
 	</div>
 </div>
\ No newline at end of file



More information about the Checkins mailing list