aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/style3.css b/web/style3.css
index e528454f..69d38182 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -58,7 +58,8 @@ img { border: none; }
#content .msg-ts { float: right; }
#content .msg-ts>a { font-size: small; vertical-align: top; }
#content .msg-header { margin-left: 58px; overflow: hidden; }
-#content .msg-txt { margin: 8px 0 8px 58px; padding: 0; }
+#content .msg-place { font-size: small; margin: 8px 0 8px 58px; }
+#content .msg-txt { margin: 8px 0 8px 58px; }
#content .msg-media { text-align: center; margin: 8px 0 0px 58px; }
#content .msg-links { font-size: small; margin: 8px 0 0 68px; }
#content .msg-comments { margin: 10px 0 0 58px; padding: 5px 0 0 10px; overflow: hidden; font-size: small; border-top: 1px solid; }
@@ -66,7 +67,7 @@ img { border: none; }
#content .msg-comment textarea { border: 1px solid; width: 505px; padding: 2px; resize: vertical; vertical-align: top; min-height: 12pt; height: 12pt; }
#content .msg-comment textarea.narrow { width: 450px; }
#content .msg-comment input { border: 1px solid; width: 50px; margin-left: 6px; vertical-align: top; }
-#content .msg-recomms { margin: 10px 0 0 68px; padding: 0; overflow: hidden; font-size: small; }
+#content .msg-recomms { margin: 10px 0 0 68px; overflow: hidden; font-size: small; }
#content textarea.newmessage { border: 1px solid; width: 570px; padding: 2px; resize: vertical; }
@@ -117,6 +118,7 @@ a { color: #069; }
#filters { border-color: #CCC; }
#filters a { color: #999; }
#content .msg { background: #FFF; border-color: #EEE; }
+#content .msg-place { color: #999; }
#content .msg-comments { color: #AAA; border-color: #DDD; }
#content .msg-ts>a { color: #999; }
#content .msg-links { color: #999; }