Ensure that the expand/collapse icon is always visible

This commit is contained in:
David Rowe 2016-09-07 17:09:56 +12:00
parent dba3efd857
commit b372f82f78
2 changed files with 12 additions and 5 deletions

View file

@ -909,10 +909,10 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
width: 10%; width: 10%;
} }
#col-name { #col-name {
width: 20%; width: 19%;
} }
#col-url { #col-url {
width: 20%; width: 19%;
} }
#col-locked, #col-visible { #col-locked, #col-visible {
width: 4%; width: 4%;
@ -933,7 +933,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
width: 8%; width: 8%;
} }
#col-hasScript { #col-hasScript {
width: 4%; width: 6%;
} }
.verticesCount, .texturesCount, .texturesSize, .drawCalls { .verticesCount, .texturesCount, .texturesSize, .drawCalls {
@ -1003,9 +1003,16 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
} }
#entity-table th #info-toggle { #entity-table th #info-toggle {
display: inline-block;
position: absolute; position: absolute;
left: initial; left: initial;
right: 4px; right: 0;
width: 11px;
background-color: #1c1c1c;
}
#entity-table th #info-toggle span {
position: relative;
left: 0;
} }
#entity-table td { #entity-table td {

View file

@ -61,7 +61,7 @@
<th id="entity-texturesSize">T Size<span class="sort-order"></span></th> <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-hasTransparent"><span class="glyph">'</span><span class="sort-order"></span></th>
<th id="entity-drawCalls">Draws<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> </tr>
</thead> </thead>
<tbody class="list" id="entity-table-body"> <tbody class="list" id="entity-table-body">