summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-10-31 18:56:56 +0000
committerMika Havela <mika.havela@gmail.com>2007-10-31 18:56:56 +0000
commitffb16c081fedc61e7924af04d1aa3697033a0db8 (patch)
tree819482a16457f3a1757acc3ddf03a979bd6d4c0b /www
parent2ec5ea76a03509585a553e275fc38dd9fc89b235 (diff)
downloadacf-core-ffb16c081fedc61e7924af04d1aa3697033a0db8.tar.bz2
acf-core-ffb16c081fedc61e7924af04d1aa3697033a0db8.tar.xz
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
Diffstat (limited to 'www')
-rw-r--r--www/static/webconf.css18
1 files changed, 14 insertions, 4 deletions
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;
}