mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 22:50:25 -06:00
38 lines
530 B
CSS
38 lines
530 B
CSS
/* duplicated css exists in Flash.css */
|
|
div.clone1 {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-top: 0;
|
|
}
|
|
div.clone2 {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-top: 48px;
|
|
}
|
|
input.clone {
|
|
margin-left: 8px;
|
|
margin-right: 0;
|
|
}
|
|
span.clone,
|
|
i.clone {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
span.wrap {
|
|
display: inline-block;
|
|
width: 128px;
|
|
}
|
|
select.clone {
|
|
min-width: 123px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.Theme--sidebar {
|
|
span.wrap {
|
|
width: 150px;
|
|
}
|
|
select.clone {
|
|
min-width: 145px;
|
|
}
|
|
}
|