Hi, I'd like to propose to change the CSS on the forms a bit. Currently I think two things to be suboptimal:
a) The "div.row div.label" rule makes field titles white on blue background. This makes them hard to read, but they are the heaviest elements on the page. A good demonstration is the edit for for groups in the pluggable authentication utility. b) Additionally I'd like to make h4, and eventually h3 and h2 bold. If you look at (again) the edit form for groups, you'll notice that there are sub-headings sprinkled around, but they don't divide the page, because the text style has the same weight as the fields and the values. This makes this form very confusing. I'd love to know if there is a strong feeling towards those blue-background-titles. See the proposed changes attached as a patch to zope/app/rotterdam/zope3_tablelayout.css. Regards, Christian -- gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 - fax +49 345 122 9889 1 - zope and plone consulting and development
Index: zope3_tablelayout.css
===================================================================
--- zope3_tablelayout.css (Revision 41449)
+++ zope3_tablelayout.css (Arbeitskopie)
@@ -98,6 +98,7 @@
h4 {
font-size: 120%;
+ font-weight:bold;
}
h5 {
@@ -472,13 +473,9 @@
}
div.row div.label {
- background: #369;
- color: #fff;
- padding: 0.1em 0.5em 0.1em 0.5em; /* Same as .itemViews */
- border: 1px solid #369; /* Same as .itemViews */
- margin: 0;
float: left;
clear: both;
+ font-weight:bold;
}
div.row span.error {
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
