Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Actually include the image, doh. | Matthew Somerville | 2013-11-20 | -0/+0 |
| | ||||
* | Tidy up use of main width a bit. | Matthew Somerville | 2013-11-13 | -13/+11 |
| | ||||
* | Simplify .content width/margins. | Matthew Somerville | 2013-11-13 | -14/+4 |
| | | | | | | Reduce magic numbers by switching fixed width to a margin elsewhere. This has the added bonus of making the 'middle-width' .content have a pleasing right margin. | |||
* | Add body deletion to admin interface. | Matthew Somerville | 2013-11-11 | -4/+0 |
| | ||||
* | Add more admin external link icons. | Matthew Somerville | 2013-11-07 | -2/+2 |
| | | | | Use a relative URL in the CSS in case it's proxied. | |||
* | Show a graphic on links to non-admin pages | Andy Lulham | 2013-11-07 | -1/+10 |
| | | | | Graphic and css from FMT. Fixes #579. | |||
* | Use relative URLs in case being included via proxy. | Matthew Somerville | 2013-11-07 | -4/+4 |
| | ||||
* | Merge remote branch 'origin/ab_date' | Matthew Somerville | 2013-11-07 | -0/+32 |
|\ | ||||
| * | use local jquery ui, not CDN, for admin datepicker | Dave Whiteland | 2013-11-07 | -0/+14 |
| | | ||||
| * | Add Jquery-ui files, and fixmystreet-admin.js | Andrew Black | 2013-11-07 | -0/+18 |
| | | ||||
* | | [Oxfordshire] Fix map center offset | Chris Mytton | 2013-11-07 | -2/+2 |
|/ | | | | | This fixes the map so the centre is offset to the right to account for the overlayed sidebar on the left. | |||
* | remove FixMindelo header, override title instead | Dave Whiteland | 2013-11-05 | -13/+0 |
| | | | | | The staging banner didn't fit, and .wrapper{position:relative} was breaking things :-( Easier to keep it simple, drop the header and just set the title in the Cobrand module instead. | |||
* | Factor out some CSS colours, so that default layout CSS has no overrides. | Matthew Somerville | 2013-10-25 | -129/+93 |
| | ||||
* | Work around Chrome bug with bottom fixed navbar. | Matthew Somerville | 2013-10-25 | -17/+11 |
| | | | | | | | | | | | | The position:fixed bottom navigation does not stay fixed in Chrome, it appears to scroll with the content (though the link targets remain and swapping tabs fixes the display, so I'm pretty sure it's a bug). The bug is logged in Chrome's tracker at: https://code.google.com/p/chromium/issues/detail?id=311513 To work around it, the z-index has been removed from .container; this would mean that the sidebar notes all disappeared under the map, so they have been jigged to appear on top of the main content div instead. | |||
* | Tidy user-meta CSS a bit. | Matthew Somerville | 2013-10-25 | -17/+9 |
| | ||||
* | Tidy up panzoom bar placement. | Matthew Somerville | 2013-10-25 | -12/+13 |
| | ||||
* | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-10-16 | -1394/+1864 |
|\ | ||||
| * | [Zurich] Fix styling issue on login form | Chris Mytton | 2013-10-15 | -0/+9 |
| | | | | | | | | Closes #425 | |||
| * | Add Google OpenLayers-based map layer. | Matthew Somerville | 2013-10-11 | -0/+586 |
| | | ||||
| * | Upgrade main OpenLayers to 2.13.1. | Matthew Somerville | 2013-10-11 | -1393/+1212 |
| | | ||||
| * | add admin-box style | Dave Whiteland | 2013-09-30 | -0/+8 |
| | | ||||
| * | replace black mysoc logo for mindelo, part of #557 | Dave Whiteland | 2013-09-25 | -0/+10 |
| | | ||||
| * | add FB/fabap links to fixmindelo footer, part of #557 | Dave Whiteland | 2013-09-25 | -1/+26 |
| | | ||||
| * | add staging banner to fixmindelo, part of #557 | Dave Whiteland | 2013-09-25 | -0/+13 |
| | | ||||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-25 | -0/+12 |
|\| | ||||
| * | [Bromley] Fix right click links in IE8 | Chris Mytton | 2013-09-24 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | When IE8 encounters a link with block level elements inside it (i.e. elements with `display: block`) then it won't give the option to "Open in a new tab" when you right click the link. This fix simply makes all elements inside the link inline, which fixes the problem. This is a Bromley-specific fix. Closes FixMyStreet-Commercial/issues#100 | |||
| * | Prevent admin images going on top of admin-nav | Chris Mytton | 2013-09-20 | -0/+5 |
| | | | | | | | | Closes mysociety/FixMyStreet-Commercial#401 | |||
| * | force mindelo admin table bg | Dave Whiteland | 2013-09-17 | -0/+4 |
| | | ||||
* | | [Oxfordshire] Make the font face/size consistent on around page | Chris Mytton | 2013-09-16 | -5/+0 |
| | | | | | | | | Fixes mysociety/FixMyStreet-Commercial#416 | |||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-13 | -6/+152 |
|\| | ||||
| * | [Zurich] Add .muted class for deleted bodies | Chris Mytton | 2013-09-11 | -0/+4 |
| | | ||||
| * | add show-admin-notes class to body | Dave Whiteland | 2013-09-06 | -28/+39 |
| | | | | | | | | | | making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations | |||
| * | fix deciding-to-hide contacts bug | Dave Whiteland | 2013-09-05 | -2/+1 |
| | | | | | | | | was counting rows and expecting them to be 1, when it should have been counting tables. | |||
| * | jslint fixes | Dave Whiteland | 2013-09-05 | -17/+19 |
| | | ||||
| * | add toggle button to hide contacts, closes #505 | Dave Whiteland | 2013-09-05 | -0/+19 |
| | | ||||
| * | indicated deleted categories clearly on the body admin | Dave Whiteland | 2013-09-05 | -0/+6 |
| | | | | | | | | this has been catching me out for years :-) | |||
| * | add no-bullets style declaration to default admin CSS | Dave Whiteland | 2013-09-05 | -0/+6 |
| | | ||||
| * | move those divs out of the paragraphs! | Dave Whiteland | 2013-09-05 | -1/+2 |
| | | | | | | | | added bottom margin to info boxes to fix layout on body form (hint div floating beneath it) | |||
| * | don't hide with slideUp on page load | Dave Whiteland | 2013-09-05 | -6/+10 |
| | | | | | | | | if open311 shouldn't be show, hide it straight away (slideUp animation was distracting) | |||
| * | tweaks to admin hint CSS | Dave Whiteland | 2013-09-05 | -2/+3 |
| | | ||||
| * | add display-on-click hints | Dave Whiteland | 2013-09-05 | -2/+50 |
| | | ||||
| * | move new admin styles into _layout.scss | Dave Whiteland | 2013-09-05 | -0/+5 |
| | | | | | | | | | | this is probably better practice since we can use sass Maybe need to bring the other style declarations in header into scss file too | |||
| * | hide open311 inputs for bodies unless needed | Dave Whiteland | 2013-09-05 | -0/+21 |
| | | | | | | | | | | basically if send method is not email (or there's an endpoint value), don't show the form Maybe we need to have an "show all fields" button/link but for normal use I think this is OK | |||
| * | make js available in admin pages | Dave Whiteland | 2013-09-05 | -0/+4 |
| | | ||||
| * | add admin info/warning styles | Dave Whiteland | 2013-09-05 | -0/+15 |
| | | ||||
| * | Make 'Permalink' JS string translatable. | Matthew Somerville | 2013-09-03 | -1/+1 |
| | | ||||
| * | Updated MapQuest links per instructions | Jonas Oberg | 2013-08-30 | -4/+4 |
| | | ||||
* | | [Oxfordshire] Fix min-height on .container | Chris Mytton | 2013-08-29 | -1/+1 |
| | | ||||
* | | Remove OCC text from map footer on Oxfordshire cobrand | Chris Mytton | 2013-08-29 | -17/+0 |
| | | ||||
* | | Fix styles for Oxfordshire homepage search box | Chris Mytton | 2013-08-13 | -1/+7 |
| | | | | | | | | Closes #512 |