aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass
Commit message (Collapse)AuthorAgeLines
* Simplifed "confirmation-header" for success pages.Zarino Zappia2015-02-19-5/+56
|
* Fix tiny display bug in map sub links navigation.Matthew Somerville2015-01-16-2/+2
|
* Add some bottom padding to .content.Matthew Somerville2015-01-13-1/+2
| | | | | And remove it in footer if present (so that a different background doesn't potentially show through).
* Add encouraging message about help to admin front.Matthew Somerville2014-11-19-152/+159
| | | | Fixes #929. Also move admin hint CSS to base CSS, not just layout.
* Show logged in message as success, not error.Matthew Somerville2014-11-18-0/+7
| | | | | | Fixes #357. Also consolidate almost-identical fill_in_details.html template (for #344).
* Move some data: URIs to FixMyStreet style.Matthew Somerville2014-11-14-5/+2
| | | | | | Easier if the default shared styles stick with the sprite for everything, then you can just change that sprite rather than having to override CSS as well.
* Move footer styling to shared stylesheet.Matthew Somerville2014-11-14-0/+65
| | | | This look works well on the default styling also.
* Remove opacity from map controls on mobile.Matthew Somerville2014-11-14-4/+13
| | | | | This crashes at least one mobile browser; not sure why, but we can do without it.
* [fixmystreet.com] Experiment, no pins by default.Matthew Somerville2014-10-17-0/+34
| | | | | | | | This changes the default flow to show no pins and a message about reporting, with the second tab displaying existing problems (and showing map pins). Those existing problems are the ones that would currently be on "problems on the map" followed by those currently on "problems nearby".
* Remove margin from fieldsets, tidy box sizes.Matthew Somerville2014-09-25-43/+5
|
* Move most 'change location' text to main column.Matthew Somerville2014-09-25-2/+9
|
* Tweak reporting form i18n and style.Matthew Somerville2014-09-25-4/+2
| | | | | | Factor out "(public)" to its own string, and only remove the label top margin if it's an immediate child (otherwise labels inside divs halfway down lose their margin).
* Remove .general-sidebar-notes, inline text insteadMatthew Somerville2014-09-25-36/+5
| | | | | This removes all "hanging on" sidebars apart from the main reporting a problem one, interspersing the text in the form instead.
* Avoid gap below header on medium width screensZarino Zappia2014-09-24-21/+6
|
* Fix display of user menu on map page.Zarino Zappia2014-09-24-0/+28
|
* On map page, indent logo and expand navigation to width.Matthew Somerville2014-09-24-0/+9
|
* Remove reporting sidebar from .com cobrand.Zarino Zappia2014-09-24-0/+62
|
* Make map page sidebar flush with edges of window.Matthew Somerville2014-09-24-1/+4
|
* Remove unasked for 'medium' header bottom border.Matthew Somerville2014-09-24-2/+1
| | | | | | Without a bottom border specified, using border-image causes an inherited 'medium' (c. 3px) border to appear. Also repeat header border image, rather than default stretch.
* Minor whitespace fixes.Zarino Zappia2014-09-24-6/+11
|
* Simplify z-index of banners.Matthew Somerville2014-09-15-6/+3
| | | | | | Constrain the map in a position:relative to give it its own stacking context. This simplifies these z-indices and prevents the elements from floating above the main header. Fixes #673.
* Add fixmystreet.com reporting form A/B tests.Matthew Somerville2014-07-10-2/+2
| | | | | | Testing two things: * Putting the email box above the Yes/No, or repeating it inside. * Showing the contents of the Yes/No sections at first, or not.
* Merge branch '571-show-local-deploys-banner'Matthew Somerville2014-07-04-1/+0
|\ | | | | | | | | Conflicts: web/cobrands/fixmystreet/base.scss
| * Display a banner to non UK FixMyStreet visitorsStruan Donald2014-07-03-1/+0
| | | | | | | | | | | | only on FMS and only if from outside the uk Fixes #571
* | Internet Explorer tweaks for front page redesignStruan Donald2014-07-01-0/+3
| | | | | | | | | | | | Make mySociety tab wider to fit logo Just display text for FixMyStreet Platform link remove border on front page .content to stop odd line under footer
* | sort out display on mobileStruan Donald2014-07-01-3/+4
| | | | | | | | | | hide footer menu on mobile add privacy link to main menu, hide on desktop
* | update mysociety tabStruan Donald2014-07-01-2/+4
|/ | | | | update to new logo remove donate and our site links
* Fix FAQ sidebar link clickability.Matthew Somerville2014-02-04-0/+6
| | | | | Restoring the z-index:1 removed in 7c9e4b1a only on pages like the FAQ, so as to maintain the fix of that commit where needed.
* update footer-mobileapps CSDave Whiteland2014-01-27-53/+8
| | | | | | Remove ul, li styling because we're not using it any more: replaced the li with a paragraph, because I believe it's simpler. Paragraph mimics existing footer styles (which use li p).
* Tidy up use of main width a bit.Matthew Somerville2013-11-13-13/+11
|
* Simplify .content width/margins.Matthew Somerville2013-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 more admin external link icons.Matthew Somerville2013-11-07-2/+2
| | | | Use a relative URL in the CSS in case it's proxied.
* Show a graphic on links to non-admin pagesAndy Lulham2013-11-07-1/+10
| | | | Graphic and css from FMT. Fixes #579.
* Factor out some CSS colours, so that default layout CSS has no overrides.Matthew Somerville2013-10-25-7/+5
|
* Work around Chrome bug with bottom fixed navbar.Matthew Somerville2013-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 Somerville2013-10-25-17/+9
|
* Tidy up panzoom bar placement.Matthew Somerville2013-10-25-7/+1
|
* add admin-box styleDave Whiteland2013-09-30-0/+8
|
* add show-admin-notes class to bodyDave Whiteland2013-09-06-6/+15
| | | | | 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
* indicated deleted categories clearly on the body adminDave Whiteland2013-09-05-0/+6
| | | | this has been catching me out for years :-)
* add no-bullets style declaration to default admin CSSDave Whiteland2013-09-05-0/+6
|
* move those divs out of the paragraphs!Dave Whiteland2013-09-05-1/+2
| | | | added bottom margin to info boxes to fix layout on body form (hint div floating beneath it)
* tweaks to admin hint CSSDave Whiteland2013-09-05-2/+3
|
* add display-on-click hintsDave Whiteland2013-09-05-2/+40
|
* move new admin styles into _layout.scssDave Whiteland2013-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
* add admin info/warning stylesDave Whiteland2013-09-05-0/+15
|
* Move SCSS includes to separate directory.Matthew Somerville2013-05-24-0/+3037
This prevents warnings/errors when compiling in newer versions of SASS to do with overlapping filenames.