aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-11-07 15:51:51 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-11-07 15:57:36 +0000
commitc125820e6ad9ab46ffd6ca165be4b94a3b7c738b (patch)
treec06ebb1939199b288f1c2a1ac280b7f914c9d6ae /web
parent3928b590dade9be0624ae0b2fb6fdfbc5f5b3e03 (diff)
Add more admin external link icons.
Use a relative URL in the CSS in case it's proxied.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_layout.scss4
-rw-r--r--web/i/external-link.png (renamed from web/cobrands/fixmystreet/images/external-link.png)bin192 -> 192 bytes
2 files changed, 2 insertions, 2 deletions
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;
}
diff --git a/web/cobrands/fixmystreet/images/external-link.png b/web/i/external-link.png
index 8e8ba74bf..8e8ba74bf 100644
--- a/web/cobrands/fixmystreet/images/external-link.png
+++ b/web/i/external-link.png
Binary files differ