Merge pull request #812 from ArthurHoaro/theme/configure-valign
Theme: Vertical align theme select in configure
This commit is contained in:
commit
f8a8973f42
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-u-lg-{$ratioInput} pure-u-1">
|
<div class="pure-u-lg-{$ratioInput} pure-u-1">
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<select name="theme" id="theme">
|
<select name="theme" id="theme" class="align">
|
||||||
{loop="$theme_available"}
|
{loop="$theme_available"}
|
||||||
<option value="{$value}"
|
<option value="{$value}"
|
||||||
{if="$value===$theme"}
|
{if="$value===$theme"}
|
||||||
|
|
|
@ -832,6 +832,7 @@ pre {
|
||||||
|
|
||||||
.page-form-complete .form-label label,
|
.page-form-complete .form-label label,
|
||||||
.page-form-complete .form-input input,
|
.page-form-complete .form-input input,
|
||||||
|
.page-form-complete .form-input select.align,
|
||||||
.page-form-complete .timezone {
|
.page-form-complete .timezone {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
Loading…
Reference in a new issue