| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
|
| |
And remove it in footer if present (so that a different background
doesn't potentially show through).
|
|
|
|
| |
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
|
|
|
|
|
|
| |
Fixes #357.
Also consolidate almost-identical fill_in_details.html template
(for #344).
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This look works well on the default styling also.
|
|
|
|
|
| |
This crashes at least one mobile browser; not sure why, but we can do
without it.
|
|
|
|
|
|
|
|
| |
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".
|
| |
|
| |
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
This removes all "hanging on" sidebars apart from the main reporting a
problem one, interspersing the text in the form instead.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| | |
Conflicts:
web/cobrands/fixmystreet/base.scss
|
| |
| |
| |
| |
| |
| | |
only on FMS and only if from outside the uk
Fixes #571
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
hide footer menu on mobile
add privacy link to main menu, hide on desktop
|
|/
|
|
|
| |
update to new logo
remove donate and our site links
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Use a relative URL in the CSS in case it's proxied.
|
|
|
|
| |
Graphic and css from FMT. Fixes #579.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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
|
|
|
|
| |
this has been catching me out for years :-)
|
| |
|
|
|
|
| |
added bottom margin to info boxes to fix layout on body form (hint div floating beneath it)
|
| |
|
| |
|
|
|
|
|
| |
this is probably better practice since we can use sass
Maybe need to bring the other style declarations in header into scss file too
|
| |
|
|
This prevents warnings/errors when compiling in newer versions of SASS
to do with overlapping filenames.
|