aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
| * Move sub_map_links to bottom on desktopJosh Angell2012-03-01-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Make map ui 2* bigger (fixes #264)Josh Angell2012-03-01-22/+24
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Fix sub_map_links shooting off the page on close for the first viewingJosh Angell2012-03-01-1/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Fix media query discrepancy that caused ipad portrait to show mobile versionJosh Angell2012-03-01-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-03-01-1/+1
| |\ | | | | | | | | | supercool
| | * Check fixmystreet object exists, it might not.Matthew Somerville2012-03-01-1/+1
| | |
| * | Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-03-01-7/+8
| |\| | | | | | | | | | supercool
| | * For #258, immediately go full screen map on mobile around page.Matthew Somerville2012-03-01-7/+8
| | |
| * | Remove animation from report a problem nots on mobileJosh Angell2012-03-01-2/+2
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Remove some of #224 due to new #258.Matthew Somerville2012-03-01-78/+35
| |
| * Animate moving of map when pin clicked somewhere inconvenient.Matthew Somerville2012-03-01-2/+5
| |
| * Initial pass of pin popups.Matthew Somerville2012-03-01-565/+635
| |
| * Some documentation in the cssJosh Angell2012-02-29-31/+39
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Remove some extraneous stuffJosh Angell2012-02-29-3/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Add backgroundJosh Angell2012-02-29-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-02-29-1/+1
| |\ | | | | | | | | | supercool
| | * Reduce JS pin fetching to only exactly the map that is shown.Matthew Somerville2012-02-29-1/+1
| | |
| * | Finished style and interaction for mobile mapJosh Angell2012-02-29-27/+72
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Map ui pretty much done for desktopJosh Angell2012-02-29-14/+34
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Make permalink_id not globalJosh Angell2012-02-29-0/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Change word 'stale' to 'old'Josh Angell2012-02-29-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Manipulate permalink only if container for it is thereJosh Angell2012-02-29-2/+8
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Explicity function calls.Matthew Somerville2012-02-29-2/+2
| |
| * Merge remote branch 'github/supercool' into supercoolMatthew Somerville2012-02-29-3/+129
| |\ | | | | | | | | | | | | | | | Conflicts: web/cobrands/fixmystreet/base.scss web/js/map-OpenLayers.js
| | * Lots of map tools/controls stylingJosh Angell2012-02-28-62/+129
| | | | | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| | * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-02-28-23/+28
| | |\ | | | | | | | | | | | | supercool
| | * | Add pretty map controlsJosh Angell2012-02-28-3/+55
| | | | | | | | | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * | | Main part of mobile site full screen map for reporting a problem.Matthew Somerville2012-02-29-29/+78
| | |/ | |/|
| * | Merge remote branch 'github/supercool' into supercoolMatthew Somerville2012-02-28-0/+14
| |\|
| | * Add class and sample style to report-a-problem linkJosh Angell2012-02-28-0/+14
| | | | | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * | Merge remote branch 'github/supercool' into supercoolMatthew Somerville2012-02-28-3/+41
| |\|
| | * For /reports table, an example of how we could move the heading cells to be ↵Josh Angell2012-02-28-2/+41
| | | | | | | | | | | | | | | | | | above the data cells Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| | * Take out display:inline from list-reset mixing - really not necessary!Josh Angell2012-02-28-1/+0
| | | | | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * | First time jslint fixings.Matthew Somerville2012-02-28-14/+17
| | |
| * | Get a full screen map working in IE6.Matthew Somerville2012-02-28-8/+10
| | |
| * | Disable scroll wheel zooming on the map, as it causes confusion with a full ↵Matthew Somerville2012-02-28-1/+1
| |/ | | | | | | screen map.
| * Make the council reports page prettyJosh Angell2012-02-28-2/+16
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Add show on click to the 'Wards' on the council reports pageJosh Angell2012-02-28-1/+22
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Refactor js a bit so that the html no-js class is removed before the general ↵Josh Angell2012-02-28-14/+13
| | | | | | | | | | | | heightfix Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Added a table style for /reports (some initial work for issue #235)Josh Angell2012-02-27-0/+39
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Ie 6 fix for .issue-list-aJosh Angell2012-02-27-0/+7
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Png fixing for ie6Josh Angell2012-02-27-3/+30
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Take of a width in ie8Josh Angell2012-02-27-5/+0
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Move back to top on 'show notes' at /report/new on mobileJosh Angell2012-02-27-0/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Wrap everything except .nav-wrapper in a div that we give display:table-cell ↵Josh Angell2012-02-27-6/+6
| | | | | | | | | | | | | | | | to, this fixes #219 Tested across IE6/7/8, latest FF, Chrome, Safari and Opera Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Fix annoying postcode input height issue where in some browsers it would ↵Josh Angell2012-02-27-0/+1
| | | | | | | | | | | | appear as if there was no top padding Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Temporarily exclude ie6 from having fullscreen map as the 100% height breaks ↵Josh Angell2012-02-27-1/+4
| | | | | | | | | | | | it (see #238) Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Added opera class to <html> with js, plus added opera to the table-caption / ↵Josh Angell2012-02-27-1/+6
| | | | | | | | | | | | caption-side fix so we can solve the problem of the nav not appearing on Opera (see issue #219) Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Take out opacity ie filters, they look pantsJosh Angell2012-02-24-4/+4
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Fox the frontpage a bit for ie6Josh Angell2012-02-24-1/+4
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>