aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* Remove margin from fieldsets, tidy box sizes.Matthew Somerville2014-09-25-49/+5
|
* Move most 'change location' text to main column.Matthew Somerville2014-09-25-13/+11
|
* [Oxfordshire] Lower min-height offset to cover mapMatthew Somerville2014-09-25-0/+3
|
* Tweak reporting form i18n and style.Matthew Somerville2014-09-25-4/+2
| | | | | | Factor out "(public)" to its own string, and only remove the label top margin if it's an immediate child (otherwise labels inside divs halfway down lose their margin).
* Remove .general-sidebar-notes, inline text insteadMatthew Somerville2014-09-25-72/+8
| | | | | This removes all "hanging on" sidebars apart from the main reporting a problem one, interspersing the text in the form instead.
* Fix map page content minimum height.Matthew Somerville2014-09-25-6/+3
| | | | | | Reduce the default by 3em to match the .content margin change. Include East Sussex in this calculation again, but set a .mappage padding-bottom so that there's no gap at the bottom of the page.
* Various fixes to cobrands post zero content marginMatthew Somerville2014-09-24-14/+9
|
* Avoid gap below header on medium width screensZarino Zappia2014-09-24-21/+6
|
* Fix display of user menu on map page.Zarino Zappia2014-09-24-0/+28
|
* On map page, indent logo and expand navigation to width.Matthew Somerville2014-09-24-0/+9
|
* Remove reporting sidebar from .com cobrand.Zarino Zappia2014-09-24-0/+77
|
* Make map page sidebar flush with edges of window.Matthew Somerville2014-09-24-2/+8
|
* Remove unasked for 'medium' header bottom border.Matthew Somerville2014-09-24-3/+4
| | | | | | Without a bottom border specified, using border-image causes an inherited 'medium' (c. 3px) border to appear. Also repeat header border image, rather than default stretch.
* Minor whitespace fixes.Zarino Zappia2014-09-24-7/+12
|
* [EastSussex] fix border button colourHakim Cassimally2014-09-18-0/+1
| | | | | change border from green to lightened version of background colour fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/543
* [EastSussex] tweaks after comments from ESCCHakim Cassimally2014-09-16-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - change front-page text - rename Category to Type By overriding report/new/category template snippet. This is hacked in (including substitution of the "-- Pick a category --" text, as not sure how to simply do this as a cobrand-specific translation. - hide footer on mobile view - pothole field input and display This is a temporary request, which we hope will be superseded by full integration in due course. A command is documented in the cobrand to set the "extra" on the contact info for the Potholes category. This is then displayed by the UI. The default process_extras places it in extra, for potential future processing. As this is a temporary fix, we are calling this field "detail_size", as this is automatically included in "Details" and therefore also sent in the email. (This means that we may need to update data later on to call this "pothole_size" or similar in future?) - contrast tweaks (Via request from Matt Tooke at ESCC.) Not all handled precisely as he suggests: * spacing of button nav -- more or less as suggested, but tweaks for the <span> selected button, and reduced padding on non-frontpage. * sign-in buttons: fixed using CSS for .green-btn instead of adding HTML class throughout. * mobile-footer: edited <footer> css, as suggested by Dave Arter. - revert problematic CSS (breaks map report page) - Remove spurious "FixMyStreet" button - frontpage subheading wording
* [East Sussex] map and nav cosmeticsDave Arter2014-09-16-66/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use East Sussex-specific position_map.js - Display map correctly on desktop - Increase default zoom level and use correct grammar for postcode box - Tidy up default font size and center elements on postcode form - Correctly position report form, allow links in sidebar to be seen - Make map guidance text visible on mobile - Fix display of site header across all pages - More sidebar/header fixes - Override some text on the report sidebar to be more friendly - Remove unused images - Use breadcrumb bar for main nav on desktop - Restore correct background colour to footer - Tighten up vertical spacing on all pages - Slacken vertical spacing on home page - Stop the sidebar clobbering the footer - Tidy up menu display - Ensure form errors are shown properly - Add greeting and 'sign out' link to appropriate place - Ensure correct width is used on IE8 - Make 'home' breadcrumb a span instead of a link - Hide top 4px border on mobile - Remove breadcrumb styling from FMS nav - Use ellipsis and correct capitalization on confirm page - Don't uppercase all button labels - Hide email icon in email fields - Don't italicise input placeholder text - Use correct font family, alignment and size for various elements - Correct box shadow, fix pin alignment, various UI fixes - Ensure font size isn't too small. Fix header on wide but small screens - Don't adjust .content height for East Sussex pages
* [East Sussex] Build templates from fragments published on eastsussex.gov.ukDave Arter2014-09-16-5/+6
| | | | | | | | | - Update styles to handle new templates - Ignore built templates - Ignore downloaded template fragments - Put East Sussex CSS before FMS overrides - Allow template build script to be run from outside its directory - Add file-watching capability to East Sussex template building script for local dev
* [East Sussex] Tidy up layoutDave Arter2014-09-16-3591/+199
| | | | | | | | | | | | | | | | | | | | | - 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
* [East Sussex] initial work on cobrand and templatesHakim Cassimally2014-09-16-0/+3773
| | | | | | | - Get layout, including map working - Identified major clash point for CSS - Move eastsussex resources locally (in part to be able to override clashing names like .container)
* [Hart] Remove unnecessary z-indices.Matthew Somerville2014-09-15-5/+0
| | | | No longer needed due to core changes.
* Simplify z-index of banners.Matthew Somerville2014-09-15-7/+3
| | | | | | Constrain the map in a position:relative to give it its own stacking context. This simplifies these z-indices and prevents the elements from floating above the main header. Fixes #673.
* Report moderationHakim Cassimally2014-08-13-0/+42
| | | | | | | | | | | - redaction marked with [...] - of report and comments - stores original data - uses a single form, on the report/_main view - requires additional permissions (user_body_permissions) - Hide report functionality - Moderation notification/contact form - Moderation writes to admin_log
* use relative not absolute refs in layout SCSSDave Whiteland2014-08-07-2/+2
|
* change UNDP logo to top right as per client's instructionsDave Whiteland2014-08-07-0/+23
|
* add UNDP logo to makemyisland cobrand, as per #863Dave Whiteland2014-08-07-0/+0
|
* add buttons for locations in Maldives (part of #863)Dave Whiteland2014-08-07-0/+17
| | | | | | | | | | | | | | | | The underlying problem here is the target area is currently too small for the geocoder to be useful: we're not really getting anything useful back from the OSM geocoder within Fonadhoo. So I've manually located the three villages on the island and added them as buttons... this is really for interface because although one button for the whole island is probably OK, basically it was just replicating the <h1> and wasn't obvious (or sensible) that the user needed to hit a button at all.. If the project expands to more areas of the Maldives we can either take those out or revert to the geocoder. The same too-small-area logic makes the "locate me automatically" a bit silly, so that's been dropped from the front page too.
* replace make-my-island logo with new versionDave Whiteland2014-08-06-0/+0
|
* update CSS to match new MakeMyIsland coloursDave Whiteland2014-08-06-2/+6
|
* [MakeMyIsland] include logoHakim Cassimally2014-08-05-0/+33
|
* [MakeMyIsland] Initial simple cobrand.Matthew Somerville2014-07-31-0/+55
|
* Removal old Southampton/Reading/Lichfield cobrands.Matthew Somerville2014-07-29-769/+0
|
* New layout for token confirmation screens.Zarino Zappia2014-07-11-0/+69
|
* Add fixmystreet.com reporting form A/B tests.Matthew Somerville2014-07-10-2/+6
| | | | | | Testing two things: * Putting the email box above the Yes/No, or repeating it inside. * Showing the contents of the Yes/No sections at first, or not.
* Merge branch '571-show-local-deploys-banner'Matthew Somerville2014-07-04-1/+38
|\ | | | | | | | | Conflicts: web/cobrands/fixmystreet/base.scss
| * Display a banner to non UK FixMyStreet visitorsStruan Donald2014-07-03-1/+37
| | | | | | | | | | | | only on FMS and only if from outside the uk Fixes #571
* | Merge branch 'mysociety/771-front-page-changes'Matthew Somerville2014-07-04-8/+224
|\ \ | | | | | | | | | | | | Conflicts: templates/web/fixmystreet/footer.html
| * | Internet Explorer tweaks for front page redesignStruan Donald2014-07-01-4/+26
| | | | | | | | | | | | | | | | | | Make mySociety tab wider to fit logo Just display text for FixMyStreet Platform link remove border on front page .content to stop odd line under footer
| * | sort out display on mobileStruan Donald2014-07-01-30/+42
| | | | | | | | | | | | | | | hide footer menu on mobile add privacy link to main menu, hide on desktop
| * | update mysociety tabStruan Donald2014-07-01-5/+17
| | | | | | | | | | | | | | | update to new logo remove donate and our site links
| * | make the postcode entry box large on FMSStruan Donald2014-07-01-0/+46
| | | | | | | | | | | | also change the fonts, tweak the submit button size
| * | add an additional nav footer at the bottom of the pageStruan Donald2014-07-01-0/+41
| | | | | | | | | | | | duplicates the top nav mostly
| * | tweak display of footer contentStruan Donald2014-07-01-0/+26
| | | | | | | | | | | | | | | mostly adding image replacement to the fms platform link and some spacing tweaks
| * | update style of main content boxStruan Donald2014-07-01-0/+56
| | | | | | | | | | | | | | | move it up on the front page so it overlaps the yellow make footer have a black background
| * | link to fms.org for code and add fms platform textStruan Donald2014-07-01-0/+1
| |/
* / Make external links HTTPS where possible.Matthew Somerville2014-07-03-2/+2
|/ | | | And fix a couple that have redirected.
* Merge branch 'master' of https://github.com/jonkri/fixmystreet into ↵Struan Donald2014-06-03-0/+2
|\ | | | | | | | | | | | | jonkri-master Conflicts: locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
| * Merge branch 'master' of git://github.com/mysociety/fixmystreet into ↵Jon Kristensen2014-05-15-0/+0
| |\ | | | | | | | | | jonkri-master
| * | Apply various FixaMinGata cobrand changesJon Kristensen2014-05-15-0/+2
| | | | | | | | | | | | | | | | | | | | | * Add video to home page * Add "social buttons" to home page * Add new FixaMinGata logos * Center postcodeForm
* | | FMS map tile changes for HTTPS.Matthew Somerville2014-05-30-1/+1
| |/ |/| | | | | | | Make the FMS map tile URLs be scheme independent, and only use one level of subdomain.