You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2008/11/03 22:39:34 UTC

svn commit: r710173 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog src/com/ecyrd/jspwiki/Release.java src/webdocs/templates/default/jspwiki.css

Author: brushed
Date: Mon Nov  3 13:39:34 2008
New Revision: 710173

URL: http://svn.apache.org/viewvc?rev=710173&view=rev
Log:
2.8.1-svn-5: 
* [JSPWIKI-408]: Hide wide-content on left-menu and leftmenu-footer.
* [JSPWIKI-403]: Pagination links now show a pointer cursor at hover.
        

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=710173&r1=710172&r2=710173&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Mon Nov  3 13:39:34 2008
@@ -1,3 +1,12 @@
+2008-11-03  Dirk Frederickx <di...@gmail.com>
+
+        * 2.8.1-svn-5
+        
+        * JSPWIKI-408: Hide wide-content on left-menu and leftmenu-footer.
+        
+        * JSPWIKI-403: Pagination links now show a pointer cursor at hover.
+        
+
 2008-11-03  Janne Jalkanen <ja...@apache.org>
 
         * Finnish localization updated (no version bump):

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=710173&r1=710172&r2=710173&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Mon Nov  3 13:39:34 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "4";
+    public static final String     BUILD         = "5";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css?rev=710173&r1=710172&r2=710173&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css Mon Nov  3 13:39:34 2008
@@ -52,6 +52,7 @@
 }
 #favorites {
 	float:left;
+	overflow:hidden; /*avoid overflow for wide content of leftmenu or leftmenufooter */
 	margin-top:1.75em;
 	width:18%;
 	padding:0.5em;
@@ -178,11 +179,11 @@
 	line-height:1.2;
 }
 h2 { font-size: 150%; }
-h2 .editsection { font-size: 67%; padding-left:1em;}
+h2 .editsection, h2 .hashlink { font-size: 67%; padding-left:1em;}
 h3 { font-size: 132%; }
-h3 .editsection { font-size: 76%; padding-left:1em;}
+h3 .editsection, h3 .hashlink { font-size: 76%; padding-left:1em;}
 h4 { font-size: 116%; }
-h4 .editsection { font-size: 86%; padding-left:1em;}
+h4 .editsection, h4 .hashlink { font-size: 86%; padding-left:1em;}
 .editsection {
 	font-weight:normal;
 	line-height:1.2;
@@ -724,6 +725,7 @@
 	width:99%;
 }
 #toctoc {
+	position:relative;
 	margin:0.5em 0;
 }
 #toctoc label {
@@ -973,6 +975,9 @@
 	background:#eee;
 	/*line-height:1;*/
 }
+.pagination a {
+	cursor:pointer;
+}
 .pagination a, .pagination .cursor {
 	padding:0.5em;
 }
@@ -1166,17 +1171,16 @@
 }
 #searchSubmit {
 	position:absolute;
-    top: 5px;
-	right: 3px;
+    top:5px;
+	right:3px;
 
 	margin:0; 
 	padding:0;
 	width:16px; 
 	height:16px;
-	border:none;
-	background: #fff url(images/search.gif) no-repeat center;
+	border:none; 
+	background: url(images/search.gif) no-repeat center;
 	overflow:hidden;	
-    text-indent:16px;
     cursor:pointer;
 }
 #searchboxMenu {
@@ -1256,9 +1260,9 @@
 
 /* +++ 625 Table of contents plugin +++ */
 div.toc {
-	 width:60%; 
-	 float:left;
-	 clear:left;
+	width:60%; 
+	float:left;
+	clear:left;
 }
 /* duplicate toc items links back to the first rendered table of contents */
 a.toc {