Theme: Vertical align theme select in configure

Fixes #807
This commit is contained in:
ArthurHoaro 2017-03-12 13:41:49 +01:00
parent 5eca4ea11e
commit 7cea7c7a9a
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</div>
<div class="pure-u-lg-{$ratioInput} pure-u-1">
<div class="form-input">
<select name="theme" id="theme">
<select name="theme" id="theme" class="align">
{loop="$theme_available"}
<option value="{$value}"
{if="$value===$theme"}

View File

@ -832,6 +832,7 @@ pre {
.page-form-complete .form-label label,
.page-form-complete .form-input input,
.page-form-complete .form-input select.align,
.page-form-complete .timezone {
position: absolute;
top: 50%;