From 5a69d4463bca398bcc481cd468c4d5e2ed25bd8c Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sat, 13 May 2017 21:48:47 +0000 Subject: [PATCH] Add logo to embed page --- webapp/titanembeds/static/css/embedstyle.css | 12 ++++++++++++ webapp/titanembeds/templates/embed.html.j2 | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index c56c598..2f07232 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -184,4 +184,16 @@ a { bottom: 13px; width: 25px; height: 25px; +} + +.brand-logo img { + width: 25px; + margin-right: 10px; + margin-top: 6px; + -webkit-filter: brightness(0) invert(1); + filter: brightness(0) invert(1); +} + +.align-top { + vertical-align: top; } \ No newline at end of file diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 115e8cb..936966d 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -19,7 +19,7 @@