Revision 1039:f6c71883b995

View differences:

app/views/projects/_members_box.html.erb
1 1
  <% if @users_by_role.any? %>
2
  <div class="members box">
2
  <div id="memberbox"><div class="box">
3 3
    <h3><%=l(:label_member_plural)%></h3>
4 4
    <p><% @users_by_role.keys.sort.each do |role| %>
5 5
    <%=h role %>: <%= @users_by_role[role].sort.collect{|u| link_to_user u}.join(", ") %><br />
6 6
    <% end %></p>
7
  </div>
7
  </div></div>
8 8
  <% end %>
public/stylesheets/application.css
256 256
.highlight.token-3 { background-color: #aaf;}
257 257

  
258 258
.box{
259
padding:6px;
260
margin-bottom: 10px;
261
background-color:#f6f6f6;
262
color:#505050;
263
line-height:1.5em;
264
border: 1px solid #e4e4e4;
259
    padding:6px;
260
    margin-bottom: 10px;
261
    background-color:#f6f6f6;
262
    color:#505050;
263
    line-height:1.5em;
264
    border: 1px solid #e4e4e4;
265 265
}
266 266

  
267 267
.box h4 {
268
margin-top: 0;
269
padding-top: 0;
268
    margin-top: 0;
269
    padding-top: 0;
270 270
}
271 271

  
272 272
div.square {
......
344 344
div#members dt .email { color: #777; font-size: 80%; }
345 345
div#members dd .roles { font-style: italic; }
346 346

  
347
div#memberbox h3 { 
348
  background: url(../images/group.png) no-repeat 0% 50%; 
349
  padding-left: 20px;
350
}
351
div#memberbox p { 
352
  padding-left: 20px;
353
  margin-left: 0;
354
}
355

  
356
div.issues ul {
357
  padding-left: 20px;
358
  margin-left: 0;
359
  list-style-type: none;
360
}
361
div.issues p {
362
  padding-left: 20px;
363
  margin-left: 0;
364
}
365

  
347 366
.projects .latest .title { margin-right: 0.5em; }
348 367
.tipoftheday .tip { margin-left: 2em; margin-top: 0.5em; }
349 368

  
public/themes/soundsoftware/stylesheets/application.css
147 147
*/
148 148
/* h4 { border-bottom: dotted 1px #c0c0c0; } */
149 149

  
150
.wiki p, .wiki li { margin-left: 3em; margin-right: 3em; }
150
.wiki p, .wiki li { margin-left: 30px; margin-right: 3em; }
151 151

  
152 152
div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }
153 153

  
vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css
33 33
}
34 34

  
35 35

  
36
div#bibliography dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
36
div#bibliography dd { margin-bottom: 1em; font-size: 0.9em; }
37 37

  
38 38
div#bibliography dd .authors { font-style: italic; }
39 39
div#bibliography dd span.authors { color: #808080; }
40 40
div#bibliography dd span.year { padding-left: 0.6em; }
41 41

  
42 42
div#bibliography .box dt { 
43
  background: url(../../../images/document.png) no-repeat 0% 4px; padding-left: 20px;
44
  margin-left: 2em;
43
  background: url(../../../images/document.png) no-repeat 0% 4px;
44
  padding-left: 20px;
45
  margin-left: 0;
45 46
}
46 47
div#bibliography .box dd { 
47
  margin-left: 25px;
48
  padding-left: 20px;
49
  margin-left: 0;
48 50
}
49 51

  
50 52
div#bibliography h3 { 

Also available in: Unified diff