~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/diff.css

  • Committer: Martin Albisetti
  • Date: 2008-07-24 00:47:13 UTC
  • mto: (157.1.3 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080724004713-hdjkfxxbd0jgnnol
Arrows pointing the other way for "Merged In"

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        width:493px;
28
28
        margin:0px 0px 5px 0px;
29
29
}
30
 
.information, .comiter, .timer, .mfrom, .revid {
 
30
.information, .comiter, .timer, .mfrom, .mto, .revid {
31
31
        clear:both;
32
32
        margin:0px;
33
33
        padding:0px 0px 2px 18px;
39
39
    padding:1px 0px 0px 18px;
40
40
    margin:0px 10px 5px 0px;
41
41
}
42
 
.comiter, .mfrom {
43
 
        clear:none;
 
42
.comiter, .mfrom, .mto {
44
43
        color:#000;
45
44
        padding:1px 0px 0px 18px;
46
45
        margin:0px 10px 5px 0px;
59
58
.mfrom {
60
59
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
61
60
}
 
61
.mto {
 
62
        background:url(../images/ico_mergeto.gif) no-repeat top left;
 
63
}
62
64
/**/
63
65
#loggerheadCont p.expand, #loggerheadCont p.expand a, #loggerheadCont p.expand a:link, #loggerheadCont p.expand a:visited, #loggerheadCont p.expand a:hover {
64
66
        color:#0f6b97;