web/data/cubicweb.css
changeset 9380 4f4342ec87ac
parent 9379 b0b1148b6963
child 9816 af6e3db801fc
child 9893 cba05de9a1a0
--- 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 */