aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/main.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 3e2545a98..f1ed00ca8 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -48,7 +48,7 @@ a:active {
background-color: #c7eb6e;
/* Richard: 006aa2, c35b00, 613000 */
/* Richard: 151517, a72d22, c3d42c */
- /* Tom: how about block heading C7EB6E , heading edge 79B837 and title text 0A0A0A */
+ /* Tom: how about block heading c7eb6e , heading edge 79b837 and title text 0a0a0a */
color: #000000;
}
@@ -293,7 +293,7 @@ div.auto_complete ul strong.highlight {
/* /new - submitting requests */
#write_form {
- float: right;
+ float: center;
margin-bottom: 1em;
}
@@ -315,6 +315,18 @@ div.auto_complete ul strong.highlight {
font-weight: bold;
}
+#preview_form {
+ float: center;
+ margin-left: 8em;
+}
+
+#preview_form .outgoing_message_preview {
+ width: 75%;
+ background-color: #c7eb6e;
+ border: solid 1px #79b837;
+ padding: 1em;
+}
+
/* /list - browsing requests */
table#list_requests {