From deb828f4ee73236ba6df57b473e833a162bd41c7 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 29 Jan 2007 09:16:53 +0000 Subject: [PATCH] Improvements of the standard skin git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1565 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/liquid/base.css | 2 +- browser/liquid/body.pt | 3 ++- browser/loops/loops_layout.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/browser/liquid/base.css b/browser/liquid/base.css index 3d9eabf..0036721 100644 --- a/browser/liquid/base.css +++ b/browser/liquid/base.css @@ -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 */ diff --git a/browser/liquid/body.pt b/browser/liquid/body.pt index 43cd8c3..0a8bf4c 100644 --- a/browser/liquid/body.pt +++ b/browser/liquid/body.pt @@ -1,4 +1,5 @@ -
diff --git a/browser/loops/loops_layout.css b/browser/loops/loops_layout.css index 7091643..a31ec68 100644 --- a/browser/loops/loops_layout.css +++ b/browser/loops/loops_layout.css @@ -28,7 +28,7 @@ body { scrollbar-arrow-color: Black; } -textarea, input, select { +input, select { font-family: Verdana, Arial, Helvetica, "sans serif"; font-size: 100%; }