diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 33 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 10 |
2 files changed, 37 insertions, 6 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index db0d94404..1d5cf1eca 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -418,7 +418,7 @@ input.red-btn{ border-bottom: 0.25em solid $primary; li{ list-style: none; - background: #f6f6f6; + background: #f6f6f6; margin: 0.25em 0 0 0; padding: 0.5em 1em; display:block; @@ -443,6 +443,37 @@ input.red-btn{ } } +.issue-list-a { + margin: 0 0 1em 0; + padding: 0px; + border-bottom: 0.25em solid $primary; + li { + list-style: none; + margin:0; + padding:0; + a { + margin: 0.25em 0 0 0; + padding: 0.5em 1em; + display:block; + background: #f6f6f6; + color:#222222; + &:hover { + text-decoration:none; + color:#222222; + background:#e6e6e6; + } + h4 { + margin:0; + } + } + >p { + margin: 0.25em 0 0 0; + padding: 0.5em 1em; + background: #f6f6f6; + } + } +} + #map_box{ background: #333; height: 10em; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index e9b87062b..e3bdd561c 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -133,9 +133,9 @@ #map_box{ position: absolute; height: 25em; - width: 30em; - right: 0em; - top: 0em; + width: 29em; + right: 1em; + top: 0; z-index:1; } @@ -212,9 +212,9 @@ textarea{ } #report-a-poblem-sidebar { position:absolute; - left:29em; + left:28.5em; top:0; - width:15em; + width:15.25em; .sidebar-tips { background:#eeeeee; padding:1em; |