# HG changeset patch # User Chris Cannam # Date 1352819225 0 # Node ID f6c71883b99595328acf3db8e1c116cb38d3a71c # Parent a7534dad6d1973ff9e5ff8c473a9cd11992af379 More layout fixes diff -r a7534dad6d19 -r f6c71883b995 app/views/projects/_members_box.html.erb --- a/app/views/projects/_members_box.html.erb Tue Nov 13 14:41:33 2012 +0000 +++ b/app/views/projects/_members_box.html.erb Tue Nov 13 15:07:05 2012 +0000 @@ -1,8 +1,8 @@ <% if @users_by_role.any? %> -
+

<%=l(:label_member_plural)%>

<% @users_by_role.keys.sort.each do |role| %> <%=h role %>: <%= @users_by_role[role].sort.collect{|u| link_to_user u}.join(", ") %>
<% end %>

-
+
<% end %> diff -r a7534dad6d19 -r f6c71883b995 public/stylesheets/application.css --- a/public/stylesheets/application.css Tue Nov 13 14:41:33 2012 +0000 +++ b/public/stylesheets/application.css Tue Nov 13 15:07:05 2012 +0000 @@ -256,17 +256,17 @@ .highlight.token-3 { background-color: #aaf;} .box{ -padding:6px; -margin-bottom: 10px; -background-color:#f6f6f6; -color:#505050; -line-height:1.5em; -border: 1px solid #e4e4e4; + padding:6px; + margin-bottom: 10px; + background-color:#f6f6f6; + color:#505050; + line-height:1.5em; + border: 1px solid #e4e4e4; } .box h4 { -margin-top: 0; -padding-top: 0; + margin-top: 0; + padding-top: 0; } div.square { @@ -344,6 +344,25 @@ div#members dt .email { color: #777; font-size: 80%; } div#members dd .roles { font-style: italic; } +div#memberbox h3 { + background: url(../images/group.png) no-repeat 0% 50%; + padding-left: 20px; +} +div#memberbox p { + padding-left: 20px; + margin-left: 0; +} + +div.issues ul { + padding-left: 20px; + margin-left: 0; + list-style-type: none; +} +div.issues p { + padding-left: 20px; + margin-left: 0; +} + .projects .latest .title { margin-right: 0.5em; } .tipoftheday .tip { margin-left: 2em; margin-top: 0.5em; } diff -r a7534dad6d19 -r f6c71883b995 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Tue Nov 13 14:41:33 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Tue Nov 13 15:07:05 2012 +0000 @@ -147,7 +147,7 @@ */ /* h4 { border-bottom: dotted 1px #c0c0c0; } */ -.wiki p, .wiki li { margin-left: 3em; margin-right: 3em; } +.wiki p, .wiki li { margin-left: 30px; margin-right: 3em; } div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; } diff -r a7534dad6d19 -r f6c71883b995 vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css --- a/vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue Nov 13 14:41:33 2012 +0000 +++ b/vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue Nov 13 15:07:05 2012 +0000 @@ -33,18 +33,20 @@ } -div#bibliography dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; } +div#bibliography dd { margin-bottom: 1em; font-size: 0.9em; } div#bibliography dd .authors { font-style: italic; } div#bibliography dd span.authors { color: #808080; } div#bibliography dd span.year { padding-left: 0.6em; } div#bibliography .box dt { - background: url(../../../images/document.png) no-repeat 0% 4px; padding-left: 20px; - margin-left: 2em; + background: url(../../../images/document.png) no-repeat 0% 4px; + padding-left: 20px; + margin-left: 0; } div#bibliography .box dd { - margin-left: 25px; + padding-left: 20px; + margin-left: 0; } div#bibliography h3 {