diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 09:52:32 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 09:52:32 -0500 |
commit | 17dd049b947cb447628002bae3068581733565f1 (patch) | |
tree | 6d91538e68cbe5e778eb3e2e73f289295aa4f7b7 /static/style | |
parent | 85fec94e25e471e4bcdeeafba91deddecd69033a (diff) | |
download | bnewnet-17dd049b947cb447628002bae3068581733565f1.tar.gz bnewnet-17dd049b947cb447628002bae3068581733565f1.zip |
tweaked comments form, journal starting to work
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/commentary.css | 24 | ||||
-rw-r--r-- | static/style/default.css | 3 |
2 files changed, 20 insertions, 7 deletions
diff --git a/static/style/commentary.css b/static/style/commentary.css index 584e6f1..a65eb76 100644 --- a/static/style/commentary.css +++ b/static/style/commentary.css @@ -11,7 +11,7 @@ #commentary hr { border-color: #b7c6ff; } #commentary form textarea { - width: 640px; + width: 520px; padding: 2px; border: 1px solid black; height: 120px; } @@ -20,12 +20,24 @@ border: 1px solid black; margin-top: 3px; } -#commentary form input.submit { - margin-top: 4px; - margin-right: 19px; - float: right; +#commentary form input.submit-post { border: 1px solid black; - width: 180px; } + width: 110px; + background-color: gold; + margin-right: 10px; + margin-top: 0px; } +#commentary form input.submit-preview { + border: 1px solid black; + width: 110px; + background-color: greenyellow; + margin-top: 0px; } + +#commentary form td.comment_field_name { + width: 250px; + vertical-align: top; + padding-top: 7px; + padding-right: 7px; + text-align: right; } #commentary table { width: 93%; diff --git a/static/style/default.css b/static/style/default.css index c0f540c..acdd415 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -1,6 +1,7 @@ html { margin: 0px; - padding: 0px; } + padding: 0px; + font-size: 16px; } body { font-family: serif; margin: 0px; |