mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Ensure that the expand/collapse icon is always visible
This commit is contained in:
parent
dba3efd857
commit
b372f82f78
2 changed files with 12 additions and 5 deletions
|
@ -909,10 +909,10 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
width: 10%;
|
||||
}
|
||||
#col-name {
|
||||
width: 20%;
|
||||
width: 19%;
|
||||
}
|
||||
#col-url {
|
||||
width: 20%;
|
||||
width: 19%;
|
||||
}
|
||||
#col-locked, #col-visible {
|
||||
width: 4%;
|
||||
|
@ -933,7 +933,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
width: 8%;
|
||||
}
|
||||
#col-hasScript {
|
||||
width: 4%;
|
||||
width: 6%;
|
||||
}
|
||||
|
||||
.verticesCount, .texturesCount, .texturesSize, .drawCalls {
|
||||
|
@ -1003,9 +1003,16 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
}
|
||||
|
||||
#entity-table th #info-toggle {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: initial;
|
||||
right: 4px;
|
||||
right: 0;
|
||||
width: 11px;
|
||||
background-color: #1c1c1c;
|
||||
}
|
||||
#entity-table th #info-toggle span {
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#entity-table td {
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<th id="entity-texturesSize">T Size<span class="sort-order"></span></th>
|
||||
<th id="entity-hasTransparent"><span class="glyph">'</span><span class="sort-order"></span></th>
|
||||
<th id="entity-drawCalls">Draws<span class="sort-order"></span></th>
|
||||
<th colspan="2" id="entity-hasScript"><span class="glyph">k</span><span class="sort-order"></span><span id="info-toggle" class="glyph">D</span></th>
|
||||
<th colspan="2" id="entity-hasScript"><span class="glyph">k</span><span class="sort-order"></span><span id="info-toggle"><span class="glyph">D</span></span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="list" id="entity-table-body">
|
||||
|
|
Loading…
Reference in a new issue