merge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 10:30:44 +0200
branchstable
changeset 2233 bf3603caaf0d
parent 2231 d2052c3ccac7 (current diff)
parent 2232 7837a3941327 (diff)
child 2234 1fbcf202882d
child 2237 7e546c3d6ea5
merge
--- a/web/data/cubicweb.css	Thu Jul 02 10:26:14 2009 +0200
+++ b/web/data/cubicweb.css	Thu Jul 02 10:30:44 2009 +0200
@@ -454,7 +454,6 @@
 div.sideBox {
   padding: 0 0 0.2em;
   margin-bottom: 0.5em;
-  background: #eeedd9;
   min-width: 21em;
   max-width: 50em;
 }
@@ -467,6 +466,7 @@
 
 div.sideBoxBody {
   padding: 0.2em 5px;
+  background: #eeedd9;
 }
 
 div.sideBoxBody a {
--- a/web/data/cubicweb.htmlhelpers.js	Thu Jul 02 10:26:14 2009 +0200
+++ b/web/data/cubicweb.htmlhelpers.js	Thu Jul 02 10:30:44 2009 +0200
@@ -254,7 +254,7 @@
 
 //============= page loading events ==========================================//
 function roundedCornersOnLoad() {
-    jQuery('div.sideBox').corner('bottom 6px');
+    jQuery('div.sideBoxBody').corner('bottom 6px');
     jQuery('div.boxTitle, div.boxPrefTitle, div.sideBoxTitle, th.month').corner('top 6px');
 }