[Zope-CVS] CVS: ZopeProducts/RotterdamSprint - configure.zcml:1.3 template.pt:1.3 zope3.css:1.3

Jan-Wijbrand Kolman jw@infrae.com
Tue, 3 Dec 2002 08:42:03 -0500


Update of /cvs-repository/ZopeProducts/RotterdamSprint
In directory cvs.zope.org:/tmp/cvs-serv12979

Modified Files:
	configure.zcml template.pt zope3.css 
Log Message:
making the css resource work

=== ZopeProducts/RotterdamSprint/configure.zcml 1.2 => 1.3 ===
--- ZopeProducts/RotterdamSprint/configure.zcml:1.2	Tue Dec  3 06:46:06 2002
+++ ZopeProducts/RotterdamSprint/configure.zcml	Tue Dec  3 08:42:03 2002
@@ -13,7 +13,7 @@
 
   <browser:resource name="zope3.css" 
     file="zope3.css"
-    layer="css" />
+    layer="rotterdam" />
 
   <browser:view 
     name="template"


=== ZopeProducts/RotterdamSprint/template.pt 1.2 => 1.3 ===
--- ZopeProducts/RotterdamSprint/template.pt:1.2	Tue Dec  3 08:22:04 2002
+++ ZopeProducts/RotterdamSprint/template.pt	Tue Dec  3 08:42:03 2002
@@ -6,8 +6,9 @@
   <head>
     <title>Z3 UI</title>
 
-    <style type="text/css" media="all">
-      @import url(zope3.css);
+    <style type="text/css" media="all"
+      tal:content="string:
+        @import url(${context/++resource++zope3.css});">
     </style>
   </head>
   <body>


=== ZopeProducts/RotterdamSprint/zope3.css 1.2 => 1.3 ===
--- ZopeProducts/RotterdamSprint/zope3.css:1.2	Tue Dec  3 08:22:04 2002
+++ ZopeProducts/RotterdamSprint/zope3.css	Tue Dec  3 08:42:03 2002
@@ -49,3 +49,32 @@
     width: 15%;
 }
 
+div.box {
+    background: transparent;
+    border-collapse: collapse;
+    margin: 0px 0px 2em;
+    border: none;
+}
+
+div.box h3 {
+    background: &dtml-boxHeaderBackground;;
+    border: &dtml-boxBorder;;
+    border-style: solid solid none;
+    color: &dtml-boxHeaderFontColor;;
+    padding: 0px 1em;
+    text-transform: &dtml-textTransform;;
+
+    margin: 0px;
+    display: inline;
+    font-weight: normal;
+    font-size: 1em;
+    height: 1em;
+}
+
+div.box div.body {
+    background: transparent;
+    border-collapse: collapse;
+    border: &dtml-boxBorder;;
+    margin: 0;
+    padding: 0;
+}
\ No newline at end of file