From ffb16c081fedc61e7924af04d1aa3697033a0db8 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 31 Oct 2007 18:56:56 +0000 Subject: Added initial files for viewing logfiles. These files might be placed in wrong subfolder, but that can be changed later. Menuhints are modified after wiki "Alpine Configuration Framework Design". css has small changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@237 ab2d0c66-481e-0410-8bed-d214d4d58bed --- www/static/webconf.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/static/webconf.css b/www/static/webconf.css index 071d959..e81efe3 100644 --- a/www/static/webconf.css +++ b/www/static/webconf.css @@ -83,7 +83,8 @@ pre.code { color: #33A; // font-family: Palatino, Times-Roman, Serif; font-weight: bold; - margin: 0em 0em 0em 0px; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; //float: left; // width: 49%; } @@ -276,6 +277,8 @@ pre.code { font-size: 120%; text-align: left; // width: 400px; + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; width: 100%; background-color: #eee; border-bottom: 2px solid #aaa; @@ -338,8 +341,15 @@ pre.code { #content input, textarea { float: left; - background-color: #eee; - margin-top: -0.3em; + width: 600px; + background-color: #fff0f0; + border: 1px dotted #000; +// margin-top: 0px; + } + +#content textarea { + height: 300px; + border: 1px dotted #000; } @@ -364,7 +374,7 @@ pre.code { border-top: 1px dotted #ccf; border-bottom: 1px dotted #ccf; // background-color: #eef; - width: 20%; + width: 150px; clear: both; } -- cgit v1.2.3