aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-25 09:52:32 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-25 09:52:32 -0500
commit17dd049b947cb447628002bae3068581733565f1 (patch)
tree6d91538e68cbe5e778eb3e2e73f289295aa4f7b7 /static
parent85fec94e25e471e4bcdeeafba91deddecd69033a (diff)
downloadbnewnet-17dd049b947cb447628002bae3068581733565f1.tar.gz
bnewnet-17dd049b947cb447628002bae3068581733565f1.zip
tweaked comments form, journal starting to work
Diffstat (limited to 'static')
-rw-r--r--static/style/commentary.css24
-rw-r--r--static/style/default.css3
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;