Improvements of the standard skin

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1565 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-01-29 09:16:53 +00:00
parent ec347fa5cf
commit deb828f4ee
3 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@ body {
#menu,#content,#sub-section {float:left}
#menu {width:20%}
#content {width:63%}
#sub-section {width:16%}
#sub-section {width:17%}
#footer {clear:left}
/* more general stuff */

View file

@ -1,4 +1,5 @@
<div metal:define-macro="body"
<div class="body"
metal:define-macro="body"
tal:define="controller nocall:view/controller;
resourceBase controller/resourceBase;">

View file

@ -28,7 +28,7 @@ body {
scrollbar-arrow-color: Black;
}
textarea, input, select {
input, select {
font-family: Verdana, Arial, Helvetica, "sans serif";
font-size: 100%;
}