diff options
author | Ugnich Anton | 2012-10-16 13:06:36 +0700 |
---|---|---|
committer | Ugnich Anton | 2012-10-16 13:06:36 +0700 |
commit | 3732f229c6dc4d56dc85cb01b104b28ff419ed5c (patch) | |
tree | cf6b73c09b992004a7ad136f379b9522495785ab /web/style3.css | |
parent | 98f036ae01fe90ad9d5853918602b705fdd41f02 (diff) |
message recomended by...
Diffstat (limited to 'web/style3.css')
-rw-r--r-- | web/style3.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/style3.css b/web/style3.css index cc74497c..372546be 100644 --- a/web/style3.css +++ b/web/style3.css @@ -74,6 +74,7 @@ form { margin: 0; } #content .msg-comment textarea { border: 1px solid; width: 505px; padding: 2px; resize: vertical; } #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 textarea.newmessage { border: 1px solid; width: 570px; padding: 2px; resize: vertical; } @@ -136,6 +137,7 @@ a { color: #069; } #content .msg-links { color: #999; } #content .msg-comment textarea { border-color: #DDD; } #content .msg-comment input { border-color: #CCC; background-color: #EEE; color: #999; } +#content .msg-recomms { color: #AAA; } #content textarea.newmessage { border-color: #DDD; } |