[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - nzo.css.dtml:1.4

Sidnei da Silva sidnei at x3ng.com.br
Fri Jan 24 22:43:01 EST 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv15562/skins/nzo

Modified Files:
	nzo.css.dtml 
Log Message:
css fix

=== Products/ZopeOrg-NV/skins/nzo/nzo.css.dtml 1.3 => 1.4 ===
 
 table {
     font-size: 100%;
+    width: 100%;
 }
 
-a {
-	text-decoration: none;
-    color: #436976;
-    background-color: transparent;
+table td {
+    vertical-align: top;
 }
 
-table {
+table.detail {
+  border: black dotted 1px;
+  width: 200px;
+  background: #8cacbb;
+}
 
+a {
+    text-decoration: underline;
+    color: #436976;
+    background-color: transparent;
 }
 
 
@@ -142,7 +149,6 @@
 
 
 fieldset {
-    border: 1px solid #8cacbb;
     margin: 2em 0em 1em 0em;
     padding: 1em 0em;
 }
@@ -159,7 +165,6 @@
 }
 
 textarea {
-    border: 1px solid #8cacbb;  
     color: Black;
     background-color: white;
     width: 93%;
@@ -168,7 +173,6 @@
 
 input {
     font: 100% Verdana, Helvetica, Arial, sans-serif;
-    border: 1px solid #8cacbb;  
     color: Black;
     background-color: white;
     vertical-align: middle;
@@ -178,7 +182,6 @@
 
 select {
     font: 100% Verdana, Helvetica, Arial, sans-serif;
-    border: 1px solid #8cacbb;  
     vertical-align: top;
 }
 
@@ -552,6 +555,11 @@
     font-weight: bold;
     display: inline;
     padding-right: 0.5em;
+}
+
+td.label {
+    font-weight: bold;
+    text-align: right;
 }
 
 div.field {





More information about the zopeorg-checkins mailing list