branch | stable |
changeset 2232 | 7837a3941327 |
parent 2130 | caa5acbecc08 |
child 2338 | 3f7c7fbae94e |
--- a/web/data/cubicweb.htmlhelpers.js Wed Jul 01 20:18:21 2009 +0200 +++ b/web/data/cubicweb.htmlhelpers.js Thu Jul 02 10:27:42 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'); }