diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 5 | ||||
-rw-r--r-- | public/stylesheets/yucky-green.css | 7 | ||||
-rw-r--r-- | todo.txt | 22 |
3 files changed, 19 insertions, 15 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index fe636c7b5..a20e3862d 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -10,8 +10,9 @@ WhatDoTheyKnow - file and explore Freedom of Information (FOI) requests <% end %> </title> - <%= stylesheet_link_tag 'main', :title => "Yucky green" %> - <%= stylesheet_link_tag 'alt', :rel => "alternate stylesheet", :title => "Tommy1" %> + <%= stylesheet_link_tag 'yucky-green', :title => "Yucky Green" %> + <%= stylesheet_link_tag 'main', :rel => "alternate stylesheet", :title => "Main" %> + <%= stylesheet_link_tag 'alt', :rel => "alternate stylesheet", :title => "Alternative" %> </head> <body> <div id="banner"> diff --git a/public/stylesheets/yucky-green.css b/public/stylesheets/yucky-green.css index d0d2e1b67..1e69b1981 100644 --- a/public/stylesheets/yucky-green.css +++ b/public/stylesheets/yucky-green.css @@ -460,6 +460,13 @@ table#list_requests .odd { margin-bottom: -1.0em; } +.correspondence_text { + background-color: #6f6f6f; + color: #ffffff; + padding: 0.5em; + margin: 1em; +} + /* /describe_state - user setting status of request */ @@ -1,33 +1,25 @@ Museum aliases -Internet explorer bug with HTML for Elena Test: Add PCTs to categories Test: http://localhost:3000/list - sent highlighted here deployment: - change the exec_after scripts to not do solr - install it on the server rebuild the xapian index make sure solr is stopped -You need to reload Xapian processes after any change - how do we deal with that? - maybe reload xapian db every x searches? - -Design ------- - -needs tagline that v. quickly explains what site is on each page -needs development text box - Later Solr ---------- +Use spelling correction for public bodies + Search for "health" crashes it (Solr?) highlight word docs text Remove vendor/plugins/acts_as_solr Finally check no solr in source grep -i, or in find (filenames) +Edits to outgoing/incoming/title won't be reindexed + FOI requests to use to test it ============================== @@ -76,6 +68,9 @@ Don't let people use email as their name Later ===== +Internet explorer bug with HTML for Elena +http://www.whatdotheyknow.com/request/_the_infection_rates_of_orthopae + Strip spaces on titles for email alerts - New updates for the request 'Suicide rates ' CSV export of lists of emails for admins @@ -247,9 +242,10 @@ Be sure to add: - all publically owned companies -Visual design ideas +Visual design notes =================== +Needs tagline that v. quickly explains what site is on each page Colour/shade requests and responses bubbles differently |