mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add MAC address inputs for instance create methods
This commit is contained in:
parent
61d822efaa
commit
c354393685
3 changed files with 46 additions and 14 deletions
|
@ -173,3 +173,11 @@ p {
|
|||
a {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.input-xs {
|
||||
height: 22px;
|
||||
padding: 2px 5px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
|
||||
border-radius: 2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue