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:
parent
ec347fa5cf
commit
deb828f4ee
3 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,7 @@ body {
|
||||||
#menu,#content,#sub-section {float:left}
|
#menu,#content,#sub-section {float:left}
|
||||||
#menu {width:20%}
|
#menu {width:20%}
|
||||||
#content {width:63%}
|
#content {width:63%}
|
||||||
#sub-section {width:16%}
|
#sub-section {width:17%}
|
||||||
#footer {clear:left}
|
#footer {clear:left}
|
||||||
|
|
||||||
/* more general stuff */
|
/* more general stuff */
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<div metal:define-macro="body"
|
<div class="body"
|
||||||
|
metal:define-macro="body"
|
||||||
tal:define="controller nocall:view/controller;
|
tal:define="controller nocall:view/controller;
|
||||||
resourceBase controller/resourceBase;">
|
resourceBase controller/resourceBase;">
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ body {
|
||||||
scrollbar-arrow-color: Black;
|
scrollbar-arrow-color: Black;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea, input, select {
|
input, select {
|
||||||
font-family: Verdana, Arial, Helvetica, "sans serif";
|
font-family: Verdana, Arial, Helvetica, "sans serif";
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue