[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - standard_macros.pt:1.5.2.3 zopetopBasic.css:1.2.2.2 zopetopWidgets.css:1.2.2.2
Sidnei da Silva
sidnei@x3ng.com.br
Tue, 18 Jun 2002 13:07:03 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv12360/lib/python/Zope/App/ZMI/www
Modified Files:
Tag: sidnei-zopetop-branch
standard_macros.pt zopetopBasic.css zopetopWidgets.css
Log Message:
CSS changes to make buttons more... butonish ;)
=== Zope3/lib/python/Zope/App/ZMI/www/standard_macros.pt 1.5.2.2 => 1.5.2.3 ===
>Zope</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link href="/@@/zopetopBasic.css" rel="stylesheet" type="text/css"
+ <link href="zopetopBasic.css" rel="stylesheet" type="text/css"
tal:attributes="href string:/@@/zopetopBasic.css" />
- <link href="/@@/zopetopWidgets.css" rel="stylesheet" type="text/css"
+ <link href="zopetopWidgets.css" rel="stylesheet" type="text/css"
tal:attributes="href string:/@@/zopetopWidgets.css" />
- <link href="/@@/zopetopStructure.css" rel="stylesheet" type="text/css"
+ <link href="zopetopStructure.css" rel="stylesheet" type="text/css"
tal:attributes="href string:/@@/zopetopStructure.css" />
<div metal:define-slot="headers">
</div>
@@ -234,13 +234,13 @@
<input name="None" type="submit" id="None" value="None" />
</div>
- <table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <td colspan="2" bgcolor="#A1A1F1">Type</td>
- <td bgcolor="#A1A1F1">Name</td>
- <td bgcolor="#A1A1F1">Size</td>
- <td bgcolor="#A1A1F1">Last Modified</td>
- </tr>
+ <table width="100%" border="0" cellpadding="2" cellspacing="1" class="listing">
+ <thead>
+ <th colspan="2">Type</th>
+ <th>Name</th>
+ <th>Size</th>
+ <th>Last Modified</th>
+ </thead>
<tr>
<td width="30">
<input type="checkbox" name="checkbox" value="checkbox" />
=== Zope3/lib/python/Zope/App/ZMI/www/zopetopBasic.css 1.2.2.1 => 1.2.2.2 ===
input {
-/* Small cosmetic fix which makes input gadgets look nicer. */
- font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
- border: 1px solid #8cacbb;
+/* Small cosmetic fix which makes input gadgets look nicer. */
+ font: 1em Tahoma, Helvetica, Arial, sans-serif;
+/* border: 1px solid #8cacbb; */
color: Black;
- background-color: white;
+/* background-color: white; */
margin: 0em 0em 1em 0em;
}
select {
- font: bold 1em Tahoma, Helvetica, Arial, sans-serif;
- border: 1px solid #8cacbb;
+ font: 1em Tahoma, Helvetica, Arial, sans-serif;
+/* border: 1px solid #8cacbb; */
margin: 0em 0em 1em 0em;
}
@@ -197,5 +197,3 @@
Mostly strategically placed hr tags and ·'s */
display: none;
}
-
-
=== Zope3/lib/python/Zope/App/ZMI/www/zopetopWidgets.css 1.2.2.1 => 1.2.2.2 === (602/702 lines abridged)
- *
- * 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 Widget CSS declarations.
-
- TODO: table.listing,
- table.box
-
- $Id$
-*/
-
-input.standalone {
- background: #DEE7EC url(linkOpaque.gif) left no-repeat;
- color: Black;
- cursor: pointer;
- font-weight: normal;
- padding: 1px 1px 1px 15px;
-}
-
-input.context {
- background: White url(linkTransparent.gif) left no-repeat;
- color: Black;
- cursor: pointer;
- font-weight: normal;
- padding: 1px 1px 1px 15px;
-}
-
-input.noborder {
-/* radiobuttons and checkmarks, different behaviour in Moz and IE.
- Border necessary in Moz, not in IE */
- border: none;
- margin: 0;
- background-color: transparent;
-}
-
-div.row {
- clear: both;
- min-height: 4em;
- margin-top: 1em;
-}
[-=- -=- -=- 602 lines omitted -=- -=- -=-]
+
+.syndicated {
+ color: #008000;
+}
+
+.expired {
+ color: Red;
+}
+
+
+div.listingBar {
+ background: #DEE7EC;
+ border-color: #8CACBB;
+ border-style: solid;
+ border-width: 1px;
+ padding: 0em 1em;
+ text-align: right;
+ height: 1em;
+ clear: both;
+}
+
+div.listingBar span.previous {
+ text-align: left;
+ float: left;
+}
+
+div.listingBar span.next {
+ text-align: right;
+ float: right;
+}
+
+div.workspace {
+}
+
+div.workspace span.small {
+ float: left;
+ height: 30em;
+ width: 20em;
+ margin-right: 1em;
+ margin-bottom: 1em;
+}
+
+div.workspace span.big {
+ float: left;
+ height: 40em;
+ width: 40em;
+ margin-right: 1em;
+ margin-bottom: 1em;
+}
+