diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index a0e4bf0f82..62d9c13e16 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -918,10 +918,10 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { width: 4%; } #col-verticesCount { - width: 10%; + width: 8%; } #col-texturesCount { - width: 10%; + width: 8%; } #col-texturesSize { width: 10%; @@ -930,7 +930,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { width: 4%; } #col-drawCalls { - width: 10%; + width: 8%; } #col-hasScript { width: 4%; @@ -960,12 +960,18 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { top: 49px; left: 0; width: 100%; + word-wrap: nowrap; + white-space: nowrap; + overflow: hidden; } -#entity-table thead th { +#entity-table th { + display: inline-block; box-sizing: border-box; - padding: 0 0 0 8px; + padding: 5px 0 0 0; vertical-align: middle; + overflow: hidden; + text-overflow: ellipsis; } #entity-table th:focus { @@ -974,7 +980,15 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { #entity-table th .glyph { position: relative; - left: 0; + left: 4px; +} +#entity-table th .glyph + .sort-order { + position: relative; + left: 4px; +} + +#entity-table th#entity-hasScript { + overflow: visible; } #entity-table th#entity-hasScript .glyph { @@ -985,10 +999,15 @@ textarea:enabled[scrolling="true"]::-webkit-resizer { display: inline-block; width: 8px; margin: -5px 0 -3px 0; - text-align: right; vertical-align: middle; } +#entity-table th #info-toggle { + position: absolute; + left: initial; + right: 4px; +} + #entity-table td { box-sizing: border-box; } diff --git a/scripts/system/html/entityList.html b/scripts/system/html/entityList.html index fc135aba42..ed9b98333d 100644 --- a/scripts/system/html/entityList.html +++ b/scripts/system/html/entityList.html @@ -61,23 +61,23 @@