diff options
Diffstat (limited to 'www/static/webconf.css')
-rw-r--r-- | www/static/webconf.css | 18 |
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; } |