aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Put back line-height on postcode formJosh Angell2012-02-24-0/+1
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix map box size to be fluid on middle media query rangeJosh Angell2012-02-24-1/+2
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix some ie bugs with main page navbar stuffJosh Angell2012-02-24-10/+8
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix logo disappearingJosh Angell2012-02-24-2/+6
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Input lineheight to 1emJosh Angell2012-02-24-1/+1
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fixes #230 where sidebar notes are not selectableJosh Angell2012-02-24-2/+4
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-02-24-0/+12
|\ | | | | | | supercool
| * Sidebar text in main body for non-JS, as map size stays same.Matthew Somerville2012-02-24-0/+12
| |
* | Float .content left on .mappage (see #230)Josh Angell2012-02-24-0/+3
|/ | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Some fixes for non-JS map display, and more JS pin moving depending on click ↵Matthew Somerville2012-02-24-5/+38
| | | | location.
* Pan map when reporting click is where sidebar will be.Matthew Somerville2012-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 Somerville2012-02-23-1/+22
| | | | would hopefully expect.
* Main menu tweaking (see #232)Josh Angell2012-02-23-12/+16
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Amend how .issue-list-a works (fixes #231)Josh Angell2012-02-23-3/+1
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Initial desktop making map whole of background.Matthew Somerville2012-02-23-8/+23
|
* Added lots of comments to try and explain what I'm doing in the cssJosh Angell2012-02-23-28/+35
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix typo - poblem to problemJosh Angell2012-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 Angell2012-02-23-17/+19
| | | | | | 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 Angell2012-02-23-131/+324
|\ | | | | | | supercool
| * Create fork of FMS JS file for its cobrand, as many changes.Matthew Somerville2012-02-23-131/+324
| |
* | Put footer from front page into page footer slot of footer.html, refactor ↵Josh Angell2012-02-23-187/+181
| | | | | | | | | | | | styles accordingly Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* | Fix error styles for mobileJosh Angell2012-02-23-3/+17
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* | Add styles for a sidebar on .twothirdswidth pagesJosh Angell2012-02-23-0/+10
|/ | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Added a two thirds width viewJosh Angell2012-02-23-6/+20
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Add a page footer that you can call as a parameter of the footer includeJosh Angell2012-02-23-0/+7
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Change how fullpage class worksJosh Angell2012-02-23-15/+42
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Don't display valid error boxes as now the jump won't be until the user ↵Josh Angell2012-02-22-2/+4
| | | | | | submits, which is fine (see issue #222) Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* From errors now appear in-between label and field. See issue #222Josh Angell2012-02-22-9/+14
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-02-22-3/+9
|\ | | | | | | supercool
| * Make sure error divs go white when valid (fixes #222).Matthew Somerville2012-02-22-3/+9
| |
* | Spelling errorJosh Angell2012-02-22-4/+4
|/ | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Separate colour and size using StyleMap and Rules, to enable differently ↵Matthew Somerville2012-02-22-29/+55
| | | | sized map pins (fixes #228).
* Add new a colourJosh Angell2012-02-22-2/+2
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* replace faviconJosh Angell2012-02-21-0/+0
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Tentative change to the map pins: change blue to big, can't work out how to ↵Josh Angell2012-02-21-1/+1
| | | | | | get them a different size… Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Add new map pins, alter the js to matchJosh Angell2012-02-21-9/+9
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Desktop js heightfix and some commentsJosh Angell2012-02-21-0/+10
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* hoevr statesJosh Angell2012-02-21-1/+5
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Add js for on show on focus in forms, plus some other styling bits for form ↵Josh Angell2012-02-21-4/+13
| | | | | | buttons Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Remove old js for email alert boxJosh Angell2012-02-21-26/+0
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix receive updates on /aroundJosh Angell2012-02-21-0/+8
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Form errors and other bitsJosh Angell2012-02-21-6/+48
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* alert templates and a bunch of other random nigglesJosh Angell2012-02-21-1/+5
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Add contact/index.html and .final-submit classJosh Angell2012-02-21-1/+8
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Fix min height issue on /report/id and add green button classJosh Angell2012-02-21-0/+5
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Add min/max window images on spriteJosh Angell2012-02-21-0/+0
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Style fixed flapJosh Angell2012-02-21-23/+65
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* fix map size on /aroundJosh Angell2012-02-21-0/+4
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Alerts pageJosh Angell2012-02-20-16/+16
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* nice notes for formsJosh Angell2012-02-20-12/+53
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>