diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 2 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index b7c208773..36323f295 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -37,7 +37,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) display: none; /* TODO: reveal when filtering is implemented */ padding: flip(4px 4px 4px 40px, 4px 40px 4px 4px); background-color: $button_bg_col; - background-image: url('search-icon-white.png'); + background-image: url('/cobrands/zurich/search-icon-white.png'); background-position: flip(14px, right) center; background-repeat: no-repeat; border-bottom: 2px solid $table_border_color; diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index c9cc3610d..a2dd1a8a0 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -654,7 +654,7 @@ body.authpage { } .iel8 #sub_map_links #map_links_toggle { height: 1.75em; - background: #000 url('images/ie_sub_map_links_sprite.gif') center -143px no-repeat; + background: #000 url('/cobrands/fixmystreet/images/ie_sub_map_links_sprite.gif') center -143px no-repeat; &.closed { background-position: center -183px; } |