Mercurial > hg > soundsoftware-site
changeset 1039:f6c71883b995 cannam
More layout fixes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 15:07:05 +0000 |
parents | a7534dad6d19 |
children | ff783f2cc500 af23bcbbd911 |
files | app/views/projects/_members_box.html.erb public/stylesheets/application.css public/themes/soundsoftware/stylesheets/application.css vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css |
diffstat | 4 files changed, 36 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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? %> - <div class="members box"> + <div id="memberbox"><div class="box"> <h3><%=l(:label_member_plural)%></h3> <p><% @users_by_role.keys.sort.each do |role| %> <%=h role %>: <%= @users_by_role[role].sort.collect{|u| link_to_user u}.join(", ") %><br /> <% end %></p> - </div> + </div></div> <% end %>
--- 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; }
--- 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; }
--- 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 {