Set pictures in messages to a maximum width of 700px, gave them a little frame and...
authorthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 01:31:56 +0000 (03:31 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:45:38 +0000 (20:45 +0000)
webcit/static/styles/message.css

index dab40756b6fb6879b4c154b9c11d0ca4218bd986..a5da6c00055e73849571883dfd9780479d7c6635 100644 (file)
@@ -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;
+}