# HG changeset patch # User Sylvain Thénault # Date 1246523444 -7200 # Node ID bf3603caaf0d71f4aea05c901cc47864de280cdf # Parent d2052c3ccac75dff208bf2a089f24fbc6f61660e# Parent 7837a39413275eadb65da528b17832b73d117d57 merge diff -r d2052c3ccac7 -r bf3603caaf0d web/data/cubicweb.css --- 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 { diff -r d2052c3ccac7 -r bf3603caaf0d web/data/cubicweb.htmlhelpers.js --- 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'); }