blob: 26f8ff506ba7993066c0bd9f91c2d277d1d3efde [file] [log] [blame]
/* Copyright (C) 2014 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.
*/
.comment, .draft, .insert, .delete, .edit {
min-height: 5px;
position: absolute;
right: 0;
z-index: 7;
}
.comment, .draft {
color: #0d0d0d;
font-size: 9px;
}
.delete {
background-color: #faa;
min-width: 12px;
}
.insert {
background-color: #9f9;
min-width: 12px;
}
.edit {
border-left: 6px solid #faa;
width: 6px !important;
background-color: #9f9;
}