mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 11:09:03 -06:00
22 lines
310 B
CSS
22 lines
310 B
CSS
div.clone1 {
|
|
position: absolute;
|
|
right: 10px;
|
|
margin-top: 0;
|
|
}
|
|
div.clone2 {
|
|
position: absolute;
|
|
right: 10px;
|
|
margin-top: 48px;
|
|
}
|
|
span.input {
|
|
display: inline-block;
|
|
width: 330px;
|
|
}
|
|
input.clone {
|
|
margin-left: 8px;
|
|
margin-right: 0;
|
|
}
|
|
span.clone {
|
|
margin-right: 4px;
|
|
}
|