aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/commentary.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style/commentary.css')
-rw-r--r--static/style/commentary.css24
1 files changed, 18 insertions, 6 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%;