# HG changeset patch # User Chris Cannam # Date 1363095417 0 # Node ID 31aee88c279bbef624dcd515027e22fcff01586f # Parent 3286032e15cf8586944489aa76aaea44666a4969 Layout and text fixes diff -r 3286032e15cf -r 31aee88c279b config/locales/en.yml --- a/config/locales/en.yml Tue Mar 12 13:24:05 2013 +0000 +++ b/config/locales/en.yml Tue Mar 12 13:36:57 2013 +0000 @@ -883,7 +883,7 @@ label_parent_revision: Parent label_child_revision: Child label_export_options: %{export_format} export options - label_my_colleagues: People I'm working with + label_my_colleagues: "Active projects for people I'm working with" label_working_in: Working in label_no_active_colleagues: No recent activity diff -r 3286032e15cf -r 31aee88c279b public/stylesheets/application.css --- a/public/stylesheets/application.css Tue Mar 12 13:24:05 2013 +0000 +++ b/public/stylesheets/application.css Tue Mar 12 13:36:57 2013 +0000 @@ -1035,7 +1035,8 @@ #activity dt img.gravatar, #members dt img.gravatar, #active-colleagues img.gravatar { float: left; - margin: 0 1em 1em 0; + clear: left; + margin: 0.2em 1em 0.4em 0; } /* Used on 12px Gravatar img tags without the icon background */ diff -r 3286032e15cf -r 31aee88c279b public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Tue Mar 12 13:24:05 2013 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Tue Mar 12 13:36:57 2013 +0000 @@ -80,7 +80,6 @@ .box .more { margin-left: 40px; } .box .institution { font-size: 0.95em; } -.box .active { margin-left: 2em; } #content .tabs { margin-bottom: 0; }