# HG changeset patch # User Chris Cannam # Date 1374146367 -3600 # Node ID a6a25685e5a6aaade0c52b7063560abe22dfb30c # Parent 9dbf79aee6dad3dbc8a55cb33d5f68244d0cb622# Parent 0f5c32bfd33e91367aac53787a7ad7db7994e03b Merge from live branch diff -r 9dbf79aee6da -r a6a25685e5a6 app/controllers/welcome_controller.rb --- a/app/controllers/welcome_controller.rb Fri Jun 21 11:19:01 2013 +0100 +++ b/app/controllers/welcome_controller.rb Thu Jul 18 12:19:27 2013 +0100 @@ -24,7 +24,7 @@ def index @site_project = Project.find_by_identifier "soundsoftware-site" @site_news = [] - @site_news = News.latest_for @site_project if @site_project + @site_news = News.latest_for(@site_project, 3) if @site_project # tests if user is logged in to generate the tips of the day list if User.current.logged? diff -r 9dbf79aee6da -r a6a25685e5a6 app/views/activities/_busy.html.erb --- a/app/views/activities/_busy.html.erb Fri Jun 21 11:19:01 2013 +0100 +++ b/app/views/activities/_busy.html.erb Thu Jul 18 12:19:27 2013 +0100 @@ -13,7 +13,7 @@
- <%= ssamr_user_detail.text_area :description, :rows => 3, :cols => 40, :required => true, :class => 'wiki-edit' %> + <%= ssamr_user_detail.text_area :description, :rows => 3, :cols => 40, :required => true, :class => 'wiki-edit' %>
diff -r 9dbf79aee6da -r a6a25685e5a6 plugins/redmine_tags/assets/stylesheets/redmine_tags.css --- a/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Fri Jun 21 11:19:01 2013 +0100 +++ b/plugins/redmine_tags/assets/stylesheets/redmine_tags.css Thu Jul 18 12:19:27 2013 +0100 @@ -22,6 +22,7 @@ ul.tags li { margin: .25em 0px; } div.tags { text-align: center; } +div.tags h3 { text-align: left; } div.tags .tag-label { margin: .25em; } div.tags .tag-nube-1 { font-size: .8em; } div.tags .tag-nube-2 { font-size: .9em; } diff -r 9dbf79aee6da -r a6a25685e5a6 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Fri Jun 21 11:19:01 2013 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Thu Jul 18 12:19:27 2013 +0100 @@ -207,7 +207,7 @@ float: right; width: 27%; margin-right: 3%; - margin-top: 2.5em; + margin-top: 1em; margin-left: 2em; margin-bottom: 2em; }