# HG changeset patch # User Katia Saurfelt # Date 1246523262 -7200 # Node ID 7837a39413275eadb65da528b17832b73d117d57 # Parent 16826403affa241067a3bae7dad356d8004f62e7 #344266 [cubicweb-forge]: fix buggy boxes css style diff -r 16826403affa -r 7837a3941327 web/data/cubicweb.css --- a/web/data/cubicweb.css Wed Jul 01 20:18:21 2009 +0200 +++ b/web/data/cubicweb.css Thu Jul 02 10:27:42 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 16826403affa -r 7837a3941327 web/data/cubicweb.htmlhelpers.js --- 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'); }