Revert "GUI style adjustment"

This reverts commit a283073dfb.
This commit is contained in:
bergware
2023-04-24 21:31:05 +02:00
parent 72f3196059
commit d791c8d2ad
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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}
+2 -2
View File
@@ -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}