mirror of
https://github.com/overte-org/overte.git
synced 2025-06-13 09:31:30 +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;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#id label {
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
#property-id {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
#property-id::selection {
|
#property-id::selection {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
|
|
|
@ -1334,10 +1334,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="id" class="property value">
|
|
||||||
<label>ID:</label>
|
|
||||||
<span id="property-id" class="selectable"></span>
|
|
||||||
</div>
|
|
||||||
<div class="property text">
|
<div class="property text">
|
||||||
<label for="property-name">Name</label>
|
<label for="property-name">Name</label>
|
||||||
<input type="text" id="property-name">
|
<input type="text" id="property-name">
|
||||||
|
@ -1346,6 +1342,10 @@
|
||||||
<label for="property-user-data">User data</label>
|
<label for="property-user-data">User data</label>
|
||||||
<textarea id="property-user-data"></textarea>
|
<textarea id="property-user-data"></textarea>
|
||||||
</div>
|
</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">
|
<div class="section-header hyperlink-group hyperlink-section">
|
||||||
|
|
Loading…
Reference in a new issue