aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-09-25 15:44:01 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-09-25 15:44:01 +0100
commit84a41f4a8728d24c81815988b67b0f7bcd51a5f9 (patch)
tree63851f2430195c14a1856b41f60b468ae5333a7c /web/cobrands/sass
parentdc52eab141b2b4ba6dd6306e9b73e69fa5b085ad (diff)
Move most 'change location' text to main column.
Diffstat (limited to 'web/cobrands/sass')
-rw-r--r--web/cobrands/sass/_base.scss11
1 files changed, 9 insertions, 2 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 0ddc83c25..0f696ae43 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -356,6 +356,13 @@ label{
}
}
+.change_location {
+ color: #666;
+ padding-left: 24px;
+ background: transparent url(/cobrands/fixmystreet/images/wrong-location.png) 4px 50% no-repeat;
+ margin-top: -0.5em;
+}
+
#report-a-problem-main {
fieldset {
margin: 0;
@@ -1341,7 +1348,7 @@ label .muted {
margin-bottom: 0;
padding-left: 20px;
list-style: none;
- background: transparent url(images/tick-10px-8px.png) 4px 5px no-repeat;
+ background: transparent url(/cobrands/fixmystreet/images/tick-10px-8px.png) 4px 5px no-repeat;
}
.do {
@@ -1353,7 +1360,7 @@ label .muted {
color: #881111;
li {
- background-image: url(images/cross-7px-7px.png);
+ background-image: url(/cobrands/fixmystreet/images/cross-7px-7px.png);
background-position: 6px 6px;
}
}