Revision 1290:dd8b5f835522 plugins/redmine_bibliography/assets

View differences:

plugins/redmine_bibliography/assets/stylesheets/bibliography.css
39 39
div#bibliography dd span.authors { color: #808080; }
40 40
div#bibliography dd span.year { padding-left: 0.6em; }
41 41

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

  
52
div#bibliography h3 { 
53
  background: url(../../../images/table_multiple.png) no-repeat 0% 50%; 
52
div#bibliography h3 {
53
  background: url(../../../images/table_multiple.png) no-repeat 0% 50%;
54 54
  padding-left: 20px;
55 55
}
56 56

  
......
59 59
  height: 200px;
60 60
  font: normal 8px;
61 61
  padding: 2px 10px;
62
  border: solid 1px #ddd;  
62
  border: solid 1px #ddd;
63 63
}
64

  
65
input.author_search {width:100%}
66
input.author_search {
67
  background: url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px;
68
  border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%;
69
}
70
input.author_search.ajax-loading {
71
  background-image: url(../images/loading.gif);
72
}
73

  

Also available in: Unified diff