aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Merge remote-tracking branch 'origin/master' into bromleyStruan Donald2012-03-27-2543/+2604
|\
| * Cobrand specific example front page placeholder, start of layout tweaks, fix ↵Matthew Somerville2012-03-22-1067/+1081
| | | | | | | | geocoding.
| * Initial creation of Bromley cobrand.Matthew Somerville2012-03-22-1471/+1512
| |
| * Extra maxResolution option was needed for MapQuest tilesGuillaume2012-03-20-1/+6
| |
| * Removed obsolete Osmarender, added MapQuestOpenGuillaume2012-03-20-8/+9
| |
* | initial code to display user title if council is BromleyStruan Donald2012-03-23-0/+4
|/
* Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-0/+5
|
* Up contrast on mobile apps logos.Josh Angell2012-03-15-0/+0
|
* Up the contrast on ol.big-numbersJosh Angell2012-03-15-1/+1
|
* Darken the greys.Matthew Somerville2012-03-15-9/+9
|
* Only move pan zoom on around page on mobile.Matthew Somerville2012-03-15-4/+3
|
* On mobile, make Report a problem a link that scrolls up to the form.Matthew Somerville2012-03-14-1/+7
|
* Manually call setCenter rather than zoomToExtent, so that can force zoom ↵Matthew Somerville2012-03-14-1/+4
| | | | event trigger. Fixes centering of area on area pages, I think.
* Fix CSS generation script for deploy, move report photo up.Matthew Somerville2012-03-14-1/+5
|
* Merge branch 'redesign'Matthew Somerville2012-03-14-1252/+6759
|\ | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * Move most mobile-related JS into resize() so that site keeps working on ↵Matthew Somerville2012-03-14-34/+65
| | | | | | | | browser resize.
| * Disable placeholder, interferes badly with current validation.Matthew Somerville2012-03-14-6/+0
| |
| * Using Modernizr.mq() breaks e.g. IE form display due to adding to <body> I ↵Matthew Somerville2012-03-14-7/+1
| | | | | | | | assume. Use the mobile class instead.
| * Council info pages.Matthew Somerville2012-03-14-0/+0
| |
| * Changed the placeholder polyfill for a better one that works.Josh Angell2012-03-14-35/+25
| |
| * Move the general desktop .content heightfix to the end of the document ready ↵Josh Angell2012-03-14-7/+13
| | | | | | | | function, that way the fix gets applied after all the page manipulation (for #277)
| * Fix logged in message to be in proper place for IE6/7 and make the 'fixmy' ↵Josh Angell2012-03-14-0/+7
| | | | | | | | yellow in the ie6 gif (for #276)
| * Remove empty li from council mobile page, put in necessary IE CSS for the ↵Matthew Somerville2012-03-13-0/+7
| | | | | | | | third time.
| * Pagination styles and some js fixingJosh Angell2012-03-13-51/+64
| |
| * Tweak hover style for report a problem buttonJosh Angell2012-03-13-1/+1
| |
| * Merge branch 'supercool' of github.com:mysociety/fixmystreet into supercoolJosh Angell2012-03-13-3/+3
| |\
| | * Rename footer help links div.Matthew Somerville2012-03-13-3/+3
| | |
| * | Add placeholder polyfill for IE (see #221) abd also some Ie testing in ↵Josh Angell2012-03-13-47/+65
| |/ | | | | | | general, removed quite a bit that was just breaking layouts in IE.
| * Add suggetion icon to images with bigger resolutions available (for #209)Josh Angell2012-03-13-0/+31
| |
| * Update ie logos to have no yellow like the main onesJosh Angell2012-03-13-0/+0
| |
| * Update sprite with new logo styleJosh Angell2012-03-13-0/+0
| |
| * Added better image to tile accross the top border, now it works in safari/ff ↵Josh Angell2012-03-13-1/+1
| | | | | | | | too...
| * fancybox must come later in order for it to work in e.g. FF3.6. Fix CSS ↵Matthew Somerville2012-03-13-16/+16
| | | | | | | | paths for it to work in IE6. For #209
| * .data() doesn't appear to work here in Firefox 3.6 (though does in the other ↵Matthew Somerville2012-03-13-4/+10
| | | | | | | | place it's used, sigh), so set our own variable instead. Set gallery of all images, typo.
| * Shared JS file, this function might not be defined.Matthew Somerville2012-03-12-1/+3
| |
| * Changing how the frontpage sits and the logo for it, also the border-top, ↵Josh Angell2012-03-12-8/+17
| | | | | | | | | | | | mysoc tab and bit stripe on the homepage are now images Need to fix the smaller logo on other pages and check IE.
| * Add home button to fullscreenmap on mobile, also adjust mixin for button-resetJosh Angell2012-03-12-29/+27
| |
| * Add fancy box css, class to report page and js hook (for #209)Josh Angell2012-03-12-0/+7
| |
| * Add fancybox assets and include in the fixmystreet cobrand head file.Josh Angell2012-03-12-0/+1647
| |
| * Minor IE6 and IE7 fixes to drawer display.Matthew Somerville2012-03-10-1/+8
| |
| * Span mobile table heading across all rows.Matthew Somerville2012-03-10-5/+5
| |
| * Buttons are no longer within this old container.Matthew Somerville2012-03-10-2/+2
| |
| * Float RSS icons on alerts page.Matthew Somerville2012-03-10-0/+3
| |
| * Do sensible things for the drawer links on mobile, be that reordering ↵Matthew Somerville2012-03-10-3/+15
| | | | | | | | slightly so that wards appear next to their link, or not having a drawer for around updates.
| * Fix drawers mostly in IE6, and turn off absolute positioning when drawer ↵Matthew Somerville2012-03-10-3/+6
| | | | | | | | finishes as otherwise middle media query goes all wrong due to container 100% width.
| * Have report email alerts appear somewhere sensible in mobile view.Matthew Somerville2012-03-10-1/+2
| |
| * Fix reopening of drawer, and start/end it at right height to look smooth.Matthew Somerville2012-03-09-53/+41
| |
| * Merge branch 'supercool' of github.com:mysociety/fixmystreet into supercoolJosh Angell2012-03-09-0/+4
| |\
| | * Fix bug whereby Firefox did not move the pin from under the help when it ↵Matthew Somerville2012-03-09-0/+4
| | | | | | | | | | | | appeared.
| * | For #257: make js load cover .content with new content if its big, otherwise ↵Josh Angell2012-03-09-22/+62
| |/ | | | | | | display like a mini drawer