~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Michael Hudson
  • Date: 2009-08-04 04:08:03 UTC
  • Revision ID: michael.hudson@canonical.com-20090804040803-7i2ax9r5z19xsk3l
fix stupid thinko that resulted in bug 405686

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    width:493px;
32
32
    margin:0px 0px 5px 0px;
33
33
}
34
 
.information, .committer, .timer, .mfrom, .mto, .revid {
 
34
.information, .committer, .timer, .mfrom, .mto, .revid, .bug, .tags {
35
35
    clear:both;
36
36
    margin:0px;
37
37
    padding:0px 0px 2px 18px;
43
43
    padding:1px 0px 0px 18px;
44
44
    margin:0px 10px 5px 0px;
45
45
}
 
46
.tags {
 
47
    padding:1px 0px 0px 18px;
 
48
    margin:0px 10px 5px 0px;
 
49
    background:url(../images/ico_tag.gif) no-repeat top left;
 
50
}
46
51
.committer, .mfrom, .mto {
47
52
    color:#000;
48
53
    padding:1px 0px 0px 18px;
65
70
.mto {
66
71
    background:url(../images/ico_mergeto.gif) no-repeat top left;
67
72
}
 
73
.bug {
 
74
    padding:1px 0px 0px 18px;
 
75
    margin:0px 10px 5px 0px;
 
76
    float:left;
 
77
    clear:none;
 
78
    display:inline;
 
79
    background:url(../images/ico_bug.png) no-repeat top left;
 
80
}
68
81
/**/
69
82
#loggerheadCont p.expand, #loggerheadCont p.expand a, #loggerheadCont p.expand a:link, #loggerheadCont p.expand a:visited, #loggerheadCont p.expand a:hover {
70
83
    color:#0f6b97;
71
84
    text-decoration:none;
72
85
    margin-right:10px;
73
 
    float:left; 
 
86
    float:left;
74
87
}
75
88
#loggerheadCont p.codin, #loggerheadCont p.codin a, #loggerheadCont p.codin a:link, #loggerheadCont p.codin a:visited, #loggerheadCont p.codin a:hover {
76
89
    color:#000;
77
90
    font-size:12px;
78
91
    text-decoration:none;
79
92
    margin-right:10px;
80
 
    float:left; 
 
93
    float:left;
81
94
}
82
95
/*Diff Boxes*/
83
96
.diffBox {
96
109
.diff {
97
110
    margin: 2em 0 2em 0;
98
111
}
 
112
.diffinfo {
 
113
    overflow: hidden;
 
114
}
99
115
.lineNumber {
100
116
    width:2%;
101
117
    border-right:1px solid #d5d5d5;
117
133
    padding:0px 1%;
118
134
}
119
135
.unified .code { width:89%; }
120
 
.sbs .code, .blank { width:43%; }
121
 
.unified .insert .lineNumber.first {
 
136
.sbs .code, .blank {
 
137
    width:43%;
 
138
    overflow: hidden;
 
139
}
 
140
.unified .insert-row .lineNumber.first {
122
141
    background:#c9ffc9;
123
142
}
124
 
.unified .delete .lineNumber.second {
 
143
.unified .delete-row .lineNumber.second {
125
144
    background:#ffbfbf;
126
145
}
127
 
.code.insert, .insert .lineNumber.second, .both .lineNumber.second {
 
146
.code.insert, .insert-row .lineNumber.second, .both-row .lineNumber.second {
128
147
    background:#92ed92;
129
148
}
130
 
.code.delete, .delete .lineNumber.first, .both .lineNumber.first {
 
149
.code.delete, .delete-row .lineNumber.first, .both-row .lineNumber.first {
131
150
    background:#ff7f7f;
132
151
}
133
152
.separate {