public
Description: Kete was developed by Horowhenua Library Trust and Katipo Communications Ltd. to build a digital library of Horowhenua material.
Homepage: http://kete.net.nz/
Clone URL: git://github.com/kete/kete.git
bugfix: further css styling fixes for IE 6/7
Kieran Pilkington (author)
Wed Nov 19 18:44:53 -0800 2008
commit  7e7f6aedce54732986f5b112838a3b0a6ea7b6fd
tree    e8fdd3c917738559dab1668fc73164d15d26d002
parent  41218d1890c13ec0add669abd4ec9ca2e85e51e3
...
266
267
268
269
 
270
271
272
...
266
267
268
 
269
270
271
272
0
@@ -266,7 +266,7 @@ class ApplicationController < ActionController::Base
0
   end
0
 
0
   def show_basket_list_naviation_menu?
0
-    return false if params[:controller] == 'baskets' && ['edit', 'appearance', 'homepage_options'].include?(params[:action])
0
+    return false if params[:controller] == 'baskets' && ['edit', 'appearance', 'homepage_options', 'contact', 'new', 'choose_type'].include?(params[:action])
0
     return false if params[:controller] == 'search'
0
     return false if params[:controller] == 'account' && params[:action] == 'login'
0
     USES_BASKET_LIST_NAVIGATION_MENU_ON_EVERY_PAGE
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ body {
0
 
0
 }
0
 #body-outer-wrapper {
0
-        width: 900px;
0
+        width: 900px !important;
0
         margin: auto;
0
 }
0
 #secondary-content-wrapper{
...
1
 
2
3
4
5
6
 
7
8
9
...
 
1
2
3
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
-/*#body-outer-wrapper {
0
+#body-outer-wrapper {
0
   margin: 0 20px;
0
   width: auto !important;
0
   min-width: none;
0
   max-width: none;
0
-}*/
0
+}
0
 
0
 #main-content-wrapper {
0
   width: 50%

Comments