[css] drop shadow.gif & use a couple of rules (closes #3381435)
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 17 Dec 2013 11:13:45 +0100
changeset 9380 4f4342ec87ac
parent 9379 b0b1148b6963
child 9381 6d97e80b2e97
[css] drop shadow.gif & use a couple of rules (closes #3381435)
web/data/cubicweb.css
web/data/cubicweb.old.css
web/data/shadow.gif
--- 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 */
--- 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 */
Binary file web/data/shadow.gif has changed