aboutsummaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeLines
* Tweaks to wording and layout of "follow" options.Seb Bacon2012-05-15-3/+15
|
* Merge branch 'develop' into feature/follow-buttonsSeb Bacon2012-05-15-2/+4
|\ | | | | | | | | | | Conflicts: app/models/track_mailer.rb app/models/track_thing.rb
| * Centre the "emergency user" login message.Seb Bacon2012-05-14-2/+4
| |
* | Support "following" functionality:Seb Bacon2012-05-14-0/+7
|/ | | | | | * Change "email me about stuff" wording to "follow" throughout * Introduce a new flag that the user can set, which controls if they get email alerts * Add a new link to a "wall" for logged in users where they can see a feed of all the things they're following
* Fix robots.txt to handle URLs with localesDavid Cabo2012-05-08-11/+12
|
* use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
|
* Display issue on request listsRobin Houston2012-02-16-2/+3
| | | | http://cl.ly/2w3B2u3o2T1d3u2a0p1o
* Position and size the logo correctly mk2Seb Bacon2012-02-13-0/+0
|
* Position and size the logo correctlySeb Bacon2012-02-13-0/+0
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2012-02-13-1/+6
|\
| * The .not-for-print rule needs to be !IMPORTANTRobin Houston2012-02-10-1/+1
| |
| * Generic class for hiding things from printRobin Houston2012-02-10-1/+6
| |
* | correct spelling of logoSeb Bacon2012-02-13-0/+0
|/
* Small fixesRobin Houston2012-01-27-9/+9
| | | | | - There is no such thing as “cursor: hand;” - Opacity is not measured in pixels.
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-26-4/+4
|\
| * Fix the style rules for #everypageRobin Houston2012-01-25-4/+4
| | | | | | | | Note that #everypage is not used by default.
* | Mainly accessibility related changes. Closes issue #367Seb Bacon2012-01-26-17/+35
|/
* Ensure logo is at the top (because people click on it to get homepage)Seb Bacon2012-01-25-1/+1
|
* Improve accessibility for base design (increase base font size, make font ↵Seb Bacon2012-01-24-40/+27
| | | | sizes relative, improve contrast of text). Fixes #348
* remove gawping people logo from core styles. Fixes #347.Seb Bacon2012-01-16-5/+0
|
* Discourage spiders from crawling old, wrongly generated URLs as per issue #311.Seb Bacon2012-01-11-0/+6
|
* Argh noSeb Bacon2012-01-09-1/+5
| | | | | The width needs to be fixed on the authority page, but not on the authority preview, so use a more specific CSS rule for the latter
* Make the width of the request be the width of the parent elementSeb Bacon2012-01-09-2/+2
| | | | | Using a fixed width for the request would cause text overflow in some places, such as the select_authority page.
* Bump up font size on public body page headerSeb Bacon2012-01-09-0/+1
|
* smaller default logged-in-barSeb Bacon2012-01-08-1/+1
|
* Left align annoation header lines.Seb Bacon2012-01-08-2/+0
|
* minor style fix: make H1 on "uphappy page" visibleSeb Bacon2012-01-08-1/+0
|
* Minor style fixes for annotationsSeb Bacon2012-01-08-12/+12
|
* Don't show the country notice in the print versionSeb Bacon2011-12-09-0/+4
|
* Merge branch 'feature/refactor-css-seb' of github.com:sebbacon/alaveteli ↵Seb Bacon2011-10-14-0/+0
|\ | | | | | | | | | | | | | | into feature/refactor-css-seb Conflicts: public/stylesheets/main.css public/stylesheets/theme.css
| * First attempt to move colours, fonts etc into "theme.css" and keep the ↵Seb Bacon2011-10-05-85/+292
| | | | | | | | main.css styles very plain.
| * merge theme and main stylesheets into oneSeb Bacon2011-10-05-1064/+901
| |
| * compress, tidy and normalise main stylesheetsSeb Bacon2011-10-05-1530/+1260
| |
| * remove redundant selectorsSeb Bacon2011-10-05-296/+7
| |
| * fix selector typoSeb Bacon2011-10-05-1/+1
| |
* | Change the mechanism by which we support themes. Fixes #203Seb Bacon2011-10-12-283/+13
| |
* | First attempt to move colours, fonts etc into "theme.css" and keep the ↵Seb Bacon2011-10-12-85/+292
| | | | | | | | main.css styles very plain.
* | merge theme and main stylesheets into oneSeb Bacon2011-10-12-1064/+901
| |
* | compress, tidy and normalise main stylesheetsSeb Bacon2011-10-12-1530/+1260
| |
* | remove redundant selectorsSeb Bacon2011-10-12-296/+7
| |
* | fix selector typoSeb Bacon2011-10-12-1/+1
| |
* | Ignore wordpress in public folderDavid Cabo2011-09-24-0/+1
|/
* Differentiate incoming, outoing requests, and comments, with coloured ↵Seb Bacon2011-09-16-0/+7
| | | | backgrounds and the word "From" as a signpost. Fixes #180.
* Make search result preview top align with "Search" page headingSeb Bacon2011-09-16-0/+1
|
* Fix unecessary horizontal scrolling in layoutSeb Bacon2011-09-16-1/+2
|
* Preserve search text when flipping between result types. Fixes #187.Seb Bacon2011-09-16-0/+8
|
* Bump up the size of text on form notes (it's often quite important)Seb Bacon2011-09-16-0/+1
|
* Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353Seb Bacon2011-09-15-0/+4
|
* Simplify the "Send follow up" / "Reply" UI: only offer singe "Write a reply" ↵Seb Bacon2011-09-15-1/+1
| | | | option, and on the next page, give the user the opportunity to change the recipient from the default (the last valid sender of a message) to any other valid recipient. Closes #35.
* Align headers on new request form, and indent comments slightly to ↵Seb Bacon2011-09-15-1/+10
| | | | differentiate them.