mirror of
https://github.com/overte-org/overte.git
synced 2025-06-03 08:51:27 +02:00
Move ID field to after user data and display multiple IDs nicely
This commit is contained in:
parent
37bd4247da
commit
88067fd89f
2 changed files with 11 additions and 4 deletions
|
@ -908,6 +908,13 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
#id label {
|
||||
width: 24px;
|
||||
}
|
||||
#property-id {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#property-id::selection {
|
||||
color: #000000;
|
||||
background-color: #00b4ef;
|
||||
|
|
|
@ -1334,10 +1334,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div id="id" class="property value">
|
||||
<label>ID:</label>
|
||||
<span id="property-id" class="selectable"></span>
|
||||
</div>
|
||||
<div class="property text">
|
||||
<label for="property-name">Name</label>
|
||||
<input type="text" id="property-name">
|
||||
|
@ -1346,6 +1342,10 @@
|
|||
<label for="property-user-data">User data</label>
|
||||
<textarea id="property-user-data"></textarea>
|
||||
</div>
|
||||
<div id="id" class="property value">
|
||||
<label>ID:</label>
|
||||
<span id="property-id" class="selectable"></span>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section-header hyperlink-group hyperlink-section">
|
||||
|
|
Loading…
Reference in a new issue