From db6c8941985c07b38bc832defe5f8e8b768f533e Mon Sep 17 00:00:00 2001 From: the_mgt Date: Wed, 18 May 2011 03:31:56 +0200 Subject: [PATCH] Set pictures in messages to a maximum width of 700px, gave them a little frame and the dropshadow effect --- webcit/static/styles/message.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webcit/static/styles/message.css b/webcit/static/styles/message.css index dab40756b..a5da6c000 100644 --- a/webcit/static/styles/message.css +++ b/webcit/static/styles/message.css @@ -111,3 +111,13 @@ blockquote .message_content { behavior: url(/static/styles/PIE.htc); background-color: #deded0; } + +.message img { + max-width: 700px; + padding: 10px; + background-color: #fff; + border: 1px solid #5C646B; + box-shadow: #666 0px 2px 3px; + -webkit-box-shadow: #666 0px 1px 2px; + -moz-box-shadow: #666 0px 2px 3px; +} -- 2.30.2