~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-19 21:37:14 UTC
  • mfrom: (461.1.2 bug-383631)
  • Revision ID: michael.hudson@linaro.org-20120119213714-3r0wrm96mewvt8pr
fix bug #383631: Breadcrumbs while annotating a file in head shows the most recent revision in the url instead of head

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*Info Box*/
2
2
.infoContainer {
3
 
    width:970px;
4
 
    padding:10px 10px 0px 10px;
5
 
    margin:0px 0px 10px 0px;
6
 
    color:#666;
7
 
    background:#fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
8
 
    border:1px solid #b7b7b7;
9
 
}
 
3
    width: 970px;
 
4
    padding: 10px 10px 0 10px;
 
5
    margin: 0 0 10px 0;
 
6
    color: #666;
 
7
    background: #fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
 
8
    border: 1px solid #b7b7b7;
 
9
    }
10
10
ul#list-files {
11
 
    float:right;
12
 
    width:460px;
13
 
    list-style:none;
14
 
    margin:0px;
15
 
    padding:0px;
16
 
    font:normal 11px/normal sans-serif;
17
 
    color:#000;
18
 
}
 
11
    float: right;
 
12
    width: 460px;
 
13
    font-size: 77%;
 
14
    color: #000;
 
15
    }
19
16
ul#list-files li {
20
 
    width:440px;
21
 
    padding:2px 0px 2px 20px;
22
 
    margin:0px 0px 2px 8px;
23
 
    background:url(../images/ico_file.gif) 2px 0px no-repeat;
24
 
}
 
17
    width: 440px;
 
18
    padding: 2px 0 2px 20px;
 
19
    margin: 0 0 2px 8px;
 
20
    background: url(../images/ico_file.gif) 2px 0 no-repeat;
 
21
    }
25
22
ul#list-files li.desc {
26
23
    margin-left: 0;
27
 
    background:url(../images/ico_description.gif) 0px 0px no-repeat;
28
 
}
 
24
    background: url(../images/ico_description.gif) 0 0 no-repeat;
 
25
    }
29
26
#infTxt {
30
 
    float:left;
31
 
    width:493px;
32
 
    margin:0px 0px 5px 0px;
33
 
}
34
 
.information, .committer, .timer, .mfrom, .mto, .revid, .bug, .tags {
35
 
    clear:both;
36
 
    margin:0px;
37
 
    padding:0px 0px 2px 18px;
38
 
    font:normal 11px/1.3 sans-serif;
39
 
    color:#666;
40
 
    background:url(../images/ico_description.gif) no-repeat top left;
41
 
}
42
 
.revid {
43
 
    padding:1px 0px 0px 18px;
44
 
    margin:0px 10px 5px 0px;
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
 
}
51
 
.committer, .mfrom, .mto {
52
 
    color:#000;
53
 
    padding:1px 0px 0px 18px;
54
 
    margin:0px 10px 5px 0px;
55
 
    float:left;
56
 
    display:inline;
57
 
    background:url(../images/ico_committer.gif) no-repeat 2px 0px;
58
 
}
59
 
.timer {
60
 
    margin:0px 10px 5px 0px;
61
 
    padding:1px 0px 0px 18px;
62
 
    float:left;
63
 
    clear:none;
64
 
    display:inline;
65
 
    background:url(../images/ico_time.gif) no-repeat top left;
66
 
}
67
 
.mfrom {
68
 
    background:url(../images/ico_mergefrom.gif) no-repeat top left;
69
 
}
70
 
.mto {
71
 
    background:url(../images/ico_mergeto.gif) no-repeat top left;
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
 
}
81
 
/**/
82
 
#loggerheadCont p.expand, #loggerheadCont p.expand a, #loggerheadCont p.expand a:link, #loggerheadCont p.expand a:visited, #loggerheadCont p.expand a:hover {
83
 
    color:#0f6b97;
84
 
    text-decoration:none;
85
 
    margin-right:10px;
86
 
    float:left;
87
 
}
88
 
#loggerheadCont p.codin, #loggerheadCont p.codin a, #loggerheadCont p.codin a:link, #loggerheadCont p.codin a:visited, #loggerheadCont p.codin a:hover {
89
 
    color:#000;
90
 
    font-size:12px;
91
 
    text-decoration:none;
92
 
    margin-right:10px;
93
 
    float:left;
94
 
}
 
27
    float: left;
 
28
    width: 493px;
 
29
    margin: 0 0 5px 0;
 
30
    font-size:  77%;
 
31
    color: #666;
 
32
    }
95
33
/*Diff Boxes*/
96
34
.diffBox {
97
 
    width:100%;
98
 
    padding:6px 0%;
99
 
    background:#eef6fa;
100
 
    border:1px solid #d2d2d2;
101
 
    margin:10px 0px 0px 0px;
102
 
}
 
35
    width: 100%;
 
36
    padding: 6px 0;
 
37
    background: #eef6fa;
 
38
    border: 1px solid #d2d2d2;
 
39
    margin: 10px 0 0 0;
 
40
    }
103
41
.diffBox img {
104
 
    vertical-align:middle;
105
 
}
106
 
.diffBox a, .diffBox a:link, .diffBox a:visited, .diffBox a:hover {
107
 
    text-decoration:none;
108
 
}
 
42
    vertical-align: middle;
 
43
    }
 
44
.diffBox a {
 
45
    text-decoration: none;
 
46
    }
109
47
.diff {
110
 
    margin: 2em 0 2em 0;
111
 
}
 
48
    margin: 2em 0;
 
49
    }
112
50
.diffinfo {
113
51
    overflow: hidden;
114
 
}
 
52
    }
115
53
.lineNumber {
116
 
    width:2%;
117
 
    border-right:1px solid #d5d5d5;
118
 
    border-left:1px solid #d5d5d5;
119
 
    background:#f8fbfd;
120
 
    text-align:right;
121
 
}
 
54
    width: 2%;
 
55
    border-width: 0 1px;
 
56
    border-style: solid;
 
57
    border-color: #d5d5d5;
 
58
    background: #f8fbfd;
 
59
    text-align: right;
 
60
    }
122
61
.unified .lineNumber.second {
123
 
    border-left:0px;
124
 
}
125
 
.code, .lineNumber {
126
 
    float:left;
127
 
    padding:0px 1%;
128
 
    color:#000;
129
 
    font:normal 12px/1.8 monospace;
130
 
}
131
 
.blank {
132
 
    float: left;
133
 
    padding:0px 1%;
134
 
}
135
 
.unified .code { width:89%; }
136
 
.sbs .code, .blank {
137
 
    width:43%;
 
62
    border-left: 0;
 
63
    }
 
64
.code,
 
65
.lineNumber {
 
66
    float: left;
 
67
    padding: 0 1%;
 
68
    color: #000;
 
69
    font-size: 85%;
 
70
    font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
 
71
    line-height: 180%;
 
72
    }
 
73
.blank {
 
74
    float: left;
 
75
    padding: 0 1%;
 
76
    }
 
77
.unified .code {
 
78
    width: 89%;
 
79
    }
 
80
.sbs .code,
 
81
.blank {
 
82
    width: 43%;
138
83
    overflow: hidden;
139
 
}
 
84
    }
140
85
.unified .insert-row .lineNumber.first {
141
 
    background:#c9ffc9;
142
 
}
 
86
    background: #c9ffc9;
 
87
    }
143
88
.unified .delete-row .lineNumber.second {
144
 
    background:#ffbfbf;
145
 
}
146
 
.code.insert, .insert-row .lineNumber.second, .both-row .lineNumber.second {
147
 
    background:#92ed92;
148
 
}
149
 
.code.delete, .delete-row .lineNumber.first, .both-row .lineNumber.first {
150
 
    background:#ff7f7f;
151
 
}
 
89
    background: #ffbfbf;
 
90
    }
 
91
.code.insert,
 
92
.insert-row .lineNumber.second,
 
93
.both-row .lineNumber.second {
 
94
    background: #92ed92;
 
95
    }
 
96
.code.delete,
 
97
.delete-row .lineNumber.first,
 
98
.both-row .lineNumber.first {
 
99
    background: #ff7f7f;
 
100
    }
152
101
.separate {
153
102
    height: 2em;
154
103
    background: #e3e3e3;
155
 
}
 
104
    }
156
105
ul#pages {
157
 
    margin-top:10px;
158
 
}
 
106
    margin-top: 10px;
 
107
    }
159
108
/*Foot Links*/
160
109
#loggerheadCont p.lpandbzr {
161
 
    float:left;
162
 
    padding:3px 0px 0px 0px;
163
 
    margin-top:10px;
164
 
}
 
110
    float: left;
 
111
    padding: 3px 0 0 0;
 
112
    margin-top: 10px;
 
113
    }