# HG changeset patch # User Aurelien Campeas # Date 1387275225 -3600 # Node ID 4f4342ec87acc3592314676f14e63620a75e29e4 # Parent b0b1148b696357c9eb6e5b890b2961184a48a9f8 [css] drop shadow.gif & use a couple of rules (closes #3381435) diff -r b0b1148b6963 -r 4f4342ec87ac web/data/cubicweb.css --- a/web/data/cubicweb.css Tue Dec 17 10:49:17 2013 +0100 +++ b/web/data/cubicweb.css Tue Dec 17 11:13:45 2013 +0100 @@ -354,7 +354,6 @@ div.shadow{ height: 14px; - background: url("shadow.gif") no-repeat top right; } div.sideBoxTitle { @@ -469,7 +468,10 @@ #navColumnLeft div.boxFooter, #navColumnRight div.boxFooter{ height: 14px; - background: url("shadow.gif") no-repeat top right; +} + +.boxBody, .boxTitle, #pageContent, #appMsg { + box-shadow: 1px 1px 3px Gray; } /* boxes lists and menus */ diff -r b0b1148b6963 -r 4f4342ec87ac web/data/cubicweb.old.css --- a/web/data/cubicweb.old.css Tue Dec 17 10:49:17 2013 +0100 +++ b/web/data/cubicweb.old.css Tue Dec 17 11:13:45 2013 +0100 @@ -411,7 +411,6 @@ div.shadow{ height: 14px; - background: url("shadow.gif") no-repeat top right; } div.sideBoxTitle { @@ -527,7 +526,14 @@ #navColumnLeft div.boxFooter, #navColumnRight div.boxFooter{ height: 14px; - background: url("shadow.gif") no-repeat top right; +} + +.navboxes { + padding: 2px; +} + +.boxBody, .boxTitle, #pageContent, #appMsg { + box-shadow: 1px 1px 3px Gray; } /* boxes lists and menus */ diff -r b0b1148b6963 -r 4f4342ec87ac web/data/shadow.gif Binary file web/data/shadow.gif has changed