Move ID field to after user data and display multiple IDs nicely

This commit is contained in:
David Rowe 2016-04-09 14:37:24 +12:00
parent 37bd4247da
commit 88067fd89f
2 changed files with 11 additions and 4 deletions

View file

@ -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;

View file

@ -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">