mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 21:40:20 -05:00
@@ -32,8 +32,8 @@ $prev = urlencode($i>0 ? $refs[$i-1] : $refs[$end]);
|
||||
$next = urlencode($i<$end ? $refs[$i+1] : $refs[0]);
|
||||
?>
|
||||
<style>
|
||||
div.clone1{position:absolute;right:0;margin-top:30px}
|
||||
div.clone2{position:absolute;right:0;margin-top:78px}
|
||||
div.clone1{position:absolute;right:0;margin-top:0}
|
||||
div.clone2{position:absolute;right:0;margin-top:48px}
|
||||
<?if ($themes1):?>
|
||||
span.wrap{display:inline-block;width:128px}
|
||||
select.clone{min-width:123px;margin-right:0}
|
||||
|
||||
@@ -39,8 +39,8 @@ if ($name) {
|
||||
}
|
||||
?>
|
||||
<style>
|
||||
div.clone1{position:absolute;right:0;margin-top:30px}
|
||||
div.clone2{position:absolute;right:0;margin-top:78px}
|
||||
div.clone1{position:absolute;right:0;margin-top:0}
|
||||
div.clone2{position:absolute;right:0;margin-top:48px}
|
||||
span.input{display:inline-block;width:330px}
|
||||
<?if ($themes1):?>
|
||||
span.wrap{display:inline-block;width:128px}
|
||||
|
||||
Reference in New Issue
Block a user