blob: 2803db38ab88183fd2b67c9b23d420d0028d5159 [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, .removeButton {
padding: 0px;
vertical-align: top;
}
.pointer {
width: 12px;
}
.reviewed, .removeButton {
height: 19px;
width: 20px;
}
.table th {
vertical-align: top;
text-align: left;
}
.table tr {
vertical-align: top;
}
.table tr:hover {
background: rgba(209, 245, 248, 0.32);
}
.table tr.nohover:hover {
background: transparent;
}
.status {
padding-right: 4px;
color: #888;
}
.pathColumn {
white-space: nowrap;
min-width: 600px;
}
.pathColumn a {
color: #000;
cursor: pointer;
}
.commonPrefix {
color: #888;
}
.renameCopySource {
color: #888;
font-size: smaller;
}
.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;
}
.removeButton button {
cursor: pointer;
padding: 0;
margin: 0 0 0 5px;
border: 0;
background-color: transparent;
white-space: nowrap;
}