summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/screen.css9
-rw-r--r--assets/img/file.svg8
2 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 1517a56..79dd0a3 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -151,6 +151,15 @@ table {
.multipart.text-x-patch {
}
+.attachment:before {
+ background-image: url('/img/file.svg');
+ background-size: 1rem;
+ display: inline-block;
+ height: 1rem;
+ width: 1rem;
+ content: "";
+}
+
.message .from .address {
font-weight: bold;
}
diff --git a/assets/img/file.svg b/assets/img/file.svg
new file mode 100644
index 0000000..ce8c9b4
--- /dev/null
+++ b/assets/img/file.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="120px" height="120px" viewBox="0 0 120 120" enable-background="new 0 0 120 120" xml:space="preserve">
+<polygon points="103.192,120 16.526,120 16.526,0 55.96,0 55.96,46.301 103.192,46.301 "/>
+<polygon points="64.476,0 64.476,38.717 103.192,38.717 "/>
+</svg>