mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
refactoring
This commit is contained in:
parent
8a18a41459
commit
aaea8fef24
@ -211,36 +211,36 @@
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<table class="msd-info">
|
||||
<table class="menu-item-content-kv">
|
||||
<tr>
|
||||
<td>Status: </td>
|
||||
<td id="msd-status" class="msd-info-value"></td>
|
||||
<td id="msd-status" class="value"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
||||
<table class="msd-info msd-single-storage feature-disabled">
|
||||
<table class="menu-item-content-kv msd-single-storage feature-disabled">
|
||||
<tr>
|
||||
<td>Current image:</td>
|
||||
<td id="msd-image-name" class="msd-info-value"></td>
|
||||
<td id="msd-image-name" class="value"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Image size:</td>
|
||||
<td id="msd-image-size" class="msd-info-value"></td>
|
||||
<td id="msd-image-size" class="value"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Storage size:</td>
|
||||
<td id="msd-storage-size" class="msd-info-value"></td>
|
||||
<td id="msd-storage-size" class="value"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="msd-info msd-multi-storage feature-disabled">
|
||||
<table class="menu-item-content-kv msd-multi-storage feature-disabled">
|
||||
<tr>
|
||||
<td>Image:</td>
|
||||
<td width="100%"><select disabled id="msd-image-selector"></select></td>
|
||||
<td><button disabled id="msd-remove-image">Remove</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="msd-info msd-multi-storage feature-disabled">
|
||||
<table class="menu-item-content-kv msd-multi-storage feature-disabled">
|
||||
<tr class="msd-cdrom-emulation feature-disabled">
|
||||
<td>Emulate CD-ROM drive:</td>
|
||||
<td>
|
||||
@ -274,14 +274,14 @@
|
||||
<hr>
|
||||
|
||||
<div id="msd-submenu-new-image" class="msd-message">
|
||||
<table class="msd-info">
|
||||
<table class="menu-item-content-kv">
|
||||
<tr>
|
||||
<td>New image:</td>
|
||||
<td id="msd-new-image-name" class="msd-info-value"></td>
|
||||
<td id="msd-new-image-name" class="value"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Upload size:</td>
|
||||
<td id="msd-new-image-size" class="msd-info-value"></td>
|
||||
<td id="msd-new-image-size" class="value"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
||||
@ -28,18 +28,3 @@ div#msd-menu div.msd-message,
|
||||
div#msd-menu input.msd-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#msd-menu table.msd-info {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
border-spacing: 5px;
|
||||
margin: 0 10px 0 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div#msd-menu table.msd-info td.msd-info-value {
|
||||
font-weight: bold;
|
||||
max-width: 310px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -133,6 +133,20 @@ ul#menu li div.menu-item-content-text table.one-line-switch {
|
||||
}
|
||||
}
|
||||
|
||||
ul#menu li div.menu-item-content table.menu-item-content-kv {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
border-spacing: 5px;
|
||||
margin: 0 10px 0 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
ul#menu li div.menu-item-content table.menu-item-content-kv td.value {
|
||||
font-weight: bold;
|
||||
max-width: 310px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ul#menu li div.menu-item-content-buttons button,
|
||||
ul#menu li div.menu-item-content-buttons select {
|
||||
box-shadow: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user