summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-06-13 17:21:26 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-06-13 17:21:26 +0200
commitc7f958df50f3936d19415ffac10e5470e07390c6 (patch)
tree6533e0a753e1d9dedcf9e89fc208178df7eaf368 /skins/larry
parent020bded515d60b8d7592d3d16fa0de67afd0ab3a (diff)
Add styles for image thumbnails in print mode (#1489134)
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/print.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/skins/larry/print.css b/skins/larry/print.css
index 6481ea9e6..a56c9b938 100644
--- a/skins/larry/print.css
+++ b/skins/larry/print.css
@@ -123,3 +123,28 @@ div.message-part blockquote blockquote blockquote {
border-left: 2px solid #b00;
border-right: 2px solid #b00;
}
+
+p.image-attachment {
+ position: relative;
+ padding: 1em;
+ border-top: 1px solid #ccc;
+}
+
+p.image-attachment a.image-link {
+ float: left;
+ display: block;
+ margin-right: 2em;
+ min-width: 160px;
+ min-height: 60px;
+ text-align: center;
+}
+
+p.image-attachment .image-filename {
+ display: block;
+ line-height: 1.6em;
+}
+
+p.image-attachment .attachment-links {
+ display: none;
+}
+