blob: a9d5a38068e60fe3e162fec6fb03381d5aa0db16 [file] [log] [blame]
/* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.pointer, .reviewed {
width: 12px;
padding: 0px;
vertical-align: top;
}
.status {
padding-right: 4px;
color: #888;
}
.pathColumn {
white-space: nowrap;
min-width: 600px;
}
.pathColumn a {
color: #000;
}
.commonPrefix {
color: #888;
}
.draftColumn,
.newColumn,
.commentColumn {
white-space: nowrap;
}
.draftColumn {
color: #d44;
font-weight: bold;
}
.newColumn {
font-weight: bold;
}
.deltaColumn1 {
white-space: nowrap;
text-align: right;
}
.deltaColumn2 {
padding-left: 5px;
white-space: nowrap;
text-align: right;
}
.inserted {
height: 10px;
display: inline-block;
background-color: #4d4;
}
.deleted {
height: 10px;
display: inline-block;
background-color: #d44;
}