Merge pull request #812 from ArthurHoaro/theme/configure-valign

Theme: Vertical align theme select in configure
This commit is contained in:
ArthurHoaro 2017-03-12 13:52:23 +01:00 committed by GitHub
commit f8a8973f42
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%;