[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop/www - zopetop.css:1.3

Sidnei da Silva sidnei@x3ng.com.br
Tue, 24 Jun 2003 14:58:43 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop/www
In directory cvs.zope.org:/tmp/cvs-serv23017/src/zope/app/browser/skins/zopetop/www

Modified Files:
	zopetop.css 
Log Message:
Made the introspector work for interfaces again, plus some whitespace cleanup here and there.

=== Zope3/src/zope/app/browser/skins/zopetop/www/zopetop.css 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/skins/zopetop/www/zopetop.css:1.2	Sat Mar  1 12:32:52 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/www/zopetop.css	Tue Jun 24 14:58:12 2003
@@ -2,16 +2,16 @@
  *
  * Copyright (c) 2001, 2002 Zope Corporation and Contributors.
  * All Rights Reserved.
- * 
+ *
  * This software is subject to the provisions of the Zope Public License,
  * Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
  * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
  * WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  * WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
  * FOR A PARTICULAR PURPOSE.
- * 
+ *
  *****************************************************************************
- 
+
  These are the basic CSS declarations.
 
  $Id$
@@ -33,12 +33,12 @@
   z-index: 1000;
 }
 
-div.top { 
+div.top {
   background-image: url('bg_top.jpg');
   height: 37px;
 }
 
-div.top div.user { 
+div.top div.user {
   position: absolute;
   top: 1em;
   right: 1em;
@@ -129,8 +129,8 @@
     font-size: 1.0em;
 }
 
-ul { 
-/*    list-style-image: url("bullet.gif"); */ 
+ul {
+/*    list-style-image: url("bullet.gif"); */
     margin-top: 1em;
     margin-bottom: 1em;
     margin-left: 2em;
@@ -160,7 +160,7 @@
 textarea {
 /* Small cosmetic hack which makes textarea gadgets look nicer.*/
     font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
-    border: 1px solid #8cacbb;  
+    border: 1px solid #8cacbb;
     width: 100%;
     color: Black;
     background-color: white;
@@ -246,18 +246,18 @@
     vertical-align: middle;
 }
 
-table.columns { 
+table.columns {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
 }
 
-table.columns td{ 
+table.columns td{
   vertical-align: top;
 }
 
-table.columns td.main { 
+table.columns td.main {
     padding-left: 0.5em;
     padding-right: 0.5em;
     border-bottom: 1px solid #7B7AC6;
@@ -277,33 +277,33 @@
     width: 20%;
 }
 
-div.breadcrumbs{ 
+div.breadcrumbs{
     background-color: #ccccff;
     margin-top: 0.5em;
     padding: 0.5em;
 }
 
-div.breadcrumbs img { 
+div.breadcrumbs img {
   vertical-align: middle;
 }
 
-div.breadcrumbs span.help { 
+div.breadcrumbs span.help {
    float: right;
    position: relative;
    bottom: 0.5em;
 }
 
-div.box { 
+div.box {
     border: none;
     margin: 0.5em 0.5em 0em 0.5em;
     padding: 0;
 }
 
-div.box h4 { 
+div.box h4 {
     font-size: 1em;
-}            
+}
 
-div.box h5 {  
+div.box h5 {
     background: #E5E5E5;
     border: 1px solid #A3A3A3;
     border-style: solid solid none solid;
@@ -313,9 +313,9 @@
     display: inline;
     font-size: 1em;
     height: 1em;
- }             
+ }
 
-div.box h6 {  
+div.box h6 {
     background: #E5E5E5;
     border: 1px solid #A3A3A3;
     border-style: solid solid none solid;
@@ -327,24 +327,24 @@
     height: 1.2em;
 }
 
-div.box div.body { 
+div.box div.body {
     background: transparent;
     border-collapse: collapse;
     border: 1px solid #A3A3A3;
 }
 
-div.box .content { 
+div.box .content {
     padding-left: 0.6em;
     padding-right: 0.6em;
     padding-top: 0.4em;
     padding-bottom: 0.4em;
 }
 
-div.box .even { 
+div.box .even {
     background-color: #CCCCFF;
-}                
+}
 
-div.box .odd { 
+div.box .odd {
     background-color: White;
 }
 
@@ -437,6 +437,15 @@
        height: auto;
        padding-bottom: 0em;
        padding-top: 0.4em;
+}
+
+.preclass {
+    font-family : monospace;
+    white-space : pre;
+}
+th.introspector {
+    vertical-align: top;
+    text-align: right;
 }