diff options
author | Dave Arter <davea@mysociety.org> | 2014-06-19 10:23:54 +0100 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-09-16 15:15:45 +0000 |
commit | 739eece82fe618666d0993aa4be03306c9c1100d (patch) | |
tree | da9491e48da006eb2c2f3869896411bbeae15588 /templates | |
parent | 359753aeca5ecb0f101bf6a63efa84d2570e885d (diff) |
[East Sussex] Tidy up layout
- Tidy up layout of a few elements on front and map pages
- ensure example places are within county
- match council website body width
- Remove 'size2' class from body
This means we don't need lots of little CSS hacks to tweak things back into position
- Restore 'contact us' underline
- Ensure content extends down to footer
- More UI layout tidying
- Make sure error and confirmation pages don't have obscured content
- Improve display of frontpage header on mobile
- Better CSS selector for header display on mobile
- Fix display of map on mobile
- Tidy up display of footer buttons on mobile
- Put mobile-specific styles back into base.scss
- css separate margin-top for map/twothirds pages
- Fix display of languages in footer on mobile
- Removed unused CSS files
- East Sussex doesn't have tracking_code.html, so remove reference to it
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/eastsussex/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/eastsussex/header.html b/templates/web/eastsussex/header.html index ddd241727..1b2883f4a 100644 --- a/templates/web/eastsussex/header.html +++ b/templates/web/eastsussex/header.html @@ -93,7 +93,7 @@ East Sussex County Council </title></head> -<body id="eastsussex-gov-uk" class="size2 [% bodyclass | html IF bodyclass %]"> +<body id="eastsussex-gov-uk" class="[% bodyclass | html IF bodyclass %]"> <p><a class="aural keyboard" href="#main" accesskey="s">Skip to main content</a></p> <p><a href="/webhome/masterpages/choose.ashx?template=mobile" id="ctl12_switchView" class="aural keyboard switch">Use our mobile site – it's better for keyboard users</a></p> @@ -150,7 +150,7 @@ </div> </header> -<div id="wrapper"><div id="wrapper2"><div id="wrapper3"> +<div class="wrapper" id="wrapper"><div id="wrapper2"><div id="wrapper3"> <div id="mysociety" role="main" class="body"> <div class="container"> |