Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename nav SCSS variable names. | Matthew Somerville | 2018-10-22 | -3/+3 |
| | | | | | Anything using old names should still work as long as they included the mixins file. | |||
* | Improve vertical alignment of #main-nav in IE9-11 | Zarino Zappia | 2018-10-01 | -1/+15 |
| | ||||
* | Remove unneeded IE8 things. | Matthew Somerville | 2018-05-02 | -5/+1 |
| | ||||
* | Drop IE7 support. | Matthew Somerville | 2018-05-02 | -46/+1 |
| | ||||
* | Simplify .container width calculations | Zarino Zappia | 2017-06-08 | -10/+3 |
| | | | | | | Removing the explicit width lets .container scale down nicely to the "middle" 48-60em screen width range without its contents hitting the sides of the window (as previously happened). | |||
* | Remove background overrides from sass core. | Matthew Somerville | 2017-06-08 | -5/+1 |
| | | | | | | Most cobrands have the same header at mobile and desktop, so it is easier and simpler for the default to have this and override where necessary. | |||
* | Update all cobrands for new core styles. | Zarino Zappia | 2017-06-08 | -60/+35 |
| | | | | Adjustments necessary due to the preceding commits. | |||
* | Reduce complexity of header CSS. | Zarino Zappia | 2017-06-08 | -14/+1 |
| | | | | | | 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. | |||
* | Remove default box-shadow from .content and aside | Zarino Zappia | 2016-06-24 | -1/+0 |
| | | | | | | | Fixes #1419. We also standardize on using `@include box-shadow()` where possible, and clearing out lots of now unnecessary box-shadow resets. | |||
* | Remove most IE8 special cases. | Matthew Somerville | 2016-06-15 | -12/+0 |
| | | | | | | Document the couple that are left, and fix the display of the logo with a simpler positioning/ less overriding. Drop a needless usage of 'rem' to make things a bit easier there too. | |||
* | Remove all IE6 special cases. | Matthew Somerville | 2016-06-15 | -1/+1 |
| | ||||
* | Merge branch '1350-stop-map-hiding-behind-header' | Matthew Somerville | 2016-06-03 | -20/+2 |
|\ | ||||
| * | [UK] Remove some unnecessary CSS. | Matthew Somerville | 2016-06-03 | -5/+0 |
| | | ||||
| * | Remove user-meta; "Your reports" to "Your account" | Zarino Zappia | 2016-06-03 | -5/+2 |
| | | ||||
| * | Absolutely position map pages. | Zarino Zappia | 2016-06-03 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the page layout and code. We add a new #map_sidebar for sidebar positioning, and a $mappage-header-height (defaulting to 4em) variable. We no longer need: * position_map_box; * map_fix; * special visual centre calculation; or * custom pan zoom positioning. As the sidebar now scrolls by itself and nothing can extend outside: * The big-green-banner is set to 100% width (with negative margins no longer required); * For cobrands that have an overhanging sidebar (e.g. Zurich), we add a .with-notes variant that adds a second column to the sidebar, perfect for containing secondary notes about the form. The resizing of the banner also required some tweaking to the size of the chevron-white SVG images. Update the $.fn.drawer() method for the new layout. Works well in IE7+8, and degrades gracefully in IE6. For IE7, we remove the existing z-index hacks, and put a new, simpler, one in, and fix a CSS bug that was hiding the map. Various cobrands are updated to adapt to the changes. | |||
* | | Merge branch 'move-to-libsass' | Matthew Somerville | 2016-05-31 | -29/+3 |
|\ \ | |/ |/| | ||||
| * | Improve CSS compilation. | Matthew Somerville | 2016-05-31 | -29/+3 |
| | | | | | | | | | | | | | | | | Move to using libsass via CSS::Sass, and stop using compass, supplying any used mixins directly. This removes the need for any ruby/gem based installation, and greatly increases the speed of compilation. make_css is also enhanced, bringing in the file monitoring previously done by a separate script and improving its dependency monitoring. | |||
* | | [Stevenage] Responsive header for Stevenage cobrand | Zarino Zappia | 2016-05-31 | -156/+258 |
|/ | ||||
* | [Hart] Fix missing menu class, tidy remaining. | Matthew Somerville | 2015-10-09 | -4/+4 |
| | | | | | The changes in 99610f1 missed out adding a class to the footer menu, and a few subsequent changes to the CSS. | |||
* | Streamline navigation menu CSS. | Matthew Somerville | 2015-09-28 | -29/+25 |
| | | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks. | |||
* | Add 'iel8' class to handle IE6-8 things. | Matthew Somerville | 2015-09-17 | -1/+1 |
| | | | | Remove unused 'oldie' (that was IE6-9). | |||
* | Various fixes to cobrands post zero content margin | Matthew Somerville | 2014-09-24 | -1/+1 |
| | ||||
* | Make map page sidebar flush with edges of window. | Matthew Somerville | 2014-09-24 | -1/+1 |
| | ||||
* | Factor out some CSS colours, so that default layout CSS has no overrides. | Matthew Somerville | 2013-10-25 | -9/+7 |
| | ||||
* | avoid content appearing over main menu on sign-up and local alerts page | Struan Donald | 2013-07-01 | -0/+4 |
| | ||||
* | Move SCSS includes to separate directory. | Matthew Somerville | 2013-05-24 | -4/+4 |
| | | | | | This prevents warnings/errors when compiling in newer versions of SASS to do with overlapping filenames. | |||
* | Fix warning in SCSS import. | Matthew Somerville | 2013-05-22 | -4/+4 |
| | ||||
* | Zurich admin table styles carried across to default admin templates, and ↵ | Matthew Somerville | 2013-02-21 | -1/+1 |
| | | | | tidy display of admin a bit. | |||
* | Autocomplete of Zurich street names (2beb264 plus tweaks). | Matthew Somerville | 2013-01-07 | -1/+1 |
| | ||||
* | Tidy up CSS font selection to be overridden. | Matthew Somerville | 2012-12-07 | -45/+19 |
| | ||||
* | Set borders to transparent, so no need to be overridden when not-white ↵ | Matthew Somerville | 2012-12-07 | -23/+0 |
| | | | | background. | |||
* | Inherit same colour for front-main children, so don't need to be respecified ↵ | Matthew Somerville | 2012-12-07 | -9/+0 |
| | | | | if changed. | |||
* | Remove forked layout CSS from Stevenage. | Matthew Somerville | 2012-12-07 | -1109/+272 |
| | ||||
* | Remove forked fonts and base CSS from Stevenage. | Matthew Somerville | 2012-12-06 | -3015/+51 |
| | | | | | | | | | Revert Stevenage's base stylesheet to inherit from FixMyStreet's, removing any unnecessary forked files, but leaving in the font overrides and change of front page button colour. Fix the $primary_text colour to be visible over $primary (this then removes the need for the colour override of the base part of 1162d5c8). | |||
* | Split contrast1 into its two current uses. | Matthew Somerville | 2012-12-06 | -1/+5 |
| | ||||
* | Stevenage: Changed the colour of the user text when you're logged in to be ↵ | Jedidiah Broadbent | 2012-10-15 | -2/+2 |
| | | | | more readable | |||
* | Stevenage IE8 position tweak | Jedidiah Broadbent | 2012-10-08 | -2/+3 |
| | ||||
* | Stevenage: IE8 Set a width on the council search box to stop it breaking ↵ | Jedidiah Broadbent | 2012-10-08 | -1/+5 |
| | | | | onto two lines. | |||
* | Added margin to front page report box to push below nav in IE6/7 | Jedidiah Broadbent | 2012-10-08 | -0/+3 |
| | ||||
* | Stevenage: Removed position static from nav in IE6/7 | Jedidiah Broadbent | 2012-10-08 | -1/+1 |
| | ||||
* | Stevenage: Added IE6/7 position change to front page header too | Jedidiah Broadbent | 2012-10-08 | -1/+5 |
| | ||||
* | Stevenage: IE6/7 Tweaks | Jedidiah Broadbent | 2012-10-08 | -0/+4 |
| | ||||
* | Stevenage IE6/7 Positioning Tweaks on Council header | Jedidiah Broadbent | 2012-10-08 | -2/+3 |
| | ||||
* | Stevenage: Moved menu on map page and reverted to full header. | Jedidiah Broadbent | 2012-10-08 | -9/+18 |
| | ||||
* | Stevenage: Missed a sticky-sidebar | Jedidiah Broadbent | 2012-10-03 | -1/+1 |
| | ||||
* | Stevenage: Changed 'All Reports' link to point to Stevenage reports and ↵ | Jedidiah Broadbent | 2012-10-03 | -1/+1 |
| | | | | moved sticky sidebars down a bit to account for the larger header | |||
* | Stevenage Map page changes | Jedidiah Broadbent | 2012-10-02 | -6/+43 |
| | ||||
* | Stevenage Home page styles | Jedidiah Broadbent | 2012-10-02 | -27/+1858 |
| | ||||
* | Added top to the wrong element | Jedidiah Broadbent | 2012-10-01 | -1/+1 |
| | ||||
* | Removed mySociety menu and positioned menu | Jedidiah Broadbent | 2012-10-01 | -0/+4 |
| |