Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve error wording on failed sign in. | Matthew Somerville | 2012-02-28 | -2/+2 |
| | ||||
* | Reports page wants to know if photo exists. | Matthew Somerville | 2012-02-28 | -0/+1 |
| | ||||
* | Added a table style for /reports (some initial work for issue #235) | Josh Angell | 2012-02-27 | -23/+62 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Ie 6 fix for .issue-list-a | Josh Angell | 2012-02-27 | -0/+7 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Png fixing for ie6 | Josh Angell | 2012-02-27 | -3/+30 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Take of a width in ie8 | Josh Angell | 2012-02-27 | -5/+0 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Move back to top on 'show notes' at /report/new on mobile | Josh Angell | 2012-02-27 | -0/+1 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Added missing bodyclass to /my | Josh Angell | 2012-02-27 | -1/+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 Angell | 2012-02-27 | -55/+56 |
| | | | | | | | | 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 Angell | 2012-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 Angell | 2012-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 Angell | 2012-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> | |||
* | Merge remote branch 'github/supercool' into supercool | Matthew Somerville | 2012-02-24 | -6/+58 |
|\ | ||||
| * | Take out opacity ie filters, they look pants | Josh Angell | 2012-02-24 | -4/+4 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
| * | Fox the frontpage a bit for ie6 | Josh Angell | 2012-02-24 | -1/+4 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
| * | Mappage finxing for IE (fixes #237) | Josh Angell | 2012-02-24 | -1/+50 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | On the front page, preload the map JavaScript for presumably the next page. | Matthew Somerville | 2012-02-24 | -0/+18 |
|/ | ||||
* | Put back line-height on postcode form | Josh Angell | 2012-02-24 | -0/+1 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Fix map box size to be fluid on middle media query range | Josh Angell | 2012-02-24 | -1/+2 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Fix some ie bugs with main page navbar stuff | Josh Angell | 2012-02-24 | -10/+8 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Fix logo disappearing | Josh Angell | 2012-02-24 | -2/+6 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Input lineheight to 1em | Josh Angell | 2012-02-24 | -1/+1 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Fixes #230 where sidebar notes are not selectable | Josh Angell | 2012-02-24 | -2/+4 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵ | Josh Angell | 2012-02-24 | -2/+14 |
|\ | | | | | | | supercool | |||
| * | Sidebar text in main body for non-JS, as map size stays same. | Matthew Somerville | 2012-02-24 | -2/+14 |
| | | ||||
* | | Float .content left on .mappage (see #230) | Josh Angell | 2012-02-24 | -0/+3 |
|/ | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Get council name text working, and put public message there too for ease. | Matthew Somerville | 2012-02-24 | -18/+15 |
| | ||||
* | Some fixes for non-JS map display, and more JS pin moving depending on click ↵ | Matthew Somerville | 2012-02-24 | -5/+38 |
| | | | | location. | |||
* | Pan map when reporting click is where sidebar will be. | Matthew Somerville | 2012-02-24 | -1/+8 |
| | | | | | | If the user clicks on the map in a location where the help text sidebar will appear, pan the map to the right the width of the sidebar so that the pin and its location remain visible. | |||
* | Do some zoom centre faking trickery so that zooming in and out does as you ↵ | Matthew Somerville | 2012-02-23 | -1/+22 |
| | | | | would hopefully expect. | |||
* | Added mappage body class to /reports/council to add in the proper header ↵ | Josh Angell | 2012-02-23 | -0/+1 |
| | | | | | | stuff (see #232) Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Main menu tweaking (see #232) | Josh Angell | 2012-02-23 | -12/+16 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Amend how .issue-list-a works (fixes #231) | Josh Angell | 2012-02-23 | -3/+1 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Initial desktop making map whole of background. | Matthew Somerville | 2012-02-23 | -8/+23 |
| | ||||
* | Added lots of comments to try and explain what I'm doing in the css | Josh Angell | 2012-02-23 | -28/+35 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Fix typo - poblem to problem | Josh Angell | 2012-02-23 | -6/+6 |
| | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Add pappage body class to define styles on those pages (fixed header etc) | Josh Angell | 2012-02-23 | -19/+23 |
| | | | | | | this means we can now have a reliable default page style and then just expand the width with the other body classes Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵ | Josh Angell | 2012-02-23 | -132/+325 |
|\ | | | | | | | supercool | |||
| * | Create fork of FMS JS file for its cobrand, as many changes. | Matthew Somerville | 2012-02-23 | -132/+325 |
| | | ||||
* | | Put footer from front page into page footer slot of footer.html, refactor ↵ | Josh Angell | 2012-02-23 | -218/+211 |
| | | | | | | | | | | | | styles accordingly Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Split intro text back again for translation purposes | Josh Angell | 2012-02-23 | -1/+1 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Fix error styles for mobile | Josh Angell | 2012-02-23 | -3/+17 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵ | Josh Angell | 2012-02-23 | -2/+1 |
|\| | | | | | | | supercool | |||
| * | Merge remote branch 'github/supercool' into supercool | Matthew Somerville | 2012-02-23 | -25/+304 |
| |\ | ||||
| * | | Only need to set additional_template_paths if other variables are being set, ↵ | Matthew Somerville | 2012-02-23 | -2/+1 |
| | | | | | | | | | | | | otherwise it comes in automatically from the stash. | |||
* | | | Add styles for a sidebar on .twothirdswidth pages | Josh Angell | 2012-02-23 | -0/+10 |
| |/ |/| | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Added a two thirds width view | Josh Angell | 2012-02-23 | -8/+22 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Add faq templates | Josh Angell | 2012-02-23 | -0/+208 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Add a page footer that you can call as a parameter of the footer include | Josh Angell | 2012-02-23 | -2/+13 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | Change how fullpage class works | Josh Angell | 2012-02-23 | -21/+49 |
| | | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> |