[css] backported download box styles from forge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 22 Sep 2009 09:17:03 +0200
branchstable
changeset 3359 5562f8b901f0
parent 3358 0cddc4d8cad8
child 3360 b02df886eb3e
[css] backported download box styles from forge
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Tue Sep 22 09:16:43 2009 +0200
+++ b/web/data/cubicweb.css	Tue Sep 22 09:17:03 2009 +0200
@@ -526,6 +526,20 @@
   text-decoration: underline;
 }
 
+/* download box XXX move to its own file? */
+div.downloadBoxTitle{
+ background : #8FBC8F;
+ font-weight: bold;
+}
+
+div.downloadBox{
+ font-weight: bold;
+}
+
+div.downloadBox div.sideBoxBody{
+ background : #EEFED9;
+}
+
 /**************/
 /* navigation */
 /**************/