blob: 190f8f9f20bbe7df0e92371822b50386980a8ba9 [file] [log] [blame]
/*
* Copyright (C) 2018 Sony Interactive Entertainment Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
.content-view.layers-3d .layer-info {
display: flex;
position: absolute;
top: 0;
max-width: 300px;
max-height: calc(100% - 20px);
margin: 10px;
border-radius: 5px;
background-color: var(--panel-background-color);
box-shadow: 0 1px 5px hsla(0, 0%, 0%, 0.5);
}
.content-view.layers-3d .layer-info .content {
flex: 1;
margin: 10px;
overflow-y: auto;
}
.content-view.layers-3d .layer-info .content > div {
font-size: 12px;
font-weight: bold;
}
.content-view.layers-3d .layer-info table {
margin: 10px 0;
}
.content-view.layers-3d .layer-info td {
padding: 0 5px;
line-height: 14px;
vertical-align: top;
}
.content-view.layers-3d .layer-info ul {
margin: 10px 0 0;
padding: 0;
-webkit-margin-start: 11px;
-webkit-padding-start: 11px;
}
.content-view.layers-3d .layer-info li {
line-height: 14px;
}