aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
| * Add Sass variable for header top border.Matthew Somerville2017-06-08-3/+16
| | | | | | | | | | This makes it easier to change/remove the default top border, with subsequent measurements adjusting accordingly.
| * Simplify navigation HTML/CSS (larger widths).Zarino Zappia2017-06-08-176/+43
| | | | | | | | | | | | | | This commit removes the caption-side handling, which wasn't actually used. It gets rid of .nav-wrapper-2, and uses site-header for header display (e.g. top border). It does not update any cobrands with what needs changing.
| * Reduce complexity of header CSS.Zarino Zappia2017-06-08-131/+54
| | | | | | | | | | | | Rely upon the site logo for the header height, rather than use absolute positioning/height. This commit only alters the base styling, including cobrands; layout styling comes later.
* | Merge branch 'csssss-part-i'Matthew Somerville2017-06-07-118/+62
|\|
| * Default to same-size logo on front page.Matthew Somerville2017-06-07-9/+25
| | | | | | | | | | This means that only cobrands that want a different/bigger logo have to override it.
| * No need for display:inline on floated nav items.Zarino Zappia2017-06-06-5/+2
| |
| * Remove mySociety logo from default header.Zarino Zappia2017-06-06-60/+25
| |
| * [fixmystreet.com] Better .content homepage layout.Matthew Somerville2017-06-06-44/+10
| | | | | | | | Remove unused .tablewrapper footer CSS.
* | [fixmystreet.com] Rework pro marketing pageMartin Wright2017-06-02-14/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | Reorder structure of the page Remove icons from features text Add screenshot of theme examples Remove compatibility information Recolour clients section Pricing table - Move prices to bottom - Ditch 'show more' functionality - Add revised tier names
* | [fixmystreet.com] Show admin back-end in the pro page screenshotsMartin Wright2017-06-02-0/+0
| |
* | [fixmystreet.com] Replace screenshotMartin Wright2017-06-02-0/+0
|/ | | | | | https://github.com/mysociety/FixMyStreet-Commercial/issues/850 The image previously had FMS in a windowed browser on the laptop, this replaces it with one in full screen
* [fixmystreet.com] No need for this to be here.Matthew Somerville2017-05-31-102/+0
| | | | This is mySociety deploy specific.
* Allow users to hide their name on reports/updates.Zarino Zappia2017-05-31-0/+22
|
* [Oxfordshire] Lighter box-warning background.Matthew Somerville2017-05-31-1/+5
| | | | Standardise with a "darker green" sidebar colour.
* Consistent styling for buttons in .box-warningZarino Zappia2017-05-31-12/+9
|
* Linting fixes to jquery.multi-select.jsZarino Zappia2017-05-31-4/+2
|
* [Hart] Restyle footerpezholio2017-05-23-109/+113
|
* Fix linting errorspezholio2017-05-23-59/+58
|
* [fixmystreet.com] Update Councils pageMartin Wright2017-05-23-308/+367
| | | | | Includes a new feature/benefit grid, a shorter contact form, and a nifty pricing table that switches into vertical mode on narrow screens.
* [fixmystreet.com] FMS Pro banner on homepageZarino Zappia2017-05-23-20/+43
| | | | | Includes a new, brighter tile.jpg, to improve text contrast and to match the $primary colour of #FFD000.
* Simplify `footer-marketing.html` for most cobrandsZarino Zappia2017-05-23-1/+15
|
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-4985/+0
| | | | | | | | This makes the git hook that lints our own JavaScript easier, and keeps things more cleanly separated. We also remove unused third party libraries (select2 and jquery.placeholder).
* Merge remote-tracking branch ↵Matthew Somerville2017-05-16-33/+32
|\ | | | | | | 'origin/issues/forcouncils/190-inspect-medium-screen'
| * Tweak .two_column_sidebar for medium screensZarino Zappia2017-05-15-8/+32
| | | | | | | | | | | | To optimise the amount of map shown on the two-column map pages, we shrink the "actions" column on medium and large screens, and further shrink the "report" column on medium screens.
| * Remove suspicious hard-coded widths in oxfordshire/layout.scssZarino Zappia2017-05-15-25/+0
| |
* | Hide "Provide an update" form by default for inspectorsZarino Zappia2017-05-16-0/+17
| |
* | More visually distinct Inspect formZarino Zappia2017-05-16-5/+21
| |
* | Harmonize #key-tools link and input stylingZarino Zappia2017-05-15-2/+7
|/ | | | | | | | | Default button styling was seeping through to the "Remove from site" key-tools item, causing inconsistency with the other items. Overrides a bunch of the default button styles seeping through to the "Remove from site" button, so that it behaves the same as the items (normal link elements) in #key-tools.
* Allow inspectors to shortlist all reports in viewpezholio2017-05-05-15/+120
| | | | If zoom level is >= 14, then inspectors can click a button that marks all reports in the map view as shortlisted
* Add csrf token to headerpezholio2017-05-05-2/+2
|
* Autopopulate title and description for inspectorspezholio2017-05-05-0/+32
|
* Replaced 16x favicon with 9xrbg-joe2017-05-05-0/+0
| | | This better fits in with surrounding text.
* On /reports maps, only include reports in view.Matthew Somerville2017-04-13-2/+36
| | | | | | | | | Update the reports with a bounding box, similar to on around pages. This is made slightly trickier because we don't want to do anything on page load (we already have the pins), we need to reload when the zoom changes, and we don't want the strategy to get confused by its first redraw, e.g. on pin hover, We also need to turn off the zoom- to-bounds if we've got a bounding box in the URL.
* Improve translatability of various pages.Dave Arter2017-03-30-12/+22
| | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date.
* Use lat/lon on inspection form if local coordinates aren’t availableDave Arter2017-03-30-0/+4
|
* Set `background-color`, not `background` on nav linksZarino Zappia2017-03-30-11/+11
| | | | This makes it easier for cobrands to override nav link styles.
* Add ability to override Google Maps road style.Dave Arter2017-03-30-1/+17
|
* Add customisable defect types.Dave Arter2017-03-23-17/+18
| | | | | | | | | Problems can have an associated defect type, that can be assigned during an inspection. Include an admin interface for managing these types, that can also be assigned on a per-category basis, currently available to the Oxfordshire cobrand. (Also include 'TM' in traffic management Exor RDI output.)
* Show loading indicator when loading pinspezholio2017-03-17-11/+25
|
* Fix invisible segmented controls in old Webkit.Matthew Somerville2017-03-16-0/+1
| | | | | | | | | | | | | | | | | | | | | | I can't put it better than https://roland.codes/blog/legacy-flexbox-invisible-float-bug/ : "Webkit’s implementation of legacy Flexbox has an strange bug that makes flex items become invisible when they’re floated. What makes it strange is that the flex items will still take up space in the DOM, as if they have visibility: hidden applied. Usually you wouldn’t use float on flex items (the spec even says that float has no effect on them). But it’s useful for providing a fallback layout when Flexbox isn’t supported. Luckily I chanced on a hack that fixes the bug. All you have to do is give the floated flex items a position, like position: relative, and they’ll (strangely) become visible again. Another option is to use Modernizr to only apply the float when Flexbox isn’t supported. This bug affects legacy Flexbox in all Webkit browsers. Which includes Chrome 20-, Safari 6-, iOS 6.1- and Android 4.3-."
* [fixmystreet.com] Remove friendly A/B test.Matthew Somerville2017-03-16-182/+0
| | | | This has been running for a year, added in e17eb20.
* Be clearer if no states selected is not all statesMatthew Somerville2017-03-10-1/+2
| | | | As with 1115f106, a default might not be everything.
* Merge branch 'issues/forcouncils/171-filter-dropdown-all'Matthew Somerville2017-03-10-2/+3
|\
| * Specify options in 'all' status filter.Matthew Somerville2017-03-09-2/+3
| | | | | | | | | | A cobrand may have a blank default that isn't everything, so the "All reports" option must specify all the possible options.
* | Move staff-only JavaScript to separate file.Matthew Somerville2017-03-10-345/+355
| |
* | Add submit buttons to admin index search forms.Matthew Somerville2017-03-09-0/+11
| | | | | | | | Also slightly tidy up display.
* | Reduce unneeded admin CSS specificity.Matthew Somerville2017-03-09-47/+52
| |
* | Make sure report Ajax call is not cached by IE11.Matthew Somerville2017-03-09-1/+1
|/ | | | | IE11 caches this Ajax call, not calling out to the server at all if it is made again (e.g. after an update has been made). Fixes #1638.
* Merge branch '1553-fms4c-contact-form'Matthew Somerville2017-03-03-1/+6
|\
| * [fixmystreet.com] Clarify council contact form.Zarino Zappia2017-03-03-1/+6
| | | | | | | | | | | | | | | | | | | | * Tweak wording to make it clearer that the form is unsuitable for residents wanting to report street problems. * Record HTTP Referer when form is submitted, so we can see which pages are leading people to the FMS4C page. * Tidy up capitalisation elsewhere in headings on the page. Fixes #1553.