diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-11-07 15:51:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-11-07 15:57:36 +0000 |
commit | c125820e6ad9ab46ffd6ca165be4b94a3b7c738b (patch) | |
tree | c06ebb1939199b288f1c2a1ac280b7f914c9d6ae /web/cobrands | |
parent | 3928b590dade9be0624ae0b2fb6fdfbc5f5b3e03 (diff) |
Add more admin external link icons.
Use a relative URL in the CSS in case it's proxied.
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/fixmystreet/images/external-link.png | bin | 192 -> 0 bytes | |||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/images/external-link.png b/web/cobrands/fixmystreet/images/external-link.png Binary files differdeleted file mode 100644 index 8e8ba74bf..000000000 --- a/web/cobrands/fixmystreet/images/external-link.png +++ /dev/null diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 80fec955f..9ebe149cc 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1119,8 +1119,8 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } } .admin-offsite-link { - padding-right:12px; - background-image:url(/cobrands/fixmystreet/images/external-link.png); + padding-right: 12px; + background-image: url(../../i/external-link.png); background-position: right top; background-repeat: no-repeat; } |